Alex Grönholm

Results 10 repositories owned by Alex Grönholm

anyio

1.6k
Stars
127
Forks
Watchers

High level asynchronous concurrency and networking framework that works on top of either trio or asyncio

apscheduler

5.5k
Stars
703
Forks
Watchers

Task scheduling library for Python

asyncio_extras

63
Stars
4
Forks
Watchers

Asynchronous generators, context managers and other utilities for use with asyncio

cbor2

194
Stars
52
Forks
Watchers

Python CBOR (de)serializer with extensive tag support

exceptiongroup

33
Stars
14
Forks
Watchers

Backport of PEP 654 (exception groups)

ircproto

18
Stars
3
Forks
Watchers

IRC state-machine based protocol implementation

pythonfutures

231
Stars
51
Forks
Watchers

Backport of the concurrent.futures package to Python 2.6 and 2.7

sqlacodegen

1.6k
Stars
228
Forks
Watchers

Automatic model code generator for SQLAlchemy

typeguard

1.1k
Stars
79
Forks
Watchers

Run-time type checker for Python

redis-anyio

17
Stars
1
Forks
Watchers

Unofficial, AnyIO based Redis client for Python