Personal tools
Skip to content. | Skip to navigation
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.
This library implements both server and client aspects of the the WebSocket protocol, striving for safety, correctness, and ergonomics. It is based on the wsproto project, which is a Sans-IO state machine that implements the majority of the WebSocket protocol, including framing, codecs, and events. This library handles I/O using the Trio framework. This library passes the Autobahn Test Suite.
The desktop client of Tryton. Tryton is business software, ideal for companies of any size, easy to use, complete and 100% Open Source. It provides modularity, scalability and security.
Tryton FileStore MinIO The *Tryton FileStore MinIO* package allows Tryton's FileStore to be configured to use S3 compatible object storage services. It can be setup to store files in different buckets, or with different service providers depending on the prefix used with the FileStore. This package uses the MinIO Python SDK library to communicate with the S3 services.
Tryton FileStore S3 AWS Backend S3 AWS backend for the Tryton application framework.In order to configure the S3 Amazon you should modify your trytond configuration file to include the tryton_filestore_s3.FileStoreS3 as class of the database section. Also you need to specify the s3 credentials with the s3_access_key, s3_secret_key and bucket values.An example configuration file looks like::...
This is a metapackage bringing in argon2 extras requires for python3-trytond. It makes sure the dependencies are installed.
This is a metapackage bringing in barcode extras requires for python3-trytond. It makes sure the dependencies are installed.
This is a metapackage bringing in bcrypt extras requires for python3-trytond. It makes sure the dependencies are installed.