.gitignore
.pre-commit-config.yaml
.python-version
CLAUDE.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
dex.py
pyproject.toml
requirements.txt
setup.cfg
.github/FUNDING.yml
.github/workflows/ci.yml
.github/workflows/release.yml
dexscraper/__init__.py
dexscraper/_version.py
dexscraper/cli.py
dexscraper/cloudflare_bypass.py
dexscraper/config.py
dexscraper/enhanced_protocol.py
dexscraper/logger.py
dexscraper/models.py
dexscraper/protocol.py
dexscraper/scraper.py
dexscraper/utils.py
dexscraper.egg-info/PKG-INFO
dexscraper.egg-info/SOURCES.txt
dexscraper.egg-info/dependency_links.txt
dexscraper.egg-info/entry_points.txt
dexscraper.egg-info/requires.txt
dexscraper.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_config.py
tests/test_decode_pair.py
tests/test_edge_cases.py
tests/test_enhanced_ohlc.py
tests/test_models.py
tests/test_scraper.py