/taker-py

Primary LanguagePythonMIT LicenseMIT

Python Hashflow Taker API

Uses the aiohttp python library.

Setup

pip install -r requirements.txt

Running basic test

python -m hashflow.api

Running unit tests

pytest

Building Instructions

python3 -m pip install --upgrade build
python3 -m build

Publishing Instructions

python3 -m pip install --upgrade twine
python3 -m twine upload --repository testpypi dist/*