{"id":13930136,"url":"https://github.com/OpenKMIP/PyKMIP","last_synced_at":"2025-07-19T12:31:44.030Z","repository":{"id":19361600,"uuid":"22601443","full_name":"OpenKMIP/PyKMIP","owner":"OpenKMIP","description":"A Python implementation of the KMIP specification.","archived":false,"fork":false,"pushed_at":"2024-07-29T18:33:20.000Z","size":2696,"stargazers_count":268,"open_issues_count":80,"forks_count":134,"subscribers_count":32,"default_branch":"master","last_synced_at":"2024-11-14T12:58:46.904Z","etag":null,"topics":["key-management","kmip","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OpenKMIP.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-08-04T11:14:51.000Z","updated_at":"2024-11-13T16:23:29.000Z","dependencies_parsed_at":"2024-07-26T17:04:40.839Z","dependency_job_id":"68d3829e-c4f6-4aaf-8095-e64dd0e1491e","html_url":"https://github.com/OpenKMIP/PyKMIP","commit_stats":{"total_commits":546,"total_committers":40,"mean_commits":13.65,"dds":0.4706959706959707,"last_synced_commit":"263cb346621d2be37526b6a350d60733c08ae32a"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenKMIP%2FPyKMIP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenKMIP%2FPyKMIP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenKMIP%2FPyKMIP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenKMIP%2FPyKMIP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenKMIP","download_url":"https://codeload.github.com/OpenKMIP/PyKMIP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226607596,"owners_count":17658482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["key-management","kmip","python"],"created_at":"2024-08-07T18:04:49.579Z","updated_at":"2024-11-26T19:30:51.787Z","avatar_url":"https://github.com/OpenKMIP.png","language":"Python","funding_links":[],"categories":["python"],"sub_categories":[],"readme":"------\nPyKMIP\n------\n|pypi-version|\n|travis-status|\n|codecov-status|\n|python-versions|\n\nPyKMIP is a Python implementation of the Key Management Interoperability\nProtocol (KMIP), an `OASIS`_ communication standard for the management of\nobjects stored and maintained by key management systems. KMIP defines how key\nmanagement operations and operation data should be encoded and communicated\nbetween client and server applications. Supported operations include the full\n`CRUD`_ key management lifecycle, including operations for managing object\nmetadata and for conducting cryptographic operations. Supported object types\ninclude:\n\n* symmetric/asymmetric encryption keys\n* passwords/passphrases\n* certificates\n* opaque data blobs, and more\n\nFor more information on KMIP, check out the `OASIS KMIP Technical Committee`_\nand the `OASIS KMIP Documentation`_.\n\nFor more information on PyKMIP, check out the project `Documentation`_.\n\nInstallation\n------------\nYou can install PyKMIP via ``pip``:\n\n.. code-block:: console\n\n    $ pip install pykmip\n\nSee `Installation`_ for more information.\n\nCommunity\n---------\nThe PyKMIP community has various forums and resources you can use:\n\n* `Source code`_\n* `Issue tracker`_\n* IRC: ``#pykmip`` on ``irc.freenode.net``\n* Twitter: ``@pykmip``\n\n\n.. _`CRUD`: https://en.wikipedia.org/wiki/Create,_read,_update_and_delete\n.. _`OASIS`: https://www.oasis-open.org\n.. _`OASIS KMIP Technical Committee`: https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=kmip\n.. _`OASIS KMIP Documentation`: https://docs.oasis-open.org/kmip/spec/\n.. _`Documentation`: https://pykmip.readthedocs.io/en/latest/index.html\n.. _`Installation`: https://pykmip.readthedocs.io/en/latest/installation.html\n.. _`Source code`: https://github.com/openkmip/pykmip\n.. _`Issue tracker`: https://github.com/openkmip/pykmip/issues\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/pykmip.svg\n  :target: https://pypi.python.org/pypi/pykmip\n  :alt: Latest Version\n.. |travis-status| image:: https://travis-ci.org/OpenKMIP/PyKMIP.svg?branch=master\n  :target: https://travis-ci.org/OpenKMIP/PyKMIP\n.. |codecov-status| image:: https://codecov.io/github/OpenKMIP/PyKMIP/coverage.svg?branch=master\n  :target: https://codecov.io/github/OpenKMIP/PyKMIP?branch=master\n.. |python-versions| image:: https://img.shields.io/pypi/pyversions/PyKMIP.svg\n  :target: https://github.com/OpenKMIP/PyKMIP\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOpenKMIP%2FPyKMIP","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FOpenKMIP%2FPyKMIP","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOpenKMIP%2FPyKMIP/lists"}