Skip to main content

A utility for dealing with the macOS keychain.

Project description

keyper

PyPi Version License

A Python 3 library for dealing with the macOS Keychain.

Please note that this library requires openssl 3.0 or above to function.

Installation

pip install keyper

Examples:

import keyper

# Get a password from the keychain
password = keyper.get_password(label="my_keychain_password")

# Create a temporary keychain and install the certificate:

with keyper.TemporaryKeychain() as keychain:
    certificate = keyper.Certificate("/path/to/cert", password="password")
    keychain.install_cert(certificate)
    # Use codesign or similar here

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

keyper-1.1.0.tar.gz (10.0 kB view details)

Uploaded Source

Built Distribution

keyper-1.1.0-py3-none-any.whl (11.4 kB view details)

Uploaded Python 3

File details

Details for the file keyper-1.1.0.tar.gz.

File metadata

  • Download URL: keyper-1.1.0.tar.gz
  • Upload date:
  • Size: 10.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: RestSharp/106.13.0.0

File hashes

Hashes for keyper-1.1.0.tar.gz
Algorithm Hash digest
SHA256 abbe377a383aa72e7a00b505bdc05ea7a6c0dbc680eadadab326e9b8ba148f57
MD5 53dfb486e1fb4ceb7f4d9818676fa5fb
BLAKE2b-256 6616245268b38f402284f05b1237ad6bdf2720e0efe3e400443c57a9e136f969

See more details on using hashes here.

File details

Details for the file keyper-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: keyper-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 11.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: RestSharp/106.13.0.0

File hashes

Hashes for keyper-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6ebe20f4c4077c73d59fad8bebd7f77788bb15cf144f68461236580f3d2ca2c9
MD5 e81194413ef31163329b873692b33e81
BLAKE2b-256 c9007a5187a72dbbd45d449f028c3413db8e7336c69b2fa4ac4e8df4d07c6bdc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page