CMakeLists.txt
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
conftest.py
pyproject.toml
setup.py
src/core/async_file.hpp
src/python/bindings.cpp
src/python/aiofiles/__init__.py
src/python/aiofiles/base.py
src/python/aiofiles/os.py
src/python/aiofiles/tempfile.py
src/python/aiofiles/threadpool.py
src/python/aiofiles_x.egg-info/PKG-INFO
src/python/aiofiles_x.egg-info/SOURCES.txt
src/python/aiofiles_x.egg-info/dependency_links.txt
src/python/aiofiles_x.egg-info/requires.txt
src/python/aiofiles_x.egg-info/top_level.txt
tests/__init__.py
tests/benchmarks/__init__.py
tests/benchmarks/benchmark_performance.py
tests/benchmarks/compare_both.py
tests/benchmarks/stress_test_comparison.py
tests/unit/__init__.py
tests/unit/test_basic.py
tests/unit/test_os.py
tests/unit/test_tempfile.py