Port details |
- py-trio Friendly Python library for async concurrency and I/O
- 0.16.0 devel
=0 0.16.0Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2020-07-21 17:15:13
- Last Update: 2020-07-21 18:19:10
- SVN Revision: 542773
- Also Listed In: python
- License: MIT APACHE20
- WWW:
- https://pypi.org/project/trio/
- Description:
- The Trio project’s goal is to produce a production-quality,
permissively licensed, async/await-native I/O library for Python.
Like all async libraries, its main purpose is to help you write
programs that do multiple things at the same time with parallelized
I/O. A web spider that wants to fetch lots of pages in parallel, a
web server that needs to juggle lots of downloads and websocket
connections at the same time, a process supervisor monitoring
multiple subprocesses… that sort of thing. Compared to other
libraries, Trio attempts to distinguish itself with an obsessive
focus on usability and correctness. Concurrency is complicated; we
try to make it easy to get things right.
WWW: https://pypi.org/project/trio/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}trio>0:devel/py-trio@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py37-trio
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1594817001
SHA256 (trio-0.16.0.tar.gz) = df067dd0560c321af39d412cd81fc3a7d13f55af9150527daab980683e9fcf3c
SIZE (trio-0.16.0.tar.gz) = 414931
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py37-setuptools>0 : devel/py-setuptools@py37
- python3.7 : lang/python37
- Runtime dependencies:
-
- py37-async_generator>=0 : devel/py-async_generator@py37
- py37-sniffio>=0 : devel/py-sniffio@py37
- py37-sortedcontainers>=0 : devel/py-sortedcontainers@py37
- py37-attrs>=0 : devel/py-attrs@py37
- py37-idna>=0 : dns/py-idna@py37
- py37-outcome>=0 : devel/py-outcome@py37
- py37-setuptools>0 : devel/py-setuptools@py37
- python3.7 : lang/python37
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:3.7+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.16.0 21 Jul 2020 18:19:10 |
amdmi3 |
- Remove devel/py-trio for being a duplicate of net/py-trio added a few days ago
Reported by: linimon |
0.16.0 21 Jul 2020 17:15:07 |
amdmi3 |
- Add devel/py-trio: Friendly Python library for async concurrency and I/O
The Trio project's goal is to produce a production-quality,
permissively licensed, async/await-native I/O library for Python.
Like all async libraries, its main purpose is to help you write
programs that do multiple things at the same time with parallelized
I/O. A web spider that wants to fetch lots of pages in parallel, a
web server that needs to juggle lots of downloads and websocket
connections at the same time, a process supervisor monitoring
multiple subprocesses... that sort of thing. Compared to other
libraries, Trio attempts to distinguish itself with an obsessive
focus on usability and correctness. Concurrency is complicated; we
try to make it easy to get things right.
WWW: https://pypi.org/project/trio/ |
Number of commits found: 2
|