Skip to main content

A Simple MacOS Keychain Store

Project description

macos_keychain

MacOS keychain password manager

Adding a password to keychain

import macos_keychain

macos_keychain.add(name='API token', value='<TOKEN>')

Removing passwords in keychain

import macos_keychain

macos_keychain.rm(name='API token')

Listing passwords in keychain

import macos_keychain

macos_keychain.ls()

Getting password in keychain

import macos_keychain

macos_keychain.get(name='API token')

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

macos_keychain-0.2.1.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

macos_keychain-0.2.1-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

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