.codecrate.toml
.gitignore
.pre-commit-config.yaml
.prettierrc.yml
.ruff.toml
LICENSE
README.md
pyproject.toml
requirements-test.txt
setup.py
.github/pytest.ini
.github/workflows/codecov.yml
.github/workflows/pre-commit.yml
.github/workflows/python-publish.yml
.github/workflows/tests.yml
btcticker/__init__.py
btcticker/_version.py
btcticker/chart.py
btcticker/cli.py
btcticker/config.py
btcticker/font_sources.py
btcticker/mempool.py
btcticker/ticker.py
btcticker/utils.py
btcticker.egg-info/PKG-INFO
btcticker.egg-info/SOURCES.txt
btcticker.egg-info/dependency_links.txt
btcticker.egg-info/entry_points.txt
btcticker.egg-info/requires.txt
btcticker.egg-info/top_level.txt
btcticker/domain/__init__.py
btcticker/domain/market_snapshot.py
btcticker/domain/price_history.py
btcticker/domain/price_snapshot.py
btcticker/layouts/__init__.py
btcticker/layouts/all_layout.py
btcticker/layouts/big_one_row_layout.py
btcticker/layouts/big_two_rows_layout.py
btcticker/layouts/common.py
btcticker/layouts/fiat_height_layout.py
btcticker/layouts/fiat_layout.py
btcticker/layouts/mempool_layout.py
btcticker/layouts/ohlc_layout.py
btcticker/layouts/one_number_layout.py
btcticker/providers/__init__.py
btcticker/providers/_pyccxt_compat.py
btcticker/providers/base.py
btcticker/providers/pyccxt_provider.py
btcticker/render/__init__.py
btcticker/render/image_renderer.py
tests/__init__.py
tests/test_cli_unit.py
tests/test_config_unit.py
tests/test_font_sources_unit.py
tests/test_image_renderer_unit.py
tests/test_mempool_unit.py
tests/test_providers_unit.py
tests/test_ticker_unit.py