Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

tenacity library

Compare

  Analyzed 15 days ago

Tenacity is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything. It originates from a fork of retrying. Features: - Generic Decorator API - Specify stop condition (i.e. limit by number of attempts) - ... [More] Specify wait condition (i.e. exponential backoff sleeping between attempts) - Customize retrying on Exceptions - Customize retrying on expected returned result - Retry on coroutines [Less]

3.61K lines of code

7 current contributors

4 months since last commit

1 users on Open Hub

Low Activity
0.0
 
I Use This

aioamqp

Compare

  Analyzed 16 days ago

AMQP implementation using asyncio

3.14K lines of code

10 current contributors

almost 3 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

aioopenssl

Compare

  Analyzed about 1 month ago

(START-)TLS-capable transport using OpenSSL for asyncio

1.7K lines of code

0 current contributors

almost 3 years since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Licenses: No declared licenses

uvloop

Compare

  Analyzed 16 days ago

Ultra fast implementation of asyncio event loop on top of libuv.

15.3K lines of code

11 current contributors

4 months since last commit

0 users on Open Hub

Low Activity
5.0
 
I Use This

jdrupes-httpcodec

Compare

  Analyzed 16 days ago

Non-blocking HTTP codec without any dependencies

10.9K lines of code

0 current contributors

9 months since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This

Asio C++ Library

Compare

  Analyzed 16 days ago

Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach.

175K lines of code

0 current contributors

3 months since last commit

0 users on Open Hub

Moderate Activity
0.0
 
I Use This

GINO

Compare

  Analyzed 16 days ago

GINO - GINO Is Not ORM - is an extremely simple Python ORM, using SQLAlchemy core to define table models, and asyncpg to interact with database. GINO tries to stay in the middle between ORM and non-ORM: GINO operates database rows with "plain old Python objects" - a rollback doesn't magically ... [More] change their values. Any database operations are explicit. There are no dirty models, no sessions, no magic. You have concrete control to the database, through a convenient object interface. GINO depends on asyncpg, which means it works only for PostgreSQL and asyncio, so Python 3.6 is required. Based on SQLAlchemy, gate to its ecosystem is open - feel free to use e.g. Alembic to manage your schema changes. And we specially designed a few candies for the Sanic server. [Less]

11.8K lines of code

14 current contributors

about 3 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This