.coveragerc
LICENSE
LICENSE.APACHE2
LICENSE.MIT
MANIFEST.in
README.rst
pyproject.toml
setup.py
test-requirements.txt
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/history.rst
docs/source/index.rst
docs/source/_static/.gitkeep
src/unasync/__init__.py
src/unasync/_version.py
src/unasync.egg-info/PKG-INFO
src/unasync.egg-info/SOURCES.txt
src/unasync.egg-info/dependency_links.txt
src/unasync.egg-info/top_level.txt
tests/conftest.py
tests/test_unasync.py
tests/data/async/acontext.py
tests/data/async/aiter.py
tests/data/async/classes.py
tests/data/async/encoding.py
tests/data/async/simple.py
tests/data/async/typing.py
tests/data/example_custom_pkg/__init__.py
tests/data/example_custom_pkg/setup.py
tests/data/example_custom_pkg/src/ahip/__init__.py
tests/data/example_custom_pkg/src/ahip/another_file.py
tests/data/example_custom_pkg/src/ahip/some_file.py
tests/data/example_custom_pkg/src/ahip/some_dir/__init__.py
tests/data/example_custom_pkg/src/ahip/some_dir/another_file.py
tests/data/example_custom_pkg/src/ahip/some_dir/some_file.py
tests/data/example_custom_pkg/src/ahip/tests/__init__.py
tests/data/example_custom_pkg/src/ahip/tests/test_conn.py
tests/data/example_mod/setup.py
tests/data/example_mod/_async/some_file.py
tests/data/example_pkg/setup.py
tests/data/example_pkg/src/example_pkg/__init__.py
tests/data/example_pkg/src/example_pkg/_async/__init__.py
tests/data/example_pkg/src/example_pkg/_async/another_file.py
tests/data/example_pkg/src/example_pkg/_async/some_file.py
tests/data/example_pkg/src/example_pkg/_async/some_dir/__init__.py
tests/data/example_pkg/src/example_pkg/_async/some_dir/another_file.py
tests/data/example_pkg/src/example_pkg/_async/some_dir/some_file.py
tests/data/sync/acontext.py
tests/data/sync/aiter.py
tests/data/sync/classes.py
tests/data/sync/encoding.py
tests/data/sync/simple.py
tests/data/sync/typing.py