Fetch trading markets from a cryptocurrency exchange
Project description
crypto-markets
Python bindings for the crypto-markets library.
Quickstart
Install,
pip3 install crypto-markets
from crypto_markets import MarketType, fetch_markets
markets = fetch_markets("binance", MarketType['inverse_swap'])
assert len(markets) > 0
market = markets[0]
assert market['exchange'] == 'binance'
assert market['market_type'] == 'inverse_swap'
How to build
On Mac OS X,
conda install --file requirements-dev.txt
rm -rf build crypto-markets-ffi/target
python3 setup.py bdist_wheel
# Need to create a ~/.pypirc file first
twine upload --repository testpypi dist/*
python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps crypto-markets
twine upload dist/*
For Linux,
docker run -it --rm -v $(pwd):/project soulmachine/rust:manylinux2014 bash
/opt/python/cp36-cp36m/bin/pip3 install -r requirements-dev.txt
rm -rf build crypto-markets-ffi/target
/opt/python/cp36-cp36m/bin/python3 setup.py bdist_wheel
auditwheel repair dist/*linux*.whl --plat manylinux2014_x86_64
/opt/python/cp36-cp36m/bin/twine upload --repository testpypi wheelhouse/*
Test
python3 setup.py develop
pytest -s
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distributions
File details
Details for the file crypto_markets-1.0.5-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: crypto_markets-1.0.5-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 4.5 MB
- Tags: Python 3, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.1 requests/2.26.0 setuptools/58.0.4 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff6c3ddda004988745e7ff598abeb1c278c43b3eace03e479df2d9df2c5f2fe7 |
|
MD5 | 032d23d7eb70a300f70bb871e165bb13 |
|
BLAKE2b-256 | 504e0f919d32d888656cab3886b00d9d36d319632b72ae5022c6b17ca4ea851d |
File details
Details for the file crypto_markets-1.0.5-py3-none-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: crypto_markets-1.0.5-py3-none-macosx_10_9_x86_64.whl
- Upload date:
- Size: 2.0 MB
- Tags: Python 3, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56dc28dd52df2f5ccbc11457cf8886b72c0526873754e51fab08d39e83429026 |
|
MD5 | 1d29635a4e8b2f983f131c38d0d1e18a |
|
BLAKE2b-256 | 47834c42d0b54ec508684df7973fccd0d34823bf19b17065ecc83aa111419150 |