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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file macos_keychain-0.2.1.tar.gz
.
File metadata
- Download URL: macos_keychain-0.2.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.11 CPython/3.6.7 Darwin/18.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b6a5719ac9da78d796af717525be042b36daf45013d91d1f9071da3cc61ae6f |
|
MD5 | 7036c01005a7e881816e2ad35336180d |
|
BLAKE2b-256 | fc381954b8e643ba9e6e8690c9f19d9ac06a19e996b2fb493fcc44f616d30e5c |
File details
Details for the file macos_keychain-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: macos_keychain-0.2.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.11 CPython/3.6.7 Darwin/18.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a242aad0c37e486a5d03ec3be0aaff6ecfcce30eb28a79610ab84659ab2d5df |
|
MD5 | cdac62f10dbeb338078e3e3630d4adf3 |
|
BLAKE2b-256 | 5a5df617ac843a73379ab400f119b3aabd0c6feaaf1bdafe332ad0bf30ae6814 |