Giter Club home page Giter Club logo

Comments (2)

zhisme avatar zhisme commented on June 2, 2024

also for further improvements I think key_info part should be updated at least with example, what expected input arguments, I mentioned them in #9 (comment)

and for more clear solution, I propose to keep the same output structure for data in both key_info and list_keys
so those should be equal

[35] pry(main)> IOStreams::Pgp.list_keys.first.keys
=> [:private, :key_length, :key_type, :date, :key_id, :email, :name, :trust]
[38] pry(main)> IOStreams::Pgp.key_info(key: key).first.keys
=> [:private, :key_length, :key_type, :date, :key_id, :email, :name]

and why key_info for key returns an array? I expect it to be a simple hash.
let's discuss and I can propose PR for that

from iostreams.

reidmorrison avatar reidmorrison commented on June 2, 2024

I think the reason it returns an array is that for a "single" supplied pgp ascii key it can actually return multiple keys. This is often used to publish multiple keys in a single file, often with different expiry dates.

from iostreams.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.