Metadata-Version: 2.1
Name: crypto-scan
Version: 0.1b0
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
Requires-Dist: requests
Requires-Dist: web3
Requires-Dist: pandas
Requires-Dist: tenacity
Requires-Dist: swifter

# Build and update package
1. `rm ./dist`
2. `python setup.py sdist bdist_wheel`
3. `twine upload dist/*`

