LICENSE
MANIFEST.in
README.rst
requirements-dev.txt
setup.cfg
setup.py
versioneer.py
crochet/__init__.py
crochet/__init__.pyi
crochet/_eventloop.py
crochet/_resultstore.py
crochet/_shutdown.py
crochet/_util.py
crochet/_version.py
crochet/mypy.py
crochet/py.typed
crochet.egg-info/PKG-INFO
crochet.egg-info/SOURCES.txt
crochet.egg-info/dependency_links.txt
crochet.egg-info/requires.txt
crochet.egg-info/top_level.txt
crochet/tests/__init__.py
crochet/tests/test_api.py
crochet/tests/test_logging.py
crochet/tests/test_mypy.py
crochet/tests/test_process.py
crochet/tests/test_resultstore.py
crochet/tests/test_setup.py
crochet/tests/test_shutdown.py
crochet/tests/test_util.py
docs/Makefile
docs/api-reference.rst
docs/api.rst
docs/async.rst
docs/conf.py
docs/index.rst
docs/introduction.rst
docs/make.bat
docs/news.rst
docs/type-checking.rst
docs/using.rst
docs/workarounds.rst
examples/async.py
examples/blockingdns.py
examples/downloader.py
examples/fromtwisted.py
examples/mxquery.py
examples/scheduling.py
examples/ssh.py
examples/testing.py