Metadata-Version: 2.1
Name: crypto_scan
Version: 0.2a0
Summary: Python SDK for query crypto data from various API service
Home-page: https://github.com/ENsu/crypto-scan
Author: Ian Su
Author-email: ian@ivcrypto.io
License: none
Platform: UNKNOWN

# Build and update package
1. `rm -rf ./dist ./build`
2. Update version in `setup.py`
3. `python setup.py sdist bdist_wheel`
4. `twine upload dist/*`

