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

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.0.0.tar.gz (8.6 kB view details)

Uploaded Source

Built Distribution

keyper-1.0.0-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for keyper-1.0.0.tar.gz
Algorithm Hash digest
SHA256 abb1cb6013cda168370edbc307f9c83977dcada78462912b123ec420feecb60b
MD5 1c955b35584ae85a094c3f1ff1642e20
BLAKE2b-256 fc7b582ffe4d9ce7e6086e544d89893a50e76cdc221fc6a48d4dc9c4255bd12a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for keyper-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2bee8a3d8d822df19aa0684fa82fcbe914368cf59285af93e8123c611a532775
MD5 9c76f16289cc8470e47847236be0c2b9
BLAKE2b-256 89b29685b9cd9b7d95e40801ff959a5046525e6894e34ca0e969aff9f3046a3b

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