| 1 |
cpython
Python Language
|
72,760 |
|
Implementations
Python Language
|
→ |
|
Default, most widely used implementation of the Python programming language written in C.
|
|
|
|
| 2 |
asyncio
Python Language
|
72,760 |
|
Asynchronous Programming
Python Language
Built-in
|
→ |
|
(Python standard library) Asynchronous I/O, event loop, coroutines and tasks.
|
|
|
|
| 3 |
concurrent.futures
Python Language
|
72,760 |
|
Asynchronous Programming
Python Language
Built-in
|
→ |
|
(Python standard library) A high-level interface for asynchronously executing callables.
|
|
|
|
| 4 |
functools
Python Language
|
72,760 |
|
Functional Programming
Python Language
Built-in
|
→ |
|
(Python standard library) Higher-order functions and operations on callable objects.
|
|
|
|
| 5 |
multiprocessing
Python Language
|
72,760 |
|
Asynchronous Programming
Python Language
Built-in
|
→ |
|
(Python standard library) Process-based parallelism.
|
|
|
|
| 6 |
zoneinfo
Python Language
|
72,760 |
|
Date and Time
Python Language
Built-in
|
→ |
|
(Python standard library) IANA time zone support. Brings the tz database into Python.
|
|
|
|
| 7 |
micropython
Python Language
|
21,721 |
|
Implementations
Python Language
|
→ |
|
A lean and efficient Python programming language implementation.
|
|
|
|
| 8 |
pyodide
Python Language
|
14,599 |
|
Implementations
Python Language
|
→ |
|
Python distribution for the browser and Node.js based on WebAssembly.
|
|
|
|
| 9 |
uvloop
Python Language
|
11,786 |
|
Asynchronous Programming
Python Language
|
→ |
|
Ultra fast asyncio event loop.
|
|
|
|
| 10 |
cython
Python Language
|
10,732 |
|
Implementations
Python Language
|
→ |
|
Optimizing Static Compiler for Python.
|
|
|
|
| 11 |
trio
Python Language
|
7,269 |
|
Asynchronous Programming
Python Language
|
→ |
|
A friendly library for async concurrency and I/O.
|
|
|
|
| 12 |
pendulum
Python Language
|
6,671 |
|
Date and Time
Python Language
|
→ |
|
Python datetimes made easy.
|
|
|
|
| 13 |
gevent
Python Language
|
6,442 |
|
Asynchronous Programming
Python Language
|
→ |
|
A coroutine-based Python networking library that uses greenlet.
|
|
|
|
| 14 |
twisted
Python Language
|
5,964 |
|
Asynchronous Programming
Python Language
|
→ |
|
An event-driven networking engine.
|
|
|
|
| 15 |
attrs
Python Language
|
5,784 |
|
Built-in Classes Enhancement
Python Language
|
→ |
|
Replacement for __init__, __eq__, __repr__, etc. boilerplate in class definitions.
|
|
|
|
| 16 |
toolz
Python Language
|
5,143 |
|
Functional Programming
Python Language
|
→ |
|
A collection of functional utilities for iterators, functions, and dictionaries. Also available as cytoolz for Cython-accelerated performance.
|
|
|
|
| 17 |
coconut
Python Language
|
4,331 |
|
Functional Programming
Python Language
|
→ |
|
A variant of Python built for simple, elegant, Pythonic functional programming.
|
|
|
|
| 18 |
returns
Python Language
|
4,288 |
|
Functional Programming
Python Language
|
→ |
|
A set of type-safe monads, transformers, and composition utilities.
|
|
|
|
| 19 |
more-itertools
Python Language
|
4,064 |
|
Functional Programming
Python Language
|
→ |
|
More routines for operating on iterables, beyond itertools.
|
|
|
|
| 20 |
funcy
Python Language
|
3,503 |
|
Functional Programming
Python Language
|
→ |
|
A fancy and practical functional tools.
|
|
|
|
| 21 |
box
Python Language
|
2,818 |
|
Built-in Classes Enhancement
Python Language
|
→ |
|
Python dictionaries with advanced dot notation access.
|
|
|
|
| 22 |
dateparser
Python Language
|
2,807 |
|
Date and Time
Python Language
|
→ |
|
A Python parser for human-readable dates in dozens of languages.
|
|
|
|
| 23 |
ironpython
Python Language
|
2,746 |
|
Implementations
Python Language
|
→ |
|
Implementation of the Python programming language written in C#.
|
|
|
|
| 24 |
dateutil
Python Language
|
2,617 |
|
Date and Time
Python Language
|
→ |
|
Extensions to the standard Python datetime module.
|
|
|
|
| 25 |
anyio
Python Language
|
2,469 |
|
Asynchronous Programming
Python Language
|
→ |
|
A high-level async concurrency and networking framework that works on top of asyncio or trio.
|
|
|
|
| 26 |
pypy
Python Language
|
1,735 |
|
Implementations
Python Language
|
→ |
|
A very fast and compliant implementation of the Python language.
|
|
|
|
| 27 |
bidict
Python Language
|
1,579 |
|
Built-in Classes Enhancement
Python Language
|
→ |
|
Efficient, Pythonic bidirectional map data structures and related functionality.
|
|
|
|