A python companion library for the BITSO Framework
Project description
Bitso Framework
Python library companion for the Bitso Framework
How to build from source
git clone ...
cd bitsoframework
python3 -m venv .python-env
source .python-env/bin/activate
pip install -r requirements/local.txt
#
# at least once to set up all your libraries needed to build
#
source scripts/pre-build.sh
#
# actually build the local package
#
source scripts/build.sh
PYPI
To set credentials to publish you may run the following command:
python3 -m keyring set https://upload.pypi.org/legacy/ bitso
Docker Quick Start
This project creates a shared database. If using docker it will create a shared network and volume that the other projects can connect to.
Start bitsoframework by running docker-compose -f local.yml up --build
If you are missing the network or volume you will see the following prompts:
- create network with
docker network create bitso_local_network - create volume with
docker volume create --name=bitso_local_db_volume
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 bitsoframework-1.0.96.tar.gz.
File metadata
- Download URL: bitsoframework-1.0.96.tar.gz
- Upload date:
- Size: 55.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4b79e14dbf23f37587db70211c782b076c473a7dcc737e8728543a4848641b7
|
|
| MD5 |
ca9d55ff80b57948b7b489a034d41061
|
|
| BLAKE2b-256 |
404871a726a99f9d9606053493d66536133bb4f7479c00238c00fe4c36add688
|
File details
Details for the file bitsoframework-1.0.96-py3-none-any.whl.
File metadata
- Download URL: bitsoframework-1.0.96-py3-none-any.whl
- Upload date:
- Size: 85.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23dc7b07989e2ebbf86861f2888a817e363826ea63a5b64199ad65b9fc93bbd5
|
|
| MD5 |
bcae8e4ccfe361554548db9cb349bf89
|
|
| BLAKE2b-256 |
7df308f9c37fabf950c4498ee251d94dfe8f97e22847f7836d4b263abada7e1c
|