CHANGELOG.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
mkdocs.yml
pyproject.toml
benchmarks/README.md
benchmarks/bench_common.py
benchmarks/bench_compare.py
benchmarks/bench_compression.py
benchmarks/bench_concurrency.py
benchmarks/bench_errors.py
benchmarks/bench_io.py
benchmarks/bench_memory.py
benchmarks/bench_micro.py
benchmarks/bench_scenarios.py
benchmarks/run_benchmarks.py
docs/api.md
docs/contributing.md
docs/examples.md
docs/index.md
docs/performance.md
scripts/check_branch_fresh.sh
scripts/check_py38_compat.py
src/aiogzip/__init__.py
src/aiogzip/_binary.py
src/aiogzip/_common.py
src/aiogzip/_engine.py
src/aiogzip/_text.py
src/aiogzip/py.typed
src/aiogzip.egg-info/PKG-INFO
src/aiogzip.egg-info/SOURCES.txt
src/aiogzip.egg-info/dependency_links.txt
src/aiogzip.egg-info/requires.txt
src/aiogzip.egg-info/top_level.txt
tests/conftest.py
tests/test_aiocsv.py
tests/test_append_mode.py
tests/test_batched_readline.py
tests/test_binary_io.py
tests/test_coverage_gaps.py
tests/test_edge_cases_and_errors.py
tests/test_engine.py
tests/test_factory_api.py
tests/test_factory_typing.py
tests/test_fast_compress.py
tests/test_file_lifecycle.py
tests/test_fileobj.py
tests/test_hypothesis_parity.py
tests/test_interop.py
tests/test_modes_and_api.py
tests/test_newline_detection.py
tests/test_performance.py
tests/test_protocols_and_paths.py
tests/test_public_exports.py
tests/test_readinto.py
tests/test_readline_longline.py
tests/test_regressions.py
tests/test_review_gaps.py
tests/test_seek_plain_fast.py
tests/test_text_coverage.py
tests/test_text_io.py
tests/test_version_sync.py
tests/typing/check_factory_overloads.py