Skip to content

Version difference github and pypi #99

@lee212

Description

@lee212

It seems that the github repository has 0.7.0 and the package on pypi has 0.6.2.

Do you have a plan to align the pypi with the current development soon? The version difference prevents me to use PublicKey() and KeyPair() classes in servicemanagement for configuring ssh keys.

For example, if I use PublicKey(), I have to do like this:

try:
    # the line below works after 0.7.0
    publickey = PublicKey(thumbprint, public_key_path)
except:
    # for 0.6.2
    publickey = PublicKey()
    publickey.finger_print = thumbprint
    publickey.path = public_key_path

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions