LICENSE
README.md
pyproject.toml
setup.py
scrython/__init__.py
scrython/base.py
scrython/base_mixins.py
scrython/cache.py
scrython/rate_limiter.py
scrython/types.py
scrython/utils.py
scrython.egg-info/PKG-INFO
scrython.egg-info/SOURCES.txt
scrython.egg-info/dependency_links.txt
scrython.egg-info/requires.txt
scrython.egg-info/top_level.txt
scrython/bulk_data/__init__.py
scrython/bulk_data/bulk_data.py
scrython/bulk_data/bulk_data_mixins.py
scrython/cards/__init__.py
scrython/cards/cards.py
scrython/cards/cards_mixins.py
scrython/catalogs/__init__.py
scrython/catalogs/catalogs.py
scrython/migrations/__init__.py
scrython/migrations/migrations.py
scrython/migrations/migrations_mixins.py
scrython/rulings/__init__.py
scrython/rulings/rulings.py
scrython/rulings/rulings_mixins.py
scrython/sets/__init__.py
scrython/sets/sets.py
scrython/sets/sets_mixins.py
scrython/symbology/__init__.py
scrython/symbology/symbology.py
scrython/symbology/symbology_mixins.py
tests/test_base.py
tests/test_bulk_data.py
tests/test_caching.py
tests/test_cards.py
tests/test_catalogs.py
tests/test_convenience.py
tests/test_iteration.py
tests/test_magic_methods.py
tests/test_migrations.py
tests/test_property_types.py
tests/test_rate_limiting.py
tests/test_rulings.py
tests/test_serialization.py
tests/test_sets.py
tests/test_symbology.py