.coveragerc
.gitignore
.pre-commit-config.yaml
.prettierrc.yml
.ruff.toml
LICENSE
README.md
pyproject.toml
requirements-test.txt
requirements.txt
setup.py
.github/pytest.ini
.github/workflows/codecov.yml
.github/workflows/pre-commit.yml
.github/workflows/python-publish.yml
.github/workflows/tests.yml
btcpriceticker/__init__.py
btcpriceticker/_version.py
btcpriceticker/cli.py
btcpriceticker/coingecko.py
btcpriceticker/coinpaprika.py
btcpriceticker/mempool.py
btcpriceticker/price.py
btcpriceticker/price_timeseries.py
btcpriceticker/service.py
btcpriceticker.egg-info/PKG-INFO
btcpriceticker.egg-info/SOURCES.txt
btcpriceticker.egg-info/dependency_links.txt
btcpriceticker.egg-info/entry_points.txt
btcpriceticker.egg-info/requires.txt
btcpriceticker.egg-info/top_level.txt
dev/.flake8
tests/__init__.py
tests/test_coingecko.py
tests/test_coinpaprika.py
tests/test_mempool.py
tests/test_price.py