Cherry Bot shared utilities
Project description
Cherry Shared
Cherry Bot shared utilities package.
Installation
This is a private package. Install it directly from the Git repository:
Using HTTPS (requires authentication)
pip install git+https://github.com/YOUR_USERNAME/cherry_shared.git@main#egg=cherry_shared
For private repositories, you'll need to authenticate. You can use a personal access token:
pip install git+https://YOUR_TOKEN@github.com/YOUR_USERNAME/cherry_shared.git@main#egg=cherry_shared
Using SSH (recommended for private repos)
pip install git+ssh://git@github.com/YOUR_USERNAME/cherry_shared.git@main#egg=cherry_shared
Installing a specific version/tag
pip install git+ssh://git@github.com/YOUR_USERNAME/cherry_shared.git@v0.1.1#egg=cherry_shared
Installing from a requirements.txt
Add this line to your requirements.txt:
git+ssh://git@github.com/YOUR_USERNAME/cherry_shared.git@main#egg=cherry_shared
Then install with:
pip install -r requirements.txt
Development Installation
For development, install in editable mode:
pip install -e git+ssh://git@github.com/YOUR_USERNAME/cherry_shared.git@main#egg=cherry_shared
Or clone the repository and install locally:
git clone git@github.com:YOUR_USERNAME/cherry_shared.git
cd cherry_shared
pip install -e .
Usage
from cherry_shared import Blockchains, BotStrings, Constants, Emojis, LaunchPads
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
cherry_shared-0.1.17.tar.gz
(25.9 kB
view details)
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