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.
Trio was built from the ground up to take advantage of the latest
Python features, and
draws inspiration from many sources, in
particular Dave Beazley's Curio.
The resulting design is radically simpler than older competitors like
asyncio and
Twisted, yet just as capable. Trio is
the Python I/O library I always
trio alternatives and similar packages
Based on the "Networking" category.
Alternatively, view trio alternatives based on common mentions on social networks and blogs.
-
IVRE
Network recon framework. Build your own, self-hosted and fully-controlled alternatives to Shodan / ZoomEye / Censys and GreyNoise, run your Passive DNS service, collect and analyse network intelligence from your sensors, and much more! Uses Nmap, Masscan, Zeek, p0f, etc. -
NAPALM
Network Automation and Programmability Abstraction Layer with Multivendor support -
asyncio
(Python standard library) Asynchronous I/O, event loop, coroutines and tasks. -
LDAP3
a strictly RFC 4510 conforming LDAP V3 pure Python client. The same codebase works with Python 2. Python 3, PyPy and PyPy3 -
๐ IPpy
:rocket: Ping IP addresses and domains in parallel to find the accessible and inaccessible ones. -
quick-net
This is a top level socket library, making servers and clients EASY!
Write Clean Python Code. Always.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of trio or a related project?