https://github.com/python-trio/trio
async async-await io networking python structured-concurrency trio
Score: 8.93247660846174
Last synced: about 17 hours ago
JSON representation
Repository metadata:
Trio – a friendly Python library for async concurrency and I/O
- Host: GitHub
- URL: https://github.com/python-trio/trio
- Owner: python-trio
- License: other
- Created: 2017-01-16T04:45:25.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2026-05-01T17:34:53.000Z (12 days ago)
- Last Synced: 2026-05-01T19:18:14.378Z (12 days ago)
- Topics: async, async-await, io, networking, python, structured-concurrency, trio
- Language: Python
- Homepage: https://trio.readthedocs.io
- Size: 9.8 MB
- Stars: 7,254
- Watchers: 79
- Forks: 393
- Open Issues: 320
-
Metadata Files:
- Readme: README.rst
- Changelog: newsfragments/.gitkeep
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
-
Funding:
- Github: python-trio
- Open collective: python-trio
Owner metadata:
- Name: python-trio
- Login: python-trio
- Email:
- Kind: organization
- Description:
- Website:
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/26335827?v=4
- Repositories: 32
- Last Synced at: 2026-02-06T20:54:55.585Z
- Profile URL: https://github.com/python-trio
Dependencies
.github/workflows/autodeps.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
.github/workflows/ci.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
- codecov/codecov-action v3 composite
- deadsnakes/action v2.0.2 composite
- re-actors/alls-green release/v1 composite
docs-requirements.in
pypi
- attrs >=19.2.0
- cffi *
- exceptiongroup >=1.0.0rc9
- idna *
- immutables >=0.6
- jinja2 *
- outcome *
- pyOpenSSL *
- sniffio *
- sortedcontainers *
- sphinx >=4.0,<6.2
- sphinx_rtd_theme *
- sphinxcontrib-jquery *
- sphinxcontrib-trio *
- towncrier *
docs-requirements.txt
pypi
- alabaster ==0.7.13
- attrs ==23.1.0
- babel ==2.12.1
- certifi ==2023.7.22
- cffi ==1.15.1
- charset-normalizer ==3.2.0
- click ==8.1.7
- click-default-group ==1.2.4
- cryptography ==41.0.3
- docutils ==0.18.1
- exceptiongroup ==1.1.3
- idna ==3.4
- imagesize ==1.4.1
- immutables ==0.20
- importlib-metadata ==6.8.0
- importlib-resources ==6.0.1
- incremental ==22.10.0
- jinja2 ==3.1.2
- markupsafe ==2.1.3
- outcome ==1.2.0
- packaging ==23.1
- pycparser ==2.21
- pygments ==2.16.1
- pyopenssl ==23.2.0
- pytz ==2023.3
- requests ==2.31.0
- sniffio ==1.3.0
- snowballstemmer ==2.2.0
- sortedcontainers ==2.4.0
- sphinx ==6.1.3
- sphinx-rtd-theme ==1.3.0
- sphinxcontrib-applehelp ==1.0.4
- sphinxcontrib-devhelp ==1.0.2
- sphinxcontrib-htmlhelp ==2.0.1
- sphinxcontrib-jquery ==4.1
- sphinxcontrib-jsmath ==1.0.1
- sphinxcontrib-qthelp ==1.0.3
- sphinxcontrib-serializinghtml ==1.1.5
- sphinxcontrib-trio ==1.1.2
- tomli ==2.0.1
- towncrier ==23.6.0
- urllib3 ==2.0.4
- zipp ==3.16.2
pyproject.toml
pypi
test-requirements.in
pypi
- astor * test
- async_generator >=1.9 test
- attrs >=20.1.0 test
- black * test
- cffi * test
- codespell * test
- coverage >=7.2.5 test
- cryptography >=41.0.0 test
- exceptiongroup >=1.0.0rc9 test
- flake8 * test
- flake8-pyproject * test
- idna * test
- jedi * test
- mypy * test
- mypy-extensions * test
- outcome * test
- pip-tools >=6.13.0 test
- pyOpenSSL >=22.0.0 test
- pylint * test
- pyright * test
- pytest >=5.0 test
- sniffio * test
- sortedcontainers * test
- trustme * test
- types-cffi * test
- types-pyOpenSSL * test
- typing-extensions * test
test-requirements.txt
pypi
- astor ==0.8.1 test
- astroid ==2.15.6 test
- async-generator ==1.10 test
- attrs ==23.1.0 test
- black ==23.7.0 test
- build ==0.10.0 test
- cffi ==1.15.1 test
- click ==8.1.7 test
- codespell ==2.2.5 test
- coverage ==7.3.0 test
- cryptography ==41.0.3 test
- dill ==0.3.7 test
- exceptiongroup ==1.1.3 test
- flake8 ==6.1.0 test
- flake8-pyproject ==1.2.3 test
- idna ==3.4 test
- iniconfig ==2.0.0 test
- isort ==5.12.0 test
- jedi ==0.19.0 test
- lazy-object-proxy ==1.9.0 test
- mccabe ==0.7.0 test
- mypy ==1.5.1 test
- mypy-extensions ==1.0.0 test
- nodeenv ==1.8.0 test
- outcome ==1.2.0 test
- packaging ==23.1 test
- parso ==0.8.3 test
- pathspec ==0.11.2 test
- pip-tools ==7.3.0 test
- platformdirs ==3.10.0 test
- pluggy ==1.3.0 test
- pycodestyle ==2.11.0 test
- pycparser ==2.21 test
- pyflakes ==3.1.0 test
- pylint ==2.17.5 test
- pyopenssl ==23.2.0 test
- pyproject-hooks ==1.0.0 test
- pyright ==1.1.325 test
- pytest ==7.4.0 test
- sniffio ==1.3.0 test
- sortedcontainers ==2.4.0 test
- tomli ==2.0.1 test
- tomlkit ==0.12.1 test
- trustme ==1.1.0 test
- types-cffi ==1.15.1.15 test
- types-pyopenssl ==23.2.0.2 test
- types-setuptools ==68.1.0.0 test
- typing-extensions ==4.7.1 test
- wheel ==0.41.2 test
- wrapt ==1.15.0 test