ape-keyring: Store secrets for ape using Keyring.
Project description
Quickstart
Avoid hard-coding secrets in your projects using ape-keyring
ape-keyring
is built on top of keyring and is an account plugin and secret manager.
By default, keyring
uses your OS's secure storage and prompts for authorization upon request.
Thus, keyring
is useful for securely managing local developer environments.
This guide demonstrates how to use ape-keyring
as an account plugin and secret manager.
Dependencies
- python3 version 3.8 or greater, python3-dev
Installation
via pip
You can install the latest release via pip
:
pip install ape-keyring
via setuptools
You can clone the repository and use setuptools
for the most up-to-date version:
git clone https://github.com/ApeWorX/ape-keyring.git
cd ape_keyring
python3 setup.py install
Quick Usage
Accounts
Use ape-keyring
as an account plugin.
You can add existing accounts to keyring to use in your scripts, console, or tests:
ape keyring import keyring_dev_0
It then securely prompts you for your private key.
NOTE: You can only add existing accounts to keyring and generate new ones.
You can delete accounts by doing:
ape keyring accounts delete <alias>
This only deletes the account from keyring and not the blockchain.
To remove all your keyring accounts, run the command:
ape keyring accounts delete-all
Finally, list your accounts by doing:
ape keyring accounts list
Secrets
Use ape-keyring
as a secrets managers, such as Infura project IDs, Etherscan API keys, your mother's maiden name.
To add secrets to keyring, do:
ape keyring set WEB3_API_KEY
and then when it prompts you, input the value to your secret.
Optionally, scope your secrets to the active project.
ape keyring set DEPLOYMENT_SECRET --scope project
To enable your secrets to become environment variables at runtime,
use the ape-config.yaml
option set_env_vars
:
keyring:
set_env_vars: true
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
Built Distribution
File details
Details for the file ape-keyring-0.4.0b0.tar.gz
.
File metadata
- Download URL: ape-keyring-0.4.0b0.tar.gz
- Upload date:
- Size: 22.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/37.1 requests/2.28.1 requests-toolbelt/0.9.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.12.0 keyring/23.9.1 rfc3986/2.0.0 colorama/0.4.5 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26db50790359c34b96a94bd152f36376a4e9527135db635de70be28b5e4b981f |
|
MD5 | 16ac5d2159e898ba829e1be2a19c8451 |
|
BLAKE2b-256 | 20485ba6ec4ad00a5325fa2471d9cb01bdf9418083a78be319a75f280792a988 |
File details
Details for the file ape_keyring-0.4.0b0-py3-none-any.whl
.
File metadata
- Download URL: ape_keyring-0.4.0b0-py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/37.1 requests/2.28.1 requests-toolbelt/0.9.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.12.0 keyring/23.9.1 rfc3986/2.0.0 colorama/0.4.5 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 208d89c8835c21a2112ba8bd83dbfbfad3a01fd63f688a46e9cd2b795cff667a |
|
MD5 | a6cff37335a195d03af1bf94ba236baa |
|
BLAKE2b-256 | e1f7152df63ae73bb8006754cd3966f6084d74cd3887e5d55917657293943996 |