Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bitsoframework

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitsoframework

A python companion library for the BITSO Framework

  • 1.0.91
  • PyPI
  • Socket score

Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc