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

Uploaded Source

Built Distribution

keyper-0.5.0-py3-none-any.whl (25.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: keyper-0.5.0.tar.gz
  • Upload date:
  • Size: 8.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.10 CPython/3.7.2 Darwin/18.0.0

File hashes

Hashes for keyper-0.5.0.tar.gz
Algorithm Hash digest
SHA256 fc77399838125f25c85e12bffb746a5601f1f7f7ef70b2aa70585c34aaca1ab1
MD5 bddb57d2d9194bab7b7820509a8571f4
BLAKE2b-256 7a5f27f03223720617fcd12df6cc096661499db187bdb7c72c04b6679cf19191

See more details on using hashes here.

File details

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

File metadata

  • Download URL: keyper-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 25.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.10 CPython/3.7.2 Darwin/18.0.0

File hashes

Hashes for keyper-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 81482a3b48b9cbd7953f460c9212a52a49035c87f22dcdb582ea4803ab9c3e54
MD5 e6d52e292c301c973339399a591972cc
BLAKE2b-256 b535bc902b4e31072d143419ec80e69ae868ff127c863d7288b64d23ce9b4092

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