https://github.com/blockchain-etl/blockchain-etl-common
Common utils for blockchain-etl
https://github.com/blockchain-etl/blockchain-etl-common
Last synced: 1 day ago
JSON representation
Common utils for blockchain-etl
- Host: GitHub
- URL: https://github.com/blockchain-etl/blockchain-etl-common
- Owner: blockchain-etl
- License: mit
- Created: 2019-06-19T09:41:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T09:44:43.000Z (over 1 year ago)
- Last Synced: 2025-06-03T18:28:06.800Z (23 days ago)
- Language: Python
- Size: 41 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Blockchain ETL Common
Common utils for https://github.com/blockchain-etl.
### Installing
```bash
> pip3 install -e .[streaming]
```### Running Tests
```bash
> pytest -vv
```