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