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.9 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/antazoey/ape-keyring.git
cd ape_keyring
python3 setup.py install
Quick Usage
Use ape-keyring for both accounts and secrets.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ape-keyring-0.8.0.tar.gz.
File metadata
- Download URL: ape-keyring-0.8.0.tar.gz
- Upload date:
- Size: 22.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b101963d43a73493fcfedbeb7e96acd0e0071561e0a5d85db752a639dfca5e7
|
|
| MD5 |
cc49a4eea6c3035c0dfbd0c1cb08b7ac
|
|
| BLAKE2b-256 |
ad3c837fdcc5e847ca40e767550a83120e3e9b608bfc12c9eaee9f5176cf5142
|
File details
Details for the file ape_keyring-0.8.0-py3-none-any.whl.
File metadata
- Download URL: ape_keyring-0.8.0-py3-none-any.whl
- Upload date:
- Size: 16.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
009ff63fe629515f422e58f91c8eb1a8b2f5dcb180efd4d6708710e20a843ad1
|
|
| MD5 |
4b7552dece4e1747a3eb9152914119ae
|
|
| BLAKE2b-256 |
10646c5f7bb9545eda44af8e5d7543ad66c3acd72c63d28f4b8062555fbd29d5
|