Files

120 lines
3.6 KiB
JSON

{
"files": [
".pre-commit-config.yaml",
"LICENSE",
"pyproject.toml",
"AGENTS.md",
"README.rst",
"CLAUDE.md",
".readthedocs.yml",
".gitignore",
"docs/tempfile.rst",
"docs/signals.rst",
"docs/synchronization.rst",
"docs/contextmanagers.rst",
"docs/testing.rst",
"docs/networking.rst",
"docs/contributing.rst",
"docs/index.rst",
"docs/versionhistory.rst",
"docs/threads.rst",
"docs/api.rst",
"docs/typedattrs.rst",
"docs/basics.rst",
"docs/fileio.rst",
"docs/cancellation.rst",
"docs/support.rst",
"docs/streams.rst",
"docs/why.rst",
"docs/tasks.rst",
"docs/migration.rst",
"docs/conf.py",
"docs/subprocesses.rst",
"docs/faq.rst",
"docs/subinterpreters.rst",
"src/anyio/functools.py",
"src/anyio/py.typed",
"src/anyio/__init__.py",
"src/anyio/pytest_plugin.py",
"src/anyio/itertools.py",
"src/anyio/to_interpreter.py",
"src/anyio/from_thread.py",
"src/anyio/to_process.py",
"src/anyio/to_thread.py",
"src/anyio/lowlevel.py",
"src/anyio/_backends/_trio.py",
"src/anyio/_backends/__init__.py",
"src/anyio/_backends/_asyncio.py",
"src/anyio/streams/memory.py",
"src/anyio/streams/__init__.py",
"src/anyio/streams/tls.py",
"src/anyio/streams/file.py",
"src/anyio/streams/text.py",
"src/anyio/streams/stapled.py",
"src/anyio/streams/buffered.py",
"src/anyio/abc/_eventloop.py",
"src/anyio/abc/__init__.py",
"src/anyio/abc/_sockets.py",
"src/anyio/abc/_tasks.py",
"src/anyio/abc/_subprocesses.py",
"src/anyio/abc/_resources.py",
"src/anyio/abc/_streams.py",
"src/anyio/abc/_testing.py",
"src/anyio/_core/_typedattr.py",
"src/anyio/_core/_eventloop.py",
"src/anyio/_core/__init__.py",
"src/anyio/_core/_tempfile.py",
"src/anyio/_core/_sockets.py",
"src/anyio/_core/_tasks.py",
"src/anyio/_core/_fileio.py",
"src/anyio/_core/_synchronization.py",
"src/anyio/_core/_subprocesses.py",
"src/anyio/_core/_resources.py",
"src/anyio/_core/_contextmanagers.py",
"src/anyio/_core/_exceptions.py",
"src/anyio/_core/_streams.py",
"src/anyio/_core/_signals.py",
"src/anyio/_core/_asyncio_selector_thread.py",
"src/anyio/_core/_testing.py",
"tests/test_itertools.py",
"tests/test_functools.py",
"tests/test_eventloop.py",
"tests/__init__.py",
"tests/test_to_thread.py",
"tests/test_from_thread.py",
"tests/test_lowlevel.py",
"tests/test_to_interpreter.py",
"tests/test_sockets.py",
"tests/test_typedattr.py",
"tests/test_to_process.py",
"tests/test_all_attributes.py",
"tests/test_synchronization.py",
"tests/test_debugging.py",
"tests/test_contextmanagers.py",
"tests/test_fileio.py",
"tests/conftest.py",
"tests/test_signals.py",
"tests/test_deprecations.py",
"tests/test_tempfile.py",
"tests/test_taskgroups.py",
"tests/test_pytest_plugin.py",
"tests/test_subprocesses.py",
"tests/streams/test_text.py",
"tests/streams/test_memory.py",
"tests/streams/__init__.py",
"tests/streams/test_file.py",
"tests/streams/test_stapled.py",
"tests/streams/test_tls.py",
"tests/streams/test_buffered.py",
".github/pull_request_template.md",
".github/dependabot.yml",
".github/FUNDING.yml",
".github/ISSUE_TEMPLATE/features_request.yaml",
".github/ISSUE_TEMPLATE/bug_report.yaml",
".github/ISSUE_TEMPLATE/config.yml",
".github/workflows/test.yml",
".github/workflows/test-downstream.yml",
".github/workflows/publish.yml"
]
}