1
boto3
Cloud Providers
2,719,478,445
9,901
2026-09-11
Cloud Providers
DevOps Tools
DevOps
→
Python interface to Amazon Web Services.
Python interface to Amazon Web Services.
2
urllib3
Clients
1,471,929,062
4,057
2026-09-12
Clients
HTTP Clients
HTTP & Scraping
→
A HTTP library with thread-safe connection pooling, file post support, sanity friendly.
A HTTP library with thread-safe connection pooling, file post support, sanity friendly.
3
requests
Clients
1,382,657,947
54,297
2026-09-02
Clients
HTTP Clients
HTTP & Scraping
→
HTTP Requests for Humans.
HTTP Requests for Humans.
4
charset-normalizer
Encoding and Unicode
1,364,795,724
794
2026-09-07
Encoding and Unicode
Text Processing
Text & Documents
→
Universal character encoding detector, the default of the requests ecosystem.
Universal character encoding detector, the default of the requests ecosystem.
5
setuptools
Build Backends
1,192,087,774
2,857
2026-09-08
Build Backends
Package Management
Python Toolchain
→
The historical and still most widely used pyproject build backend.
The historical and still most widely used pyproject build backend.
6
cryptography
Cryptography
1,190,808,172
7,764
2026-09-13
Cryptography
Security
→
A package designed to expose cryptographic primitives and recipes to Python developers.
A package designed to expose cryptographic primitives and recipes to Python developers.
7
pygments
Parser
1,034,255,078
2,206
2026-08-17
Parser
Text Processing
Text & Documents
→
A generic syntax highlighter.
A generic syntax highlighter.
8
python-dateutil
Date and Time
980,588,304
2,634
2026-05-19
Date and Time
Python Language
→
Extensions to the standard Python
datetime module.
Extensions to the standard Python
datetime module.
9
pyyaml
Data Formats
979,577,262
2,942
2026-06-17
Data Formats
File Format Processing
Text & Documents
→
YAML implementations for Python.
YAML implementations for Python.
10
pydantic
Data Validation
922,771,892
28,764
2026-09-12
Data Validation
Data & Science
→
Data validation using Python type hints.
Data validation using Python type hints.
11
click
CLI Development
900,108,734
17,664
2026-09-06
CLI Development
CLI Development
CLI & GUI
→
A package for creating beautiful command line interfaces in a composable way.
A package for creating beautiful command line interfaces in a composable way.
12
numpy
Core
890,734,572
32,732
2026-09-13
Core
Science
Data & Science
→
A fundamental package for scientific computing with Python.
A fundamental package for scientific computing with Python.
13
pytest
Frameworks
873,503,452
14,501
2026-09-13
Frameworks
Testing
Developer Tools
→
A mature full-featured Python testing tool.
A mature full-featured Python testing tool.
14
anyio
Async I/O
872,897,844
2,540
2026-09-13
Async I/O
Asynchronous Programming
Python Language
→
A high-level async concurrency and networking framework that works on top of asyncio or trio.
A high-level async concurrency and networking framework that works on top of asyncio or trio.
15
attrs
Built-in Classes Enhancement
763,787,855
5,838
2026-09-01
Built-in Classes Enhancement
Python Language
→
Replacement for __init__, __eq__, __repr__, etc. boilerplate in class definitions.
Replacement for __init__, __eq__, __repr__, etc. boilerplate in class definitions.
16
markupsafe
HTML Manipulation
683,742,965
697
2025-09-27
HTML Manipulation
Text & Documents
→
Implements a XML/HTML/XHTML Markup safe string for Python.
Implements a XML/HTML/XHTML Markup safe string for Python.
17
httpx
Clients
673,081,294
15,476
2026-02-23
Clients
HTTP Clients
HTTP & Scraping
→
A next generation HTTP client for Python.
A next generation HTTP client for Python.
18
python-dotenv
Configuration Files
658,960,372
8,873
2026-08-17
Configuration Files
Python Toolchain
→
Reads key-value pairs from a .env file and sets them as environment variables.
Reads key-value pairs from a .env file and sets them as environment variables.
19
jinja
Template Engines
606,827,678
11,774
2025-06-14
Template Engines
Web Development
→
A modern and designer friendly templating language.
A modern and designer friendly templating language.
20
pandas
Data Analysis
596,120,917
49,724
2026-09-13
Data Analysis
Data & Science
→
A library providing high-performance, easy-to-use data structures and data analysis tools.
A library providing high-performance, easy-to-use data structures and data analysis tools.
21
pyjwt
JWT
572,909,269
5,699
2026-09-13
JWT
Authentication
Web Development
→
JSON Web Token implementation in Python.
JSON Web Token implementation in Python.
22
uvicorn
ASGI
530,965,017
10,959
2026-09-12
ASGI
Web Servers
Web Development
→
A lightning-fast ASGI server implementation, using uvloop and httptools.
A lightning-fast ASGI server implementation, using uvloop and httptools.
23
starlette
Asynchronous
529,420,793
12,616
2026-09-12
Asynchronous
Web Frameworks
Web Development
→
A lightweight ASGI framework and toolkit for building high-performance async services.
A lightweight ASGI framework and toolkit for building high-performance async services.
24
aiohttp
Clients
507,667,308
16,546
2026-09-13
Clients
HTTP Clients
HTTP & Scraping
→
Asynchronous HTTP client/server framework for asyncio and Python.
Asynchronous HTTP client/server framework for asyncio and Python.
25
yarl
URL Manipulation
498,924,912
1,497
2026-09-08
URL Manipulation
HTTP Clients
HTTP & Scraping
→
Yet another URL library.
26
jsonschema
Data Validation
498,321,095
4,979
2026-09-07
Data Validation
Data & Science
→
An implementation of
JSON Schema for Python.
27
pip
Package Managers
492,070,645
10,285
2026-09-08
Package Managers
Package Management
Python Toolchain
→
The package installer for Python.
The package installer for Python.
28
rich
Terminal Rendering
491,616,186
57,359
2026-06-23
Terminal Rendering
CLI Development
CLI & GUI
→
Python library for rich text and beautiful formatting in the terminal. Also provides a great RichHandler log handler.
Python library for rich text and beautiful formatting in the terminal. Also provides a great RichHandler log handler.
29
markdown-it-py
Markdown
485,114,069
1,361
2026-09-09
Markdown
File Format Processing
Text & Documents
→
Markdown parser with 100% CommonMark support, extensions, and syntax plugins.
Markdown parser with 100% CommonMark support, extensions, and syntax plugins.
30
tqdm
Terminal Rendering
475,914,135
31,335
2026-09-11
Terminal Rendering
CLI Development
CLI & GUI
→
Fast, extensible progress bar for loops and CLI.
Fast, extensible progress bar for loops and CLI.
31
pillow
General
449,684,868
13,809
2026-09-13
General
Image Processing
Media
→
Pillow is the friendly
PIL fork.
Pillow is the friendly
PIL fork.
32
websockets
WebSocket
443,761,577
5,717
2026-08-29
WebSocket
Web Development
→
A library for building WebSocket servers and clients with a focus on correctness and simplicity.
A library for building WebSocket servers and clients with a focus on correctness and simplicity.
33
fastapi
Framework Agnostic
434,391,750
102,304
2026-09-01
Framework Agnostic
Web APIs
Web Development
→
A modern, fast, web framework for building APIs with standard Python type hints.
A modern, fast, web framework for building APIs with standard Python type hints.
34
pydantic-settings
Configuration Files
400,849,847
1,456
2026-09-11
Configuration Files
Python Toolchain
→
Settings management using Pydantic models with validation, loading from environment variables and secrets files.
Settings management using Pydantic models with validation, loading from environment variables and secrets files.
35
hatchling
Build Backends
397,962,824
7,235
2026-09-11
Build Backends
Package Management
Python Toolchain
→
Modern, extensible build backend from the hatch project.
Modern, extensible build backend from the hatch project.
36
sqlalchemy
Relational Databases
352,972,381
12,153
2026-09-12
Relational Databases
ORM
Database & Storage
→
The Python SQL Toolkit and Object Relational Mapper.
The Python SQL Toolkit and Object Relational Mapper.
37
grpcio
RPC
347,980,885
45,308
2026-09-13
RPC
Web APIs
Web Development
→
HTTP/2-based RPC framework with Python bindings, built by Google.
HTTP/2-based RPC framework with Python bindings, built by Google.
38
pyparsing
Parser
343,156,935
2,489
2026-08-18
Parser
Text Processing
Text & Documents
→
A general purpose framework for generating parsers.
A general purpose framework for generating parsers.
39
virtualenv
Environment Management
341,236,598
5,044
2026-09-09
Environment Management
Python Toolchain
→
A tool to create isolated Python environments.
A tool to create isolated Python environments.
40
beautifulsoup4
HTML Manipulation
339,201,031
External
—
HTML Manipulation
Text & Documents
→
Providing Pythonic idioms for iterating, searching, and modifying HTML or XML.
Providing Pythonic idioms for iterating, searching, and modifying HTML or XML.
41
scipy
Core
336,882,127
15,011
2026-09-13
Core
Science
Data & Science
→
A Python-based ecosystem of open-source software for mathematics, science, and engineering.
A Python-based ecosystem of open-source software for mathematics, science, and engineering.
42
lxml
HTML Manipulation
334,035,988
3,055
2026-09-09
HTML Manipulation
Text & Documents
→
A very fast, easy-to-use and versatile library for handling HTML and XML.
A very fast, easy-to-use and versatile library for handling HTML and XML.
43
watchfiles
File Manipulation
317,950,799
2,534
2026-06-13
File Manipulation
Text & Documents
→
Simple, modern and fast file watching and code reload in python.
Simple, modern and fast file watching and code reload in python.
44
LiteLLM
LLM Gateways
311,329,019
58,630
2026-09-13
LLM Gateways
AI and Agents
AI & ML
→
Call 100+ LLMs using OpenAI format.
Call 100+ LLMs using OpenAI format.
45
psutil
Monitoring and Processes
307,632,672
11,273
2026-09-06
Monitoring and Processes
DevOps Tools
DevOps
→
A cross-platform process and system utilities module.
A cross-platform process and system utilities module.
46
colorama
Terminal Rendering
302,690,330
3,796
2026-05-13
Terminal Rendering
CLI Development
CLI & GUI
→
Cross-platform colored terminal text.
Cross-platform colored terminal text.
47
ruff
Linters and Formatters
298,263,266
49,618
2026-09-12
Linters and Formatters
Code Analysis
Developer Tools
→
An extremely fast Python linter and code formatter.
An extremely fast Python linter and code formatter.
48
openpyxl
Excel
295,172,351
External
—
Excel
File Format Processing
Text & Documents
→
A library for reading and writing Excel 2010 xlsx/xlsm/xltx/xltm files.
A library for reading and writing Excel 2010 xlsx/xlsm/xltx/xltm files.
49
coverage
Code Coverage
289,833,304
3,411
2026-09-13
Code Coverage
Testing
Developer Tools
→
Code coverage measurement.
Code coverage measurement.
50
typer
CLI Development
275,523,551
19,975
2026-09-08
CLI Development
CLI Development
CLI & GUI
→
Modern CLI framework that uses Python type hints. Built on Click and Pydantic.
Modern CLI framework that uses Python type hints. Built on Click and Pydantic.
51
cachetools
Caching
258,961,048
2,778
2026-08-31
Caching
Database & Storage
→
Extensible memoizing collections and decorators.
Extensible memoizing collections and decorators.
52
oauthlib
OAuth
255,234,116
2,980
2026-07-14
OAuth
Authentication
Web Development
→
A generic and thorough implementation of the OAuth request-signing logic.
A generic and thorough implementation of the OAuth request-signing logic.
53
more-itertools
Functional Programming
252,235,643
4,089
2026-09-10
Functional Programming
Python Language
→
More routines for operating on iterables, beyond itertools.
More routines for operating on iterables, beyond itertools.
54
sortedcontainers
Algorithms
232,379,684
3,982
2024-03-01
Algorithms
Algorithms and Design Patterns
Developer Tools
→
Fast and pure-Python implementation of sorted collections.
Fast and pure-Python implementation of sorted collections.
55
uvloop
Async I/O
224,331,835
11,899
2026-07-14
Async I/O
Asynchronous Programming
Python Language
→
Ultra fast asyncio event loop.
Ultra fast asyncio event loop.
56
networkx
Graphs and Networks
214,890,749
17,255
2026-09-12
Graphs and Networks
Science
Data & Science
→
A high-productivity software for complex networks.
A high-productivity software for complex networks.
57
msgpack
Serialization
214,842,786
2,104
2026-09-02
Serialization
Database & Storage
→
MessagePack serializer implementation for Python.
MessagePack serializer implementation for Python.
58
redis
NoSQL Databases
212,107,296
13,637
2026-09-10
NoSQL Databases
Database Drivers
Database & Storage
→
The Python client for Redis.
The Python client for Redis.
59
scikit-learn
General
205,333,054
67,238
2026-09-12
General
Machine Learning
AI & ML
→
The most popular Python library for Machine Learning with extensive documentation and community support.
The most popular Python library for Machine Learning with extensive documentation and community support.
60
httpx2
Clients
202,126,800
1,433
2026-09-11
Clients
HTTP Clients
HTTP & Scraping
→
HTTP/1.1 and HTTP/2 client with sync and async APIs, maintained by Pydantic (
httpx fork).
HTTP/1.1 and HTTP/2 client with sync and async APIs, maintained by Pydantic (
httpx fork).
61
langchain
Orchestration
197,915,521
146,226
2026-09-11
Orchestration
AI and Agents
AI & ML
→
Building applications with LLMs through composability.
Building applications with LLMs through composability.
62
prompt_toolkit
CLI Development
196,533,969
10,570
2026-07-26
CLI Development
CLI Development
CLI & GUI
→
A library for building powerful interactive command lines.
A library for building powerful interactive command lines.
63
textual
TUI Frameworks
195,121,251
37,210
2026-07-11
TUI Frameworks
CLI Development
CLI & GUI
→
A framework for building interactive user interfaces that run in the terminal and the browser.
A framework for building interactive user interfaces that run in the terminal and the browser.
64
orjson
Serialization
194,334,925
8,228
2026-08-14
Serialization
Database & Storage
→
Fast, correct JSON library.
Fast, correct JSON library.
65
chardet
Encoding and Unicode
187,805,143
2,667
2026-08-30
Encoding and Unicode
Text Processing
Text & Documents
→
Python character encoding detector.
Python character encoding detector.
66
mako
Template Engines
186,425,294
459
2026-08-18
Template Engines
Web Development
→
Hyperfast and lightweight templating for the Python platform.
Hyperfast and lightweight templating for the Python platform.
67
pynacl
Cryptography
186,028,322
1,205
2026-08-25
Cryptography
Security
→
Python binding to the Networking and Cryptography (NaCl) library.
Python binding to the Networking and Cryptography (NaCl) library.
68
joblib
Distributed Computing
185,316,420
4,392
2026-09-09
Distributed Computing
DevOps
→
A set of tools to provide lightweight pipelining in Python.
A set of tools to provide lightweight pipelining in Python.
69
itsdangerous
Cryptography
181,200,716
3,133
2025-06-14
Cryptography
Security
→
Various helpers to pass trusted data to untrusted environments.
Various helpers to pass trusted data to untrusted environments.
70
matplotlib
Plotting
177,263,802
23,211
2026-09-12
Plotting
Data Visualization
Data & Science
→
A Python 2D plotting library.
A Python 2D plotting library.
71
mypy
Type Checkers
169,189,056
20,638
2026-09-13
Type Checkers
Code Analysis
Developer Tools
→
Check variable types during compile time.
Check variable types during compile time.
72
pre-commit
Git Hooks
167,908,851
15,570
2026-08-17
Git Hooks
Code Analysis
Developer Tools
→
A framework for managing and maintaining multi-language pre-commit hooks.
A framework for managing and maintaining multi-language pre-commit hooks.
73
flask
Synchronous
162,056,867
74,732
2026-09-08
Synchronous
Web Frameworks
Web Development
→
A microframework for Python.
A microframework for Python.
74
blinker
Miscellaneous
151,680,194
2,092
2025-06-14
Miscellaneous
Other
→
A fast Python in-process signal/event dispatching system.
A fast Python in-process signal/event dispatching system.
75
uv
Package Managers
151,441,340
89,774
2026-09-12
Package Managers
Environment Management
Package Management
Python Toolchain
→
An extremely fast Python version, package and project manager, written in Rust.
An extremely fast Python version, package and project manager, written in Rust.
76
sympy
Symbolic Mathematics
147,911,306
14,923
2026-09-12
Symbolic Mathematics
Science
Data & Science
→
A Python library for symbolic mathematics.
A Python library for symbolic mathematics.
77
sentry-sdk
Monitoring and Processes
137,935,766
2,201
2026-09-11
Monitoring and Processes
DevOps Tools
DevOps
→
Sentry SDK for Python.
78
black
Linters and Formatters
135,689,034
41,841
2026-09-03
Linters and Formatters
Code Analysis
Developer Tools
→
The uncompromising Python code formatter.
The uncompromising Python code formatter.
79
rapidfuzz
Fuzzy Matching
134,899,448
4,124
2026-09-12
Fuzzy Matching
Text Processing
Text & Documents
→
Rapid fuzzy string matching using various string metrics, with a C++ core.
Rapid fuzzy string matching using various string metrics, with a C++ core.
80
transformers
Pre-trained Models
130,672,116
165,349
2026-09-13
Pre-trained Models
AI and Agents
AI & ML
→
A framework that lets you easily use pre-trained transformer models for NLP, vision, and audio tasks.
A framework that lets you easily use pre-trained transformer models for NLP, vision, and audio tasks.
81
pypdf
PDF
129,408,268
10,197
2026-09-11
PDF
File Format Processing
Text & Documents
→
A library capable of splitting, merging, cropping, and transforming PDF pages.
A library capable of splitting, merging, cropping, and transforming PDF pages.
82
psycopg
PostgreSQL
124,723,546
2,491
2026-08-31
PostgreSQL
Database Drivers
Database & Storage
→
The most popular PostgreSQL adapter for Python.
The most popular PostgreSQL adapter for Python.
83
sqlparse
Parser
123,294,318
4,018
2026-08-13
Parser
Text Processing
Text & Documents
→
A non-validating SQL parser.
A non-validating SQL parser.
84
paramiko
Cryptography
121,252,733
9,853
2026-08-29
Cryptography
Security
→
The leading native Python SSHv2 protocol library.
The leading native Python SSHv2 protocol library.
85
authlib
OAuth
116,497,064
5,418
2026-08-31
OAuth
Authentication
Web Development
→
A comprehensive library for building OAuth, OpenID Connect, and JWT/JWS/JWE/JWK/JWA.
A comprehensive library for building OAuth, OpenID Connect, and JWT/JWS/JWE/JWK/JWA.
86
ipython
Interactive Interpreter
115,412,127
16,780
2026-09-07
Interactive Interpreter
Developer Tools
→
A powerful interactive Python shell, and the kernel behind Jupyter notebooks.
A powerful interactive Python shell, and the kernel behind Jupyter notebooks.
87
awscli
Cloud Providers
113,403,963
17,252
2026-08-27
Cloud Providers
DevOps Tools
DevOps
→
Universal Command Line Interface for Amazon Web Services.
Universal Command Line Interface for Amazon Web Services.
88
babel
Internationalization
112,651,494
1,464
2026-08-17
Internationalization
Text Processing
Text & Documents
→
An internationalization library for Python.
An internationalization library for Python.
89
gunicorn
WSGI
111,757,485
10,668
2026-09-06
WSGI
Web Servers
Web Development
→
Pre-forked, ported from Ruby's Unicorn project.
Pre-forked, ported from Ruby's Unicorn project.
90
tornado
Asynchronous
106,919,351
22,177
2026-09-13
Asynchronous
Web Frameworks
Web Development
→
A web framework and asynchronous networking library.
A web framework and asynchronous networking library.
91
asyncpg
PostgreSQL
106,742,837
8,086
2026-02-27
PostgreSQL
Database Drivers
Database & Storage
→
A fast PostgreSQL Database Client Library for Python/asyncio.
A fast PostgreSQL Database Client Library for Python/asyncio.
92
isort
Linters and Formatters
105,064,182
6,951
2026-08-27
Linters and Formatters
Code Analysis
Developer Tools
→
A Python utility / library to sort imports.
A Python utility / library to sort imports.
93
markdown
Markdown
102,478,919
4,246
2026-09-11
Markdown
File Format Processing
Text & Documents
→
A Python implementation of John Gruber’s Markdown.
A Python implementation of John Gruber’s Markdown.
94
xmltodict
HTML Manipulation
101,969,207
5,756
2026-08-19
HTML Manipulation
Text & Documents
→
Working with XML feel like you are working with JSON.
Working with XML feel like you are working with JSON.
95
structlog
Logging
99,838,027
4,951
2026-09-05
Logging
DevOps
→
Structured logging made easy.
Structured logging made easy.
96
marshmallow
Serialization
98,292,307
7,240
2026-09-11
Serialization
Database & Storage
→
A lightweight library for converting complex objects to and from simple Python datatypes.
A lightweight library for converting complex objects to and from simple Python datatypes.
97
Cython
Implementations
97,728,962
10,840
2026-09-12
Implementations
Python Language
→
Optimizing Static Compiler for Python.
Optimizing Static Compiler for Python.
98
python-docx
Word
95,295,409
5,716
2025-06-16
Word
File Format Processing
Text & Documents
→
Reads, queries and modifies Microsoft Word 2007/2008 docx files.
Reads, queries and modifies Microsoft Word 2007/2008 docx files.
99
playwright-python
Browser Automation
94,243,809
14,998
2026-09-03
Browser Automation
Testing
Developer Tools
→
Python version of the Playwright testing and automation library.
Python version of the Playwright testing and automation library.
100
watchdog
File Manipulation
93,155,828
7,410
2026-09-06
File Manipulation
Text & Documents
→
API and shell utilities to monitor file system events.
API and shell utilities to monitor file system events.
101
xlsxwriter
Excel
87,933,027
3,972
2026-08-04
Excel
File Format Processing
Text & Documents
→
A Python module for creating Excel .xlsx files.
A Python module for creating Excel .xlsx files.
102
awswrangler
General
84,409,774
4,120
2026-09-08
General
Data Ingestion / ETL
Data & Science
→
Pandas integration with AWS services like Athena, Glue, Redshift, S3, and DynamoDB.
Pandas integration with AWS services like Athena, Glue, Redshift, S3, and DynamoDB.
103
pymysql
MySQL
82,754,465
7,842
2026-09-11
MySQL
Database Drivers
Database & Storage
→
A pure Python MySQL driver compatible to mysql-python.
A pure Python MySQL driver compatible to mysql-python.
104
reportlab
PDF
81,582,987
External
—
PDF
File Format Processing
Text & Documents
→
Allowing Rapid creation of rich PDF documents.
Allowing Rapid creation of rich PDF documents.
105
pymongo
NoSQL Databases
77,333,867
4,357
2026-09-11
NoSQL Databases
Database Drivers
Database & Storage
→
The official Python client for MongoDB.
The official Python client for MongoDB.
106
uuid-utils
Built-in Classes Enhancement
75,380,241
371
2026-09-08
Built-in Classes Enhancement
Python Language
→
A fast, Rust-backed drop-in replacement for Python's built-in uuid module, supporting RFC 9562 (UUIDv6, UUIDv7, and UUIDv8).
A fast, Rust-backed drop-in replacement for Python's built-in uuid module, supporting RFC 9562 (UUIDv6, UUIDv7, and UUIDv8).
107
loguru
Logging
73,534,291
24,103
2026-08-30
Logging
DevOps
→
Library which aims to bring enjoyable logging in Python.
Library which aims to bring enjoyable logging in Python.
108
pytorch
Frameworks
72,558,464
102,970
2026-09-13
Frameworks
Deep Learning
AI & ML
→
Tensors and Dynamic neural networks in Python with strong GPU acceleration.
Tensors and Dynamic neural networks in Python with strong GPU acceleration.
109
invoke
Build Tools
68,223,972
4,777
2026-04-07
Build Tools
Developer Tools
→
A tool for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks.
A tool for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks.
110
faker
Fake Data
68,197,104
19,398
2026-09-01
Fake Data
Testing
Developer Tools
→
A Python package that generates fake data.
A Python package that generates fake data.
111
python-slugify
Transliteration and Slugs
68,165,381
1,624
2026-09-08
Transliteration and Slugs
Text Processing
Text & Documents
→
A Python slugify library that translates unicode to ASCII.
A Python slugify library that translates unicode to ASCII.
112
shapely
Computational Geometry
65,099,875
4,507
2026-09-12
Computational Geometry
Science
Data & Science
→
Manipulation and analysis of geometric objects in the Cartesian plane.
Manipulation and analysis of geometric objects in the Cartesian plane.
113
mistune
Markdown
63,186,986
3,074
2026-08-21
Markdown
File Format Processing
Text & Documents
→
Fastest and full featured pure Python parsers of Markdown.
Fastest and full featured pure Python parsers of Markdown.
114
pendulum
Date and Time
58,824,593
6,674
2026-08-20
Date and Time
Python Language
→
Python datetimes made easy.
Python datetimes made easy.
115
numba
Core
58,263,481
11,152
2026-09-11
Core
Science
Data & Science
→
Python JIT compiler to LLVM aimed at scientific Python.
Python JIT compiler to LLVM aimed at scientific Python.
116
duckdb
Analytical
58,248,370
41,200
2026-09-11
Analytical
Database
Database & Storage
→
An in-process SQL OLAP database management system; optimized for analytics and fast queries, similar to SQLite but for analytical workloads.
An in-process SQL OLAP database management system; optimized for analytics and fast queries, similar to SQLite but for analytical workloads.
117
polars
Data Analysis
57,965,536
39,720
2026-09-13
Data Analysis
Data & Science
→
A fast DataFrame library implemented in Rust with a Python API.
A fast DataFrame library implemented in Rust with a Python API.
118
plotly
Plotting
55,616,927
18,780
2026-09-11
Plotting
Data Visualization
Data & Science
→
Interactive graphing library for Python.
Interactive graphing library for Python.
119
responses
Mock
55,526,840
4,344
2026-08-26
Mock
Testing
Developer Tools
→
A utility library for mocking out the requests Python library.
A utility library for mocking out the requests Python library.
120
pdfminer.six
PDF
55,406,842
7,021
2026-03-13
PDF
File Format Processing
Text & Documents
→
Pdfminer.six is a community maintained fork of the original PDFMiner.
Pdfminer.six is a community maintained fork of the original PDFMiner.
121
toolz
Functional Programming
55,341,851
5,155
2025-10-17
Functional Programming
Python Language
→
A collection of functional utilities for iterators, functions, and dictionaries. Also available as
cytoolz for Cython-accelerated performance.
A collection of functional utilities for iterators, functions, and dictionaries. Also available as
cytoolz for Cython-accelerated performance.
122
nltk
General
52,564,965
14,717
2026-09-12
General
Natural Language Processing
AI & ML
→
A leading platform for building Python programs to work with human language data.
A leading platform for building Python programs to work with human language data.
123
langgraph
Orchestration
52,439,758
41,565
2026-09-09
Orchestration
AI and Agents
AI & ML
→
Low-level orchestration framework for building stateful, long-running LLM agents.
Low-level orchestration framework for building stateful, long-running LLM agents.
124
python-pptx
PowerPoint
52,423,974
3,529
2024-08-07
PowerPoint
File Format Processing
Text & Documents
→
Python library for creating and updating PowerPoint (.pptx) files.
Python library for creating and updating PowerPoint (.pptx) files.
125
poetry
Package Managers
51,693,633
34,301
2026-09-11
Package Managers
Package Management
Python Toolchain
→
Python dependency management and packaging made easy.
Python dependency management and packaging made easy.
126
freezegun
Mock
50,542,509
4,523
2025-08-19
Mock
Testing
Developer Tools
→
Travel through time by mocking the datetime module.
Travel through time by mocking the datetime module.
127
hypothesis
Frameworks
49,222,840
8,962
2026-09-08
Frameworks
Testing
Developer Tools
→
Hypothesis is an advanced Quickcheck style property based testing library.
Hypothesis is an advanced Quickcheck style property based testing library.
128
confluent-kafka
Messaging
47,883,573
509
2026-09-11
Messaging
DevOps
→
Confluent's Python client for Apache Kafka, built on librdkafka.
Confluent's Python client for Apache Kafka, built on librdkafka.
129
celery
Task Queues
46,617,904
28,878
2026-09-13
Task Queues
DevOps
→
An asynchronous task queue/job queue based on distributed message passing.
An asynchronous task queue/job queue based on distributed message passing.
130
pyspark
Distributed Computing
46,242,732
43,989
2026-09-13
Distributed Computing
DevOps
→
131
pylint
Linters and Formatters
44,362,369
5,723
2026-09-13
Linters and Formatters
Code Analysis
Developer Tools
→
A fully customizable source code analyzer.
A fully customizable source code analyzer.
132
flake8
Linters and Formatters
44,302,304
3,823
2026-08-17
Linters and Formatters
Code Analysis
Developer Tools
→
A wrapper around pycodestyle, pyflakes and McCabe.
A wrapper around pycodestyle, pyflakes and McCabe.
133
django
Synchronous
44,119,825
91,062
2026-09-08
Synchronous
Web Frameworks
Web Development
→
The most popular web framework in Python.
The most popular web framework in Python.
134
sglang
LLM Inference and Serving
44,114,487
35,894
2026-09-13
LLM Inference and Serving
AI and Agents
AI & ML
→
A high-performance serving framework for large language models and multimodal models.
A high-performance serving framework for large language models and multimodal models.
135
peewee
Relational Databases
43,698,034
11,985
2026-09-08
Relational Databases
ORM
Database & Storage
→
A small, expressive ORM.
136
opensearch-py
Search
43,074,030
469
2026-09-03
Search
Database & Storage
→
The official low-level Python client for
OpenSearch .
The official low-level Python client for
OpenSearch .
137
trio
Async I/O
42,960,830
7,323
2026-09-07
Async I/O
Asynchronous Programming
Python Language
→
A friendly library for async concurrency and I/O.
A friendly library for async concurrency and I/O.
138
altair
Plotting
42,521,006
10,472
2026-09-12
Plotting
Data Visualization
Data & Science
→
Declarative statistical visualization library for Python.
Declarative statistical visualization library for Python.
139
elasticsearch
Search
41,470,284
4,386
2026-09-09
Search
Database & Storage
→
The official low-level Python client for
Elasticsearch .
140
xgboost
Gradient Boosting
39,877,385
28,758
2026-09-11
Gradient Boosting
Machine Learning
AI & ML
→
A scalable, portable, and distributed gradient boosting library.
A scalable, portable, and distributed gradient boosting library.
141
apscheduler
Task Scheduling
39,813,767
7,625
2026-09-10
Task Scheduling
Job Schedulers
DevOps
→
A light but powerful in-process task scheduler that lets you schedule functions.
A light but powerful in-process task scheduler that lets you schedule functions.
142
ty
Type Checkers
39,587,621
19,677
2026-09-09
Type Checkers
Code Analysis
Developer Tools
→
An extremely fast Python type checker and language server.
An extremely fast Python type checker and language server.
143
dateparser
Date and Time
39,465,143
2,855
2026-09-09
Date and Time
Python Language
→
A Python parser for human-readable dates in dozens of languages.
A Python parser for human-readable dates in dozens of languages.
144
selenium
Browser Automation
39,098,400
34,487
2026-09-12
Browser Automation
Testing
Developer Tools
→
Python bindings for
Selenium WebDriver .
145
sphinx
Documentation
38,799,653
8,010
2026-08-07
Documentation
Developer Tools
→
Python Documentation generator.
Python Documentation generator.
146
opencv-python
General
38,741,499
5,386
2026-09-04
General
Computer Vision
AI & ML
→
Open Source Computer Vision Library.
Open Source Computer Vision Library.
147
pyright
Type Checkers
38,108,096
15,638
2026-09-11
Type Checkers
Code Analysis
Developer Tools
→
Full-featured static type checker for Python from Microsoft, the engine behind Pylance.
Full-featured static type checker for Python from Microsoft, the engine behind Pylance.
148
phonenumbers
Parser
35,346,549
3,772
2026-09-10
Parser
Text Processing
Text & Documents
→
Parsing, formatting, storing and validating international phone numbers.
Parsing, formatting, storing and validating international phone numbers.
149
statsmodels
Statistics
34,887,772
11,623
2026-09-12
Statistics
Science
Data & Science
→
Statistical modeling and econometrics in Python.
Statistical modeling and econometrics in Python.
150
gevent
Async I/O
33,300,211
6,448
2026-08-10
Async I/O
Asynchronous Programming
Python Language
→
A coroutine-based Python networking library that uses
greenlet .
A coroutine-based Python networking library that uses
greenlet .
151
weasyprint
HTML-to-PDF
33,209,568
9,590
2026-09-10
HTML-to-PDF
File Format Processing
Text & Documents
→
A visual rendering engine for HTML and CSS that can export to PDF.
A visual rendering engine for HTML and CSS that can export to PDF.
152
pyodbc
Other Relational Databases
31,898,941
3,081
2026-06-06
Other Relational Databases
Database Drivers
Database & Storage
→
An ODBC bridge for connecting to SQL Server and any other ODBC-accessible database.
An ODBC bridge for connecting to SQL Server and any other ODBC-accessible database.
153
qrcode
Barcodes and QR Codes
31,748,356
4,937
2026-03-25
Barcodes and QR Codes
Image Processing
Media
→
A pure Python QR Code generator.
A pure Python QR Code generator.
154
python-magic
File Manipulation
31,718,553
2,918
2026-07-20
File Manipulation
Text & Documents
→
A Python interface to the libmagic file type identification library.
A Python interface to the libmagic file type identification library.
155
msgspec
Serialization
31,610,445
4,104
2026-09-13
Serialization
Database & Storage
→
A fast serialization and validation library with built-in support for JSON, MessagePack, YAML, and TOML.
A fast serialization and validation library with built-in support for JSON, MessagePack, YAML, and TOML.
156
seaborn
Plotting
30,658,403
14,020
2026-07-06
Plotting
Data Visualization
Data & Science
→
Statistical data visualization using Matplotlib.
Statistical data visualization using Matplotlib.
157
claude-agent-sdk
Vendor Agent SDKs
30,084,602
8,090
2026-09-12
Vendor Agent SDKs
AI and Agents
AI & ML
→
Anthropic's Python SDK for building AI agents on Claude Code's harness — custom tools, in-process MCP servers, hooks.
Anthropic's Python SDK for building AI agents on Claude Code's harness — custom tools, in-process MCP servers, hooks.
158
browser-use
Frameworks
28,806,203
114,456
2026-09-09
Frameworks
Web Scraping
HTTP & Scraping
→
Make websites accessible for AI agents with easy browser automation.
Make websites accessible for AI agents with easy browser automation.
159
ray
Distributed Computing
28,087,222
43,789
2026-09-12
Distributed Computing
DevOps
→
A system for parallel and distributed Python that unifies the machine learning ecosystem.
A system for parallel and distributed Python that unifies the machine learning ecosystem.
160
clickhouse-connect
ClickHouse
27,675,838
520
2026-09-11
ClickHouse
Database Drivers
Database & Storage
→
The official ClickHouse client, with SQLAlchemy and Superset connectors.
The official ClickHouse client, with SQLAlchemy and Superset connectors.
161
unidecode
Transliteration and Slugs
27,612,314
610
2026-01-05
Transliteration and Slugs
Text Processing
Text & Documents
→
ASCII transliterations of Unicode text.
ASCII transliterations of Unicode text.
162
diskcache
Caching
27,464,949
2,906
2024-03-03
Caching
Database & Storage
→
SQLite and file backed cache backend with faster lookups than memcached and redis.
SQLite and file backed cache backend with faster lookups than memcached and redis.
163
pip-audit
Supply Chain Security
26,425,790
1,362
2026-09-09
Supply Chain Security
Security
→
Audits Python environments and dependency trees for known vulnerabilities, using the PyPI Advisory Database and OSV.
Audits Python environments and dependency trees for known vulnerabilities, using the PyPI Advisory Database and OSV.
164
bidict
Built-in Classes Enhancement
26,367,326
1,587
2026-08-25
Built-in Classes Enhancement
Python Language
→
Efficient, Pythonic bidirectional map data structures and related functionality.
Efficient, Pythonic bidirectional map data structures and related functionality.
165
bandit
Linters and Formatters
25,931,363
8,259
2026-08-29
Linters and Formatters
Code Analysis
Developer Tools
→
A tool designed to find common security issues in Python code.
A tool designed to find common security issues in Python code.
166
pywin32
Microsoft Windows
25,582,302
5,603
2026-09-08
Microsoft Windows
Other
→
Python Extensions for Windows.
Python Extensions for Windows.
167
scikit-image
General
25,431,132
6,585
2026-09-09
General
Image Processing
Media
→
A Python library for (scientific) image processing.
A Python library for (scientific) image processing.
168
django-rest-framework
Django
24,682,343
30,177
2026-09-12
Django
Web APIs
Web Development
→
A powerful and flexible toolkit to build web APIs.
A powerful and flexible toolkit to build web APIs.
169
dask
Distributed Computing
24,665,648
13,915
2026-08-24
Distributed Computing
DevOps
→
A flexible parallel computing library for analytic computing.
A flexible parallel computing library for analytic computing.
170
vcrpy
Mock
24,657,779
3,009
2026-07-04
Mock
Testing
Developer Tools
→
Record and replay HTTP interactions on your tests.
Record and replay HTTP interactions on your tests.
171
spacy
General
24,503,824
33,897
2026-08-24
General
Natural Language Processing
AI & ML
→
A library for industrial-strength natural language processing in Python and Cython.
A library for industrial-strength natural language processing in Python and Cython.
172
boltons
Miscellaneous
23,468,974
6,921
2026-09-08
Miscellaneous
Other
→
A set of pure-Python utilities.
A set of pure-Python utilities.
173
streamlit
Dashboards and Apps
23,206,177
45,739
2026-09-12
Dashboards and Apps
Data Visualization
Data & Science
→
A framework which lets you build dashboards, generate reports, or create chat apps in minutes.
A framework which lets you build dashboards, generate reports, or create chat apps in minutes.
174
openai-agents
Vendor Agent SDKs
22,921,499
29,404
2026-09-12
Vendor Agent SDKs
AI and Agents
AI & ML
→
OpenAI's framework for building and managing AI agents.
OpenAI's framework for building and managing AI agents.
175
sqlmodel
Relational Databases
22,893,875
18,318
2026-09-01
Relational Databases
ORM
Database & Storage
→
SQLModel is based on Python type annotations, and powered by Pydantic and SQLAlchemy.
SQLModel is based on Python type annotations, and powered by Pydantic and SQLAlchemy.
176
yfinance
Financial Data
22,799,475
25,238
2026-08-26
Financial Data
Data Ingestion / ETL
Data & Science
→
Easy Pythonic way to download market and financial data from Yahoo Finance.
Easy Pythonic way to download market and financial data from Yahoo Finance.
177
respx
Mock
22,397,998
836
2026-04-23
Mock
Testing
Developer Tools
→
Mock HTTPX with awesome request patterns and response side effects.
Mock HTTPX with awesome request patterns and response side effects.
178
instructor
Data Layer
22,274,800
13,881
2026-09-11
Data Layer
AI and Agents
AI & ML
→
A library for extracting structured data from LLMs, powered by Pydantic.
A library for extracting structured data from LLMs, powered by Pydantic.
179
py-spy
Profiler
21,964,875
15,495
2026-05-08
Profiler
Debugging Tools
Developer Tools
→
A sampling profiler for Python programs. Written in Rust.
A sampling profiler for Python programs. Written in Rust.
180
feedparser
Content Extraction
21,918,668
2,421
2026-07-30
Content Extraction
Web Scraping
HTTP & Scraping
→
Universal feed parser.
181
oracledb
Other Relational Databases
21,354,021
450
2026-09-10
Other Relational Databases
Database Drivers
Database & Storage
→
The official Python driver for Oracle Database, successor to cx_Oracle.
The official Python driver for Oracle Database, successor to cx_Oracle.
182
factory_boy
Object Factories
21,233,818
3,806
2025-12-14
Object Factories
Testing
Developer Tools
→
A test fixtures replacement for Python.
A test fixtures replacement for Python.
183
lightgbm
Gradient Boosting
21,042,013
18,762
2026-09-12
Gradient Boosting
Machine Learning
AI & ML
→
A fast, distributed, high performance gradient boosting framework.
A fast, distributed, high performance gradient boosting framework.
184
shortuuid
Unique identifiers
19,408,071
2,199
2026-06-20
Unique identifiers
Text Processing
Text & Documents
→
A generator library for concise, unambiguous and URL-safe UUIDs.
A generator library for concise, unambiguous and URL-safe UUIDs.
185
tox
Test Runners
19,347,055
3,933
2026-09-09
Test Runners
Testing
Developer Tools
→
Auto builds and tests distributions in multiple Python versions
Auto builds and tests distributions in multiple Python versions
186
pydub
Audio
19,270,833
9,793
2026-03-19
Audio
Audio & Video Processing
Media
→
Manipulate audio with a simple and easy high level interface.
Manipulate audio with a simple and easy high level interface.
187
crewai
Orchestration
19,053,111
58,451
2026-09-11
Orchestration
AI and Agents
AI & ML
→
A framework for orchestrating role-playing autonomous AI agents for collaborative task solving.
A framework for orchestrating role-playing autonomous AI agents for collaborative task solving.
188
fire
CLI Development
18,215,101
28,219
2025-08-16
CLI Development
CLI Development
CLI & GUI
→
A library for creating command line interfaces from absolutely any Python object.
A library for creating command line interfaces from absolutely any Python object.
189
pytesseract
OCR
18,112,857
6,384
2025-02-17
OCR
Computer Vision
AI & ML
→
190
huey
Task Queues
17,602,148
6,032
2026-09-13
Task Queues
DevOps
→
Little multi-threaded task queue.
Little multi-threaded task queue.
191
uv-build
Build Backends
17,601,099
89,774
2026-09-12
Build Backends
Package Management
Python Toolchain
→
uv's fast, minimal build backend for pure-Python projects.
uv's fast, minimal build backend for pure-Python projects.
192
mysqlclient
MySQL
17,203,451
2,538
2026-09-11
MySQL
Database Drivers
Database & Storage
→
MySQL connector with Python 3 support (
mysql-python fork).
193
pyinstaller
Executables
16,475,506
13,094
2026-09-12
Executables
Distribution
Python Toolchain
→
Converts Python programs into stand-alone executables (cross-platform).
Converts Python programs into stand-alone executables (cross-platform).
194
hydra-core
Configuration Files
16,144,128
10,648
2026-09-07
Configuration Files
Python Toolchain
→
Hydra is a framework for elegantly configuring complex applications.
Hydra is a framework for elegantly configuring complex applications.
195
ftfy
Encoding and Unicode
15,921,502
4,063
2024-10-30
Encoding and Unicode
Text Processing
Text & Documents
→
Makes Unicode text less broken and more consistent automagically.
Makes Unicode text less broken and more consistent automagically.
196
markitdown
File Conversion
15,659,272
183,492
2026-09-12
File Conversion
File Format Processing
Text & Documents
→
Python tool for converting files and office documents to Markdown.
Python tool for converting files and office documents to Markdown.
197
geopandas
Geolocation
15,167,253
5,247
2026-09-12
Geolocation
Data & Science
→
Python tools for geographic data (GeoSeries/GeoDataFrame) built on pandas.
Python tools for geographic data (GeoSeries/GeoDataFrame) built on pandas.
198
ipdb
pdb-like Debugger
14,684,274
1,974
2026-02-27
pdb-like Debugger
Debugging Tools
Developer Tools
→
199
clickhouse-driver
ClickHouse
14,483,883
1,302
2026-07-22
ClickHouse
Database Drivers
Database & Storage
→
Python driver with native interface for ClickHouse.
Python driver with native interface for ClickHouse.
200
yt-dlp
Downloaders
14,226,513
190,811
2026-08-30
Downloaders
CLI Tools
CLI & GUI
→
A command-line program to download videos from YouTube and other video sites, a fork of youtube-dl.
A command-line program to download videos from YouTube and other video sites, a fork of youtube-dl.
201
mkdocs-material
Documentation
14,204,242
27,425
2026-08-30
Documentation
Developer Tools
→
A documentation framework and Material Design theme built on MkDocs.
A documentation framework and Material Design theme built on MkDocs.
202
html2text
Content Extraction
14,106,240
2,169
2025-10-28
Content Extraction
Web Scraping
HTTP & Scraping
→
Convert HTML to Markdown-formatted text.
Convert HTML to Markdown-formatted text.
203
keras
Frameworks
14,008,471
64,320
2026-09-12
Frameworks
Deep Learning
AI & ML
→
A high-level deep learning library with support for JAX, TensorFlow, and PyTorch backends.
A high-level deep learning library with support for JAX, TensorFlow, and PyTorch backends.
204
tensorflow
Frameworks
13,932,142
200,054
2026-09-11
Frameworks
Deep Learning
AI & ML
→
The most popular Deep Learning framework created by Google.
The most popular Deep Learning framework created by Google.
205
jupyter
Interactive Interpreter
13,922,570
13,339
2026-09-10
Interactive Interpreter
Developer Tools
→
A rich toolkit to help you make the most out of using Python interactively.
A rich toolkit to help you make the most out of using Python interactively.
206
vulture
Code Analysis
13,840,487
4,809
2026-04-30
Code Analysis
Code Analysis
Developer Tools
→
A tool for finding and analyzing dead Python code.
A tool for finding and analyzing dead Python code.
207
supervisor
Monitoring and Processes
13,836,375
9,112
2025-12-21
Monitoring and Processes
DevOps Tools
DevOps
→
Supervisor process control system for UNIX.
Supervisor process control system for UNIX.
208
lancedb
Vector
13,707,355
11,416
2026-09-13
Vector
Database
Database & Storage
→
A developer-friendly embedded retrieval database for multimodal AI.
A developer-friendly embedded retrieval database for multimodal AI.
209
jax
Frameworks
13,188,864
36,296
2026-09-13
Frameworks
Deep Learning
AI & ML
→
A library for high-performance numerical computing with automatic differentiation and JIT compilation.
A library for high-performance numerical computing with automatic differentiation and JIT compilation.
210
Twisted
Async I/O
12,784,101
5,979
2026-09-13
Async I/O
Asynchronous Programming
Python Language
→
An event-driven networking engine.
An event-driven networking engine.
211
pyelftools
General
12,745,058
2,279
2026-07-30
General
File Format Processing
Text & Documents
→
Parsing and analyzing ELF files and DWARF debugging information.
Parsing and analyzing ELF files and DWARF debugging information.
212
granian
ASGI
12,594,458
5,636
2026-09-13
ASGI
Web Servers
Web Development
→
A Rust HTTP server for Python applications built on top of Hyper and Tokio, supporting WSGI/ASGI/RSGI.
A Rust HTTP server for Python applications built on top of Hyper and Tokio, supporting WSGI/ASGI/RSGI.
213
trafilatura
Content Extraction
12,564,517
6,802
2026-09-11
Content Extraction
Web Scraping
HTTP & Scraping
→
A tool for gathering text and metadata from the web, with built-in content filtering.
A tool for gathering text and metadata from the web, with built-in content filtering.
214
pytorch-lightning
Frameworks
12,310,754
31,340
2026-09-12
Frameworks
Deep Learning
AI & ML
→
Deep learning framework to train, deploy, and ship AI products Lightning fast.
Deep learning framework to train, deploy, and ship AI products Lightning fast.
215
hatch
Package Managers
12,120,711
7,235
2026-09-11
Package Managers
Package Management
Python Toolchain
→
Modern, extensible Python project manager for environments, builds, and publishing.
Modern, extensible Python project manager for environments, builds, and publishing.
216
urwid
TUI Frameworks
11,929,122
3,019
2026-09-11
TUI Frameworks
CLI Development
CLI & GUI
→
A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
217
memray
Profiler
11,805,408
15,226
2026-09-01
Profiler
Debugging Tools
Developer Tools
→
A memory profiler that tracks allocations in Python code, native extensions, and the interpreter itself.
A memory profiler that tracks allocations in Python code, native extensions, and the interpreter itself.
218
django-storages
Web Asset Management
11,775,583
2,958
2026-08-02
Web Asset Management
Web Development
→
A collection of custom storage back ends for Django.
A collection of custom storage back ends for Django.
219
rq
Task Queues
11,709,539
10,686
2026-09-11
Task Queues
DevOps
→
Simple job queues for Python.
Simple job queues for Python.
220
apache-airflow
Workflow Orchestration
11,675,015
46,842
2026-09-13
Workflow Orchestration
Job Schedulers
DevOps
→
Airflow is a platform to programmatically author, schedule and monitor workflows.
Airflow is a platform to programmatically author, schedule and monitor workflows.
221
pika
Messaging
11,571,484
3,883
2026-09-13
Messaging
DevOps
→
Pure-Python RabbitMQ/AMQP 0-9-1 client library.
Pure-Python RabbitMQ/AMQP 0-9-1 client library.
222
locust
Load Testing
11,342,903
28,148
2026-09-07
Load Testing
Testing
Developer Tools
→
Scalable user load testing tool written in Python.
Scalable user load testing tool written in Python.
223
geopy
Geolocation
10,843,031
4,863
2026-07-12
Geolocation
Data & Science
→
Python Geocoding Toolbox.
Python Geocoding Toolbox.
224
polyfactory
Object Factories
10,241,194
1,505
2026-08-22
Object Factories
Testing
Developer Tools
→
mock data generation library with support to classes (continuation of pydantic-factories)
mock data generation library with support to classes (continuation of pydantic-factories)
225
mitmproxy
Penetration Testing
10,157,602
45,034
2026-09-10
Penetration Testing
Security
→
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
226
pyinstrument
Profiler
9,992,304
8,008
2026-08-04
Profiler
Debugging Tools
Developer Tools
→
A statistical wall-clock profiler with low overhead and readable call-tree output.
A statistical wall-clock profiler with low overhead and readable call-tree output.
227
librosa
Audio
9,878,811
8,606
2026-08-22
Audio
Audio & Video Processing
Media
→
Python library for audio and music analysis.
Python library for audio and music analysis.
228
gradio
Dashboards and Apps
9,736,880
43,532
2026-09-12
Dashboards and Apps
Data Visualization
Data & Science
→
Build and share machine learning apps, all in Python.
Build and share machine learning apps, all in Python.
229
peft
Fine-tuning
9,343,231
21,666
2026-09-11
Fine-tuning
AI and Agents
AI & ML
→
A library for parameter-efficient fine-tuning of large pretrained models.
A library for parameter-efficient fine-tuning of large pretrained models.
230
ansible
Configuration Management
9,313,365
70,672
2026-09-11
Configuration Management
DevOps Tools
DevOps
→
A radically simple IT automation platform.
A radically simple IT automation platform.
231
flower
Monitoring and Processes
9,228,626
7,241
2026-09-12
Monitoring and Processes
DevOps Tools
DevOps
→
A real-time monitor and web admin for Celery task queues.
A real-time monitor and web admin for Celery task queues.
232
mutagen
Metadata
9,212,942
1,955
2026-08-20
Metadata
Audio & Video Processing
Media
→
A Python module to handle audio metadata.
A Python module to handle audio metadata.
233
fabric
Deployment
9,040,888
15,499
2026-04-10
Deployment
DevOps Tools
DevOps
→
A simple, Pythonic tool for remote execution and deployment.
A simple, Pythonic tool for remote execution and deployment.
234
prefect
Workflow Orchestration
8,868,482
23,832
2026-09-11
Workflow Orchestration
Job Schedulers
DevOps
→
A modern workflow orchestration framework that makes it easy to build, schedule and monitor robust data pipelines.
A modern workflow orchestration framework that makes it easy to build, schedule and monitor robust data pipelines.
235
chromadb
Vector
8,806,216
29,290
2026-09-11
Vector
Database
Database & Storage
→
An open-source embedding database for building AI applications with embeddings and semantic search.
An open-source embedding database for building AI applications with embeddings and semantic search.
236
sh
Monitoring and Processes
8,785,856
7,240
2026-07-25
Monitoring and Processes
DevOps Tools
DevOps
→
A full-fledged subprocess replacement for Python.
A full-fledged subprocess replacement for Python.
237
whenever
Date and Time
8,670,745
2,402
2026-09-10
Date and Time
Python Language
→
A modern datetime library, type-safe and DST-safe, backed by Rust.
A modern datetime library, type-safe and DST-safe, backed by Rust.
238
dagster
Workflow Orchestration
8,643,027
16,142
2026-09-11
Workflow Orchestration
Job Schedulers
DevOps
→
An orchestration platform for the development, production, and observation of data assets.
An orchestration platform for the development, production, and observation of data assets.
239
pandera
Data Validation
8,406,136
4,453
2026-09-13
Data Validation
Data & Science
→
A data validation library for dataframes, with support for pandas, polars, and Spark.
A data validation library for dataframes, with support for pandas, polars, and Spark.
240
bottle
Synchronous
8,360,353
8,787
2026-09-06
Synchronous
Web Frameworks
Web Development
→
A fast and simple micro-framework distributed as a single file with no dependencies.
A fast and simple micro-framework distributed as a single file with no dependencies.
241
paho-mqtt
Messaging
8,356,716
2,424
2026-09-09
Messaging
DevOps
→
The Eclipse Paho MQTT client for Python.
The Eclipse Paho MQTT client for Python.
242
django-debug-toolbar
Others
8,197,683
8,379
2026-09-12
Others
Debugging Tools
Developer Tools
→
Display various debug information for Django.
Display various debug information for Django.
243
pydantic-ai
Orchestration
7,974,638
19,902
2026-09-12
Orchestration
AI and Agents
AI & ML
→
A Python agent framework for building generative AI applications with structured schemas.
A Python agent framework for building generative AI applications with structured schemas.
244
cookiecutter
Project Scaffolding
7,955,593
25,087
2026-03-04
Project Scaffolding
CLI Tools
CLI & GUI
→
A command-line utility that creates projects from cookiecutters (project templates).
A command-line utility that creates projects from cookiecutters (project templates).
245
pyrefly
Type Checkers
7,537,300
6,962
2026-09-13
Type Checkers
Code Analysis
Developer Tools
→
A fast type checker and language server for Python.
A fast type checker and language server for Python.
246
hypercorn
ASGI
7,323,767
1,610
2025-11-08
ASGI
Web Servers
Web Development
→
An ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn.
An ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn.
247
schedule
Task Scheduling
7,087,836
12,264
2024-05-25
Task Scheduling
Job Schedulers
DevOps
→
Python job scheduling for humans.
Python job scheduling for humans.
248
waitress
WSGI
7,002,708
1,598
2026-09-04
WSGI
Web Servers
Web Development
→
Multi-threaded, powers Pyramid.
Multi-threaded, powers Pyramid.
249
autobahn-python
WebSocket
6,966,059
2,543
2026-07-15
WebSocket
Web Development
→
WebSocket & WAMP for Python on Twisted and
asyncio .
WebSocket & WAMP for Python on Twisted and
asyncio .
250
bokeh
Plotting
6,752,139
20,448
2026-09-11
Plotting
Data Visualization
Data & Science
→
Interactive Web Plotting for Python.
Interactive Web Plotting for Python.
251
funcy
Functional Programming
6,394,207
3,507
2026-09-10
Functional Programming
Python Language
→
A fancy and practical functional tools.
A fancy and practical functional tools.
252
connexion
Framework Agnostic
6,236,922
4,611
2026-04-25
Framework Agnostic
Web APIs
Web Development
→
A spec-first framework that automatically handles requests based on your OpenAPI specification.
A spec-first framework that automatically handles requests based on your OpenAPI specification.
253
strawberry
Framework Agnostic
6,133,338
4,716
2026-09-13
Framework Agnostic
Web APIs
Web Development
→
A GraphQL library that leverages Python type annotations for schema definition.
A GraphQL library that leverages Python type annotations for schema definition.
254
diffusers
Image and Video Generation
6,020,151
34,504
2026-09-11
Image and Video Generation
AI and Agents
AI & ML
→
A library that provides pre-trained diffusion models for generating and editing images, audio, and video.
A library that provides pre-trained diffusion models for generating and editing images, audio, and video.
255
python-barcode
Barcodes and QR Codes
5,972,171
655
2026-07-27
Barcodes and QR Codes
Image Processing
Media
→
Create barcodes in Python with no extra dependencies.
Create barcodes in Python with no extra dependencies.
256
pyfiglet
General
5,899,158
1,582
2026-08-02
General
Text Processing
Text & Documents
→
An implementation of figlet written in Python.
An implementation of figlet written in Python.
257
docling
File Conversion
5,660,433
66,339
2026-09-11
File Conversion
File Format Processing
Text & Documents
→
Library for converting documents into structured data.
Library for converting documents into structured data.
258
pint
Physics and Engineering
5,604,792
2,795
2026-09-10
Physics and Engineering
Science
Data & Science
→
Operate and manipulate physical quantities with units and dimensional analysis.
Operate and manipulate physical quantities with units and dimensional analysis.
259
ultralytics
General
5,503,514
61,553
2026-09-12
General
Computer Vision
AI & ML
→
Ultralytics YOLO for object detection, segmentation, pose estimation, and classification with state-of-the-art accuracy and speed.
Ultralytics YOLO for object detection, segmentation, pose estimation, and classification with state-of-the-art accuracy and speed.
260
dlt
General
5,489,281
5,845
2026-09-11
General
Data Ingestion / ETL
Data & Science
→
A Python library for building data pipelines with automatic schema inference, incremental loading, and support for multiple sources and destinations.
A Python library for building data pipelines with automatic schema inference, incremental loading, and support for multiple sources and destinations.
261
catboost
Gradient Boosting
5,432,618
9,099
2026-09-13
Gradient Boosting
Machine Learning
AI & ML
→
A fast, scalable, high performance gradient boosting on decision trees library.
A fast, scalable, high performance gradient boosting on decision trees library.
262
dspy
Prompt Optimization
5,341,179
37,997
2026-09-11
Prompt Optimization
AI and Agents
AI & ML
→
A framework for programming, not prompting, language models.
A framework for programming, not prompting, language models.
263
dynaconf
Configuration Files
5,335,649
4,328
2026-08-19
Configuration Files
Python Toolchain
→
Dynaconf is a configuration manager with plugins for Django, Flask and FastAPI.
Dynaconf is a configuration manager with plugins for Django, Flask and FastAPI.
264
python-box
Built-in Classes Enhancement
5,325,348
2,831
2026-02-21
Built-in Classes Enhancement
Python Language
→
Python dictionaries with advanced dot notation access.
Python dictionaries with advanced dot notation access.
265
moviepy
Video
5,302,668
14,894
2026-08-26
Video
Audio & Video Processing
Media
→
A module for script-based movie editing with many formats, including animated GIFs.
A module for script-based movie editing with many formats, including animated GIFs.
266
channels
WebSocket
5,206,484
6,356
2026-08-06
WebSocket
Web Development
→
Developer-friendly asynchrony for Django.
Developer-friendly asynchrony for Django.
267
openai-whisper
Speech
5,172,320
108,995
2026-08-31
Speech
AI and Agents
AI & ML
→
A general-purpose automatic speech recognition model trained on 680k hours of multilingual and multitask supervised data.
A general-purpose automatic speech recognition model trained on 680k hours of multilingual and multitask supervised data.
268
jieba
Chinese
5,061,176
35,150
2020-02-15
Chinese
Natural Language Processing
AI & ML
→
The most popular Chinese text segmentation library.
The most popular Chinese text segmentation library.
269
llama-index
Data Layer
5,002,421
52,148
2026-09-11
Data Layer
AI and Agents
AI & ML
→
A data framework for your LLM application.
A data framework for your LLM application.
270
biopython
Biology and Chemistry
4,927,635
5,193
2026-09-04
Biology and Chemistry
Science
Data & Science
→
Biopython is a set of freely available tools for biological computation.
Biopython is a set of freely available tools for biological computation.
271
tablib
General
4,874,006
4,757
2026-09-11
General
File Format Processing
Text & Documents
→
A module for Tabular Datasets in XLS, CSV, JSON, YAML.
A module for Tabular Datasets in XLS, CSV, JSON, YAML.
272
django-oauth-toolkit
OAuth
4,807,134
3,335
2026-09-01
OAuth
Authentication
Web Development
→
OAuth 2 goodies for Django.
OAuth 2 goodies for Django.
273
django-allauth
OAuth
4,734,443
10,378
2026-09-11
OAuth
Authentication
Web Development
→
Authentication app for Django that "just works."
Authentication app for Django that "just works."
274
cassandra-driver
NoSQL Databases
4,655,689
1,427
2026-07-21
NoSQL Databases
Database Drivers
Database & Storage
→
The Python Driver for Apache Cassandra.
The Python Driver for Apache Cassandra.
275
scrapy
Frameworks
4,624,913
64,311
2026-09-10
Frameworks
Web Scraping
HTTP & Scraping
→
A fast high-level screen scraping and web crawling framework.
A fast high-level screen scraping and web crawling framework.
276
nox
Test Runners
4,530,660
1,558
2026-09-12
Test Runners
Testing
Developer Tools
→
Flexible test automation for Python.
Flexible test automation for Python.
277
tinytag
Metadata
4,494,862
840
2026-09-07
Metadata
Audio & Video Processing
Media
→
A library for reading music meta data of MP3, OGG, FLAC and Wave files.
A library for reading music meta data of MP3, OGG, FLAC and Wave files.
278
gymnasium
Reinforcement Learning
4,484,969
12,527
2026-09-10
Reinforcement Learning
Deep Learning
AI & ML
→
A standard API for reinforcement learning environments with popular reference environments (
gym successor).
A standard API for reinforcement learning environments with popular reference environments (
gym successor).
279
pipx
Package Managers
4,379,965
12,963
2026-09-08
Package Managers
Package Management
Python Toolchain
→
Install and Run Python Applications in Isolated Environments. Like npx in Node.js.
Install and Run Python Applications in Isolated Environments. Like npx in Node.js.
280
parsy
Parser
4,365,655
452
2026-06-22
Parser
Text Processing
Text & Documents
→
Easy, generic parser combinator library for creating parsers.
Easy, generic parser combinator library for creating parsers.
281
robotframework
Frameworks
4,361,777
11,885
2026-09-12
Frameworks
Testing
Developer Tools
→
A generic test automation framework.
A generic test automation framework.
282
rdkit
Biology and Chemistry
4,322,115
3,586
2026-09-12
Biology and Chemistry
Science
Data & Science
→
Cheminformatics and Machine Learning Software.
Cheminformatics and Machine Learning Software.
283
hishel
Caching
4,017,353
411
2026-09-09
Caching
Database & Storage
→
RFC 9111 compliant HTTP caching for httpx and requests, with sync and async support.
RFC 9111 compliant HTTP caching for httpx and requests, with sync and async support.
284
gensim
General
3,955,109
16,483
2025-10-16
General
Natural Language Processing
AI & ML
→
Topic Modeling for Humans.
Topic Modeling for Humans.
285
geojson
Geolocation
3,778,668
994
2026-06-06
Geolocation
Data & Science
→
Python bindings and utilities for GeoJSON.
Python bindings and utilities for GeoJSON.
286
ibis-framework
Data Analysis
3,732,782
6,661
2026-08-29
Data Analysis
Data & Science
→
A portable Python dataframe library with a single API for 20+ backends.
A portable Python dataframe library with a single API for 20+ backends.
287
schemathesis
API Testing
3,615,354
3,598
2026-09-13
API Testing
Testing
Developer Tools
→
A tool for automatic property-based testing of web applications built with Open API / Swagger specifications.
A tool for automatic property-based testing of web applications built with Open API / Swagger specifications.
288
tinydb
Key-Value & Document
3,547,580
7,564
2026-08-10
Key-Value & Document
Database
Database & Storage
→
A tiny, document-oriented database.
A tiny, document-oriented database.
289
scapy
Network Virtualization
3,445,281
12,542
2026-09-12
Network Virtualization
DevOps
→
A brilliant packet manipulation library.
A brilliant packet manipulation library.
290
PySide6
Qt
3,299,366
133
2026-09-11
Qt
GUI Development
CLI & GUI
→
Qt for Python offers the official Python bindings for
Qt , same as PyQt6 but it's the official binding with different licensing.
Qt for Python offers the official Python bindings for
Qt , same as PyQt6 but it's the official binding with different licensing.
291
mssql-python
Other Relational Databases
3,233,840
469
2026-09-11
Other Relational Databases
Database Drivers
Database & Storage
→
Official Microsoft driver for SQL Server and Azure SQL, built on ODBC for high performance and low memory usage.
Official Microsoft driver for SQL Server and Azure SQL, built on ODBC for high performance and low memory usage.
292
vllm
LLM Inference and Serving
3,184,771
91,624
2026-09-13
LLM Inference and Serving
AI and Agents
AI & ML
→
A high-throughput and memory-efficient inference and serving engine for LLMs.
A high-throughput and memory-efficient inference and serving engine for LLMs.
293
chdb
Analytical
3,163,995
2,896
2026-09-11
Analytical
Database
Database & Storage
→
In-process OLAP SQL engine with the full ClickHouse dialect, zero-copy pandas/Arrow interop, and federation to remote ClickHouse clusters via remoteSecure().
In-process OLAP SQL engine with the full ClickHouse dialect, zero-copy pandas/Arrow interop, and federation to remote ClickHouse clusters via remoteSecure().
294
django-ninja
Django
3,153,319
9,189
2026-09-03
Django
Web APIs
Web Development
→
Fast, Django REST framework based on type hints and Pydantic.
Fast, Django REST framework based on type hints and Pydantic.
295
rembg
General
3,114,324
24,721
2026-09-08
General
Image Processing
Media
→
A tool to remove image backgrounds.
A tool to remove image backgrounds.
296
pynamodb
NoSQL Databases
3,101,139
2,646
2026-04-24
NoSQL Databases
ORM
Database & Storage
→
A Pythonic interface for
Amazon DynamoDB .
297
diagrams
Documentation
2,971,674
42,608
2026-09-10
Documentation
Developer Tools
→
Diagram as Code.
298
flask-socketio
WebSocket
2,935,342
5,506
2026-08-29
WebSocket
Web Development
→
Socket.IO integration for Flask applications.
Socket.IO integration for Flask applications.
299
transitions
Design Patterns
2,851,305
6,590
2025-09-09
Design Patterns
Algorithms and Design Patterns
Developer Tools
→
A lightweight, object-oriented finite state machine implementation.
A lightweight, object-oriented finite state machine implementation.
300
pyglet
Game Frameworks
2,849,665
2,213
2026-09-02
Game Frameworks
Game Development
Media
→
A cross-platform windowing and multimedia library for Python.
A cross-platform windowing and multimedia library for Python.
301
alive-progress
Terminal Rendering
2,839,500
6,305
2025-10-10
Terminal Rendering
CLI Development
CLI & GUI
→
A new kind of Progress Bar, with real-time throughput, eta and very cool animations.
A new kind of Progress Bar, with real-time throughput, eta and very cool animations.
302
mem0
Data Layer
2,784,753
65,225
2026-09-11
Data Layer
AI and Agents
AI & ML
→
An intelligent memory layer for AI agents enabling personalized interactions.
An intelligent memory layer for AI agents enabling personalized interactions.
303
astropy
Physics and Engineering
2,779,002
5,301
2026-09-12
Physics and Engineering
Science
Data & Science
→
A community Python library for Astronomy.
A community Python library for Astronomy.
304
kornia
General
2,659,442
11,355
2026-09-13
General
Computer Vision
AI & ML
→
Open Source Differentiable Computer Vision Library for PyTorch.
Open Source Differentiable Computer Vision Library for PyTorch.
305
flask-admin
Admin Panels
2,578,466
6,070
2026-09-07
Admin Panels
Web Development
→
Simple and extensible administrative interface framework for Flask.
Simple and extensible administrative interface framework for Flask.
306
pygame
Game Frameworks
2,502,203
8,933
2025-10-05
Game Frameworks
Game Development
Media
→
Pygame is a set of Python modules designed for writing games.
Pygame is a set of Python modules designed for writing games.
307
marimo
Interactive Interpreter
2,489,515
22,741
2026-09-11
Interactive Interpreter
Developer Tools
→
Transform data and train models, feels like a next-gen notebook, stored as Git-friendly Python.
Transform data and train models, feels like a next-gen notebook, stored as Git-friendly Python.
308
easyocr
OCR
2,459,026
29,990
2025-12-05
OCR
Computer Vision
AI & ML
→
Ready-to-use OCR with 40+ languages supported.
Ready-to-use OCR with 40+ languages supported.
309
django-compressor
Web Asset Management
2,429,924
2,869
2026-08-20
Web Asset Management
Web Development
→
Compresses linked and inline JavaScript or CSS into a single cached file.
Compresses linked and inline JavaScript or CSS into a single cached file.
310
mimesis
Fake Data
2,310,389
4,840
2026-08-23
Fake Data
Testing
Developer Tools
→
is a Python library that help you generate fake data.
is a Python library that help you generate fake data.
311
pythonnet
Microsoft Windows
2,290,632
5,514
2026-08-16
Microsoft Windows
Other
→
Python Integration with the .NET Common Language Runtime (CLR).
Python Integration with the .NET Common Language Runtime (CLR).
312
seleniumbase
Browser Automation
2,281,966
13,013
2026-09-13
Browser Automation
Testing
Developer Tools
→
Python framework for web automation & testing, with stealth options.
Python framework for web automation & testing, with stealth options.
313
akshare
Financial Data
2,128,121
22,561
2026-08-28
Financial Data
Data Ingestion / ETL
Data & Science
→
A financial data interface library, built for human beings!
A financial data interface library, built for human beings!
314
gTTS
Speech
2,118,802
2,635
2025-05-11
Speech
AI and Agents
AI & ML
→
Python library and CLI tool for converting text to speech using Google Translate TTS.
Python library and CLI tool for converting text to speech using Google Translate TTS.
315
pymc
Simulation and Modeling
2,071,844
9,749
2026-09-13
Simulation and Modeling
Science
Data & Science
→
Probabilistic programming and Bayesian modeling in Python.
Probabilistic programming and Bayesian modeling in Python.
316
pyramid
Synchronous
2,015,071
4,099
2026-08-04
Synchronous
Web Frameworks
Web Development
→
A small, fast, down-to-earth, open source Python web framework.
A small, fast, down-to-earth, open source Python web framework.
317
pdoc
Documentation
1,982,701
2,512
2026-04-13
Documentation
Developer Tools
→
Epydoc replacement to auto generate API documentation for Python libraries.
Epydoc replacement to auto generate API documentation for Python libraries.
318
dogpile.cache
Caching
1,980,864
298
2026-08-11
Caching
Database & Storage
→
dogpile.cache is a next generation replacement for Beaker made by the same authors.
dogpile.cache is a next generation replacement for Beaker made by the same authors.
319
mongoengine
NoSQL Databases
1,956,084
4,349
2026-09-06
NoSQL Databases
ORM
Database & Storage
→
A Python Object-Document-Mapper for working with MongoDB.
A Python Object-Document-Mapper for working with MongoDB.
320
taskiq
Task Queues
1,953,947
2,331
2026-08-31
Task Queues
DevOps
→
Distributed task queue with native asyncio support and pluggable brokers.
Distributed task queue with native asyncio support and pluggable brokers.
321
pywebview
Web-based
1,889,006
6,014
2026-09-11
Web-based
GUI Development
CLI & GUI
→
A lightweight cross-platform native wrapper around a webview component.
A lightweight cross-platform native wrapper around a webview component.
322
pynput
Hardware
1,881,053
2,168
2026-05-12
Hardware
Other
→
A library to control and monitor input devices.
A library to control and monitor input devices.
323
django-cacheops
Caching
1,854,069
2,274
2026-04-15
Caching
Database & Storage
→
A slick ORM cache with automatic granular event-driven invalidation.
A slick ORM cache with automatic granular event-driven invalidation.
324
pygraphviz
Specialized
1,848,369
847
2026-08-18
Specialized
Data Visualization
Data & Science
→
Python interface to
Graphviz .
325
rope
Refactoring
1,775,414
2,236
2026-09-04
Refactoring
Code Analysis
Developer Tools
→
Rope is a python refactoring library.
Rope is a python refactoring library.
326
strawberry-django
Django
1,773,468
505
2026-09-13
Django
Web APIs
Web Development
→
Strawberry GraphQL integration with Django.
Strawberry GraphQL integration with Django.
327
cartopy
Specialized
1,747,852
1,618
2026-09-11
Specialized
Data Visualization
Data & Science
→
A cartographic python library with matplotlib support.
A cartographic python library with matplotlib support.
328
bleak
Hardware
1,731,959
2,516
2026-09-13
Hardware
Other
→
A cross platform Bluetooth Low Energy Client for Python using asyncio.
A cross platform Bluetooth Low Energy Client for Python using asyncio.
329
litestar
Asynchronous
1,683,422
8,458
2026-09-11
Asynchronous
Web Frameworks
Web Development
→
Production-ready, capable and extensible ASGI Web framework.
Production-ready, capable and extensible ASGI Web framework.
330
PyQt6
Qt
1,638,492
External
—
Qt
GUI Development
CLI & GUI
→
Python bindings for the
Qt cross-platform application and UI framework.
Python bindings for the
Qt cross-platform application and UI framework.
331
pypinyin
Chinese
1,628,691
5,360
2026-04-19
Chinese
Natural Language Processing
AI & ML
→
Convert Chinese hanzi (漢字) to pinyin (拼音).
Convert Chinese hanzi (漢字) to pinyin (拼音).
332
copier
Project Scaffolding
1,618,794
3,565
2026-09-07
Project Scaffolding
CLI Tools
CLI & GUI
→
A library and command-line utility for rendering projects templates.
A library and command-line utility for rendering projects templates.
333
unsloth
Fine-tuning
1,595,737
76,097
2026-09-13
Fine-tuning
AI and Agents
AI & ML
→
A library for faster LLM fine-tuning and training with reduced memory usage.
A library for faster LLM fine-tuning and training with reduced memory usage.
334
dramatiq
Task Queues
1,522,560
5,311
2026-09-02
Task Queues
DevOps
→
A fast and reliable background task processing library for Python 3.
A fast and reliable background task processing library for Python 3.
335
pudb
pdb-like Debugger
1,520,483
3,249
2026-09-02
pdb-like Debugger
Debugging Tools
Developer Tools
→
A full-screen, console-based Python debugger.
A full-screen, console-based Python debugger.
336
ptpython
Interactive Interpreter
1,506,146
5,451
2025-11-21
Interactive Interpreter
Developer Tools
→
Advanced Python REPL built on top of the
python-prompt-toolkit .
337
returns
Functional Programming
1,460,329
4,361
2026-09-11
Functional Programming
Python Language
→
A set of type-safe monads, transformers, and composition utilities.
A set of type-safe monads, transformers, and composition utilities.
338
beanie
NoSQL Databases
1,408,426
2,699
2026-08-31
NoSQL Databases
ORM
Database & Storage
→
An asynchronous Python object-document mapper (ODM) for MongoDB.
An asynchronous Python object-document mapper (ODM) for MongoDB.
339
secure
Web Security
1,395,661
1,055
2026-06-07
Web Security
Security
→
HTTP security headers for Python web applications with ASGI and WSGI middleware.
HTTP security headers for Python web applications with ASGI and WSGI middleware.
340
icecream
Others
1,383,030
10,108
2026-08-21
Others
Debugging Tools
Developer Tools
→
Inspect variables, expressions, and program execution with a single, simple function call.
Inspect variables, expressions, and program execution with a single, simple function call.
341
zensical
Documentation
1,379,085
5,695
2026-09-13
Documentation
Developer Tools
→
A modern static site generator for technical documentation.
A modern static site generator for technical documentation.
342
crawl4ai
Frameworks
1,357,667
83,059
2026-08-31
Frameworks
Web Scraping
HTTP & Scraping
→
An open-source, LLM-friendly web crawler that provides lightning-fast, structured data extraction specifically designed for AI agents.
An open-source, LLM-friendly web crawler that provides lightning-fast, structured data extraction specifically designed for AI agents.
343
python-statemachine
Design Patterns
1,352,360
1,309
2026-08-01
Design Patterns
Algorithms and Design Patterns
Developer Tools
→
Expressive statecharts and finite state machines with a declarative API, in sync and async codebases.
Expressive statecharts and finite state machines with a declarative API, in sync and async codebases.
344
django-unfold
Admin Panels
1,266,684
3,674
2026-09-13
Admin Panels
Web Development
→
Elevate your Django admin with a stunning modern interface, powerful features, and seamless user experience.
Elevate your Django admin with a stunning modern interface, powerful features, and seamless user experience.
345
faststream
Messaging
1,251,607
5,339
2026-09-12
Messaging
DevOps
→
A framework for building asynchronous services over Apache Kafka, RabbitMQ, NATS, MQTT and Redis.
A framework for building asynchronous services over Apache Kafka, RabbitMQ, NATS, MQTT and Redis.
346
wand
General
1,234,670
1,479
2026-08-06
General
Image Processing
Media
→
Python bindings for
MagickWand , C API for ImageMagick.
Python bindings for
MagickWand , C API for ImageMagick.
347
flask-debugtoolbar
Others
1,217,034
978
2026-07-16
Others
Debugging Tools
Developer Tools
→
A port of the django-debug-toolbar to flask.
A port of the django-debug-toolbar to flask.
348
annoy
Recommender Systems
1,125,721
14,299
2025-10-29
Recommender Systems
AI & ML
→
Approximate Nearest Neighbors in C++/Python optimized for memory usage.
Approximate Nearest Neighbors in C++/Python optimized for memory usage.
349
hunter
Tracing
1,064,769
872
2025-08-22
Tracing
Debugging Tools
Developer Tools
→
A flexible code tracing toolkit.
A flexible code tracing toolkit.
350
pyvips
General
1,042,212
814
2026-08-30
General
Image Processing
Media
→
A fast image processing library with low memory needs.
A fast image processing library with low memory needs.
351
sqlite-utils
SQLite
1,006,587
2,168
2026-09-02
SQLite
Database Drivers
Database & Storage
→
Python CLI utility and library for manipulating SQLite databases.
Python CLI utility and library for manipulating SQLite databases.
352
nicegui
Web-based
996,600
16,204
2026-09-11
Web-based
GUI Development
CLI & GUI
→
An easy-to-use, Python-based UI framework, which shows up in your web browser.
An easy-to-use, Python-based UI framework, which shows up in your web browser.
353
stable-baselines3
Reinforcement Learning
950,024
13,789
2026-09-09
Reinforcement Learning
Deep Learning
AI & ML
→
PyTorch implementations of Stable Baselines (deep) reinforcement learning algorithms.
PyTorch implementations of Stable Baselines (deep) reinforcement learning algorithms.
354
complexipy
Code Analysis
927,078
847
2026-09-07
Code Analysis
Code Analysis
Developer Tools
→
Cognitive complexity analysis for Python code, written in Rust.
Cognitive complexity analysis for Python code, written in Rust.
355
qiskit
Quantum Computing
915,474
7,793
2026-09-11
Quantum Computing
Data & Science
→
An IBM-backed quantum SDK for building, simulating, and running circuits on real quantum hardware.
An IBM-backed quantum SDK for building, simulating, and running circuits on real quantum hardware.
356
django-guardian
Permissions
875,232
3,912
2026-09-12
Permissions
Authentication
Web Development
→
Implementation of per-object permissions for Django.
Implementation of per-object permissions for Django.
357
edgartools
Financial Data
874,377
2,705
2026-09-11
Financial Data
Data Ingestion / ETL
Data & Science
→
Library for downloading structured data from SEC EDGAR filings and XBRL financial statements.
Library for downloading structured data from SEC EDGAR filings and XBRL financial statements.
358
stanza
General
848,220
7,876
2026-07-15
General
Natural Language Processing
AI & ML
→
The Stanford NLP Group's official Python library, supporting 60+ languages.
The Stanford NLP Group's official Python library, supporting 60+ languages.
359
meilisearch
Search
846,864
603
2026-08-28
Search
Database & Storage
→
The official Python client for the
Meilisearch search engine.
The official Python client for the
Meilisearch search engine.
360
mlx-lm
LLM Inference and Serving
805,987
6,997
2026-09-12
LLM Inference and Serving
AI and Agents
AI & ML
→
Run and fine-tune large language models on Apple Silicon with MLX.
Run and fine-tune large language models on Apple Silicon with MLX.
361
customtkinter
Tkinter
783,575
13,543
2026-06-24
Tkinter
GUI Development
CLI & GUI
→
A modern and customizable python UI-library based on Tkinter.
A modern and customizable python UI-library based on Tkinter.
362
fasthtml
Synchronous
764,099
7,018
2026-09-09
Synchronous
Web Frameworks
Web Development
→
The fastest way to create an HTML app.
The fastest way to create an HTML app.
363
httpie
HTTP Clients
748,966
38,506
2024-12-17
HTTP Clients
CLI Tools
CLI & GUI
→
A command line HTTP client, a user-friendly cURL replacement.
A command line HTTP client, a user-friendly cURL replacement.
364
scons
Build Tools
725,043
2,418
2026-09-08
Build Tools
Developer Tools
→
A software construction tool.
A software construction tool.
365
mpi4py
Distributed Computing
696,327
922
2026-09-12
Distributed Computing
DevOps
→
Python bindings for MPI.
366
pygobject
Desktop
646,863
159
2026-09-11
Desktop
GUI Development
CLI & GUI
→
Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3).
Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3).
367
wagtail
CMS
617,420
20,498
2026-09-10
CMS
Web Development
→
A Django content management system.
A Django content management system.
368
sqids
Unique identifiers
586,244
522
2025-03-26
Unique identifiers
Text Processing
Text & Documents
→
A library for generating short unique IDs from numbers.
A library for generating short unique IDs from numbers.
369
doit
Build Tools
574,618
2,084
2026-02-12
Build Tools
Developer Tools
→
A task runner and build tool.
A task runner and build tool.
370
Nuitka
Executables
554,866
15,127
2026-09-05
Executables
Distribution
Python Toolchain
→
Compiles Python programs into high-performance standalone executables (cross-platform, supports all Python versions).
Compiles Python programs into high-performance standalone executables (cross-platform, supports all Python versions).
371
pygame-ce
Game Frameworks
536,137
1,649
2026-09-10
Game Frameworks
Game Development
Media
→
An actively developed drop-in replacement with new features and performance improvements (
pygame fork).
An actively developed drop-in replacement with new features and performance improvements (
pygame fork).
372
chalice
Deployment
482,977
11,056
2026-09-11
Deployment
DevOps Tools
DevOps
→
A Python serverless microframework for AWS.
A Python serverless microframework for AWS.
373
pgmpy
General
470,837
3,328
2026-09-09
General
Machine Learning
AI & ML
→
A Python library for probabilistic graphical models and Bayesian networks.
A Python library for probabilistic graphical models and Bayesian networks.
374
django-rules
Permissions
466,277
1,976
2025-10-11
Permissions
Authentication
Web Development
→
A tiny but powerful app providing object-level permissions to Django, without requiring a database.
A tiny but powerful app providing object-level permissions to Django, without requiring a database.
375
openviking
Data Layer
454,698
36,962
2026-09-13
Data Layer
AI and Agents
AI & ML
→
A context database for AI agents that unifies memory, resources, and skills.
A context database for AI agents that unifies memory, resources, and skills.
376
scalene
Profiler
391,969
13,501
2026-08-27
Profiler
Debugging Tools
Developer Tools
→
A high-performance, high-precision CPU, GPU, and memory profiler for Python.
A high-performance, high-precision CPU, GPU, and memory profiler for Python.
377
monkeytype
Type Annotations Generators
389,933
5,002
2025-06-14
Type Annotations Generators
Code Analysis
Developer Tools
→
A system for Python that generates static type annotations by collecting runtime types.
A system for Python that generates static type annotations by collecting runtime types.
378
prospector
Code Analysis
379,345
2,085
2026-09-08
Code Analysis
Code Analysis
Developer Tools
→
A tool to analyze Python code.
A tool to analyze Python code.
379
reflex
Asynchronous
374,097
28,882
2026-09-11
Asynchronous
Web Frameworks
Web Development
→
A framework for building reactive, full-stack web applications entirely with Python.
A framework for building reactive, full-stack web applications entirely with Python.
380
xonsh
Shells
370,222
9,642
2026-09-13
Shells
CLI Tools
CLI & GUI
→
A Python-powered shell. Full-featured and cross-platform.
A Python-powered shell. Full-featured and cross-platform.
381
colour-science
Other
363,163
2,649
2026-09-09
Other
Science
Data & Science
→
Implementing a comprehensive number of colour theory transformations and algorithms.
Implementing a comprehensive number of colour theory transformations and algorithms.
382
funasr
Speech
356,099
20,303
2026-09-10
Speech
AI and Agents
AI & ML
→
Industrial-grade speech recognition toolkit with 170x realtime speed, 50+ languages, speaker diarization, and emotion detection.
Industrial-grade speech recognition toolkit with 170x realtime speed, 50+ languages, speaker diarization, and emotion detection.
383
pgcli
Database CLIs
342,890
13,383
2026-09-09
Database CLIs
CLI Tools
CLI & GUI
→
PostgreSQL CLI with autocompletion and syntax highlighting.
PostgreSQL CLI with autocompletion and syntax highlighting.
384
pyarmor
Obfuscation
339,604
5,187
2026-08-30
Obfuscation
Distribution
Python Toolchain
→
A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.
A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.
385
flet
Web-based
300,197
16,669
2026-09-10
Web-based
GUI Development
CLI & GUI
→
Cross-platform GUI framework for building modern apps in pure Python.
Cross-platform GUI framework for building modern apps in pure Python.
386
yagmail
Email
290,639
2,733
2026-05-26
Email
HTTP & Scraping
→
Yet another Gmail/SMTP client.
Yet another Gmail/SMTP client.
387
implicit
Recommender Systems
278,877
3,820
2026-05-08
Recommender Systems
AI & ML
→
A fast Python implementation of collaborative filtering for implicit datasets.
A fast Python implementation of collaborative filtering for implicit datasets.
388
django-grappelli
Admin Panels
275,472
3,947
2026-04-29
Admin Panels
Web Development
→
A jazzy skin for the Django Admin-Interface.
A jazzy skin for the Django Admin-Interface.
389
timesfm
Time Series Forecasting
273,233
32,378
2026-09-09
Time Series Forecasting
Machine Learning
AI & ML
→
A pretrained foundation model from Google Research for time-series forecasting.
A pretrained foundation model from Google Research for time-series forecasting.
390
shiv
Executables
270,737
1,945
2026-05-22
Executables
Distribution
Python Toolchain
→
A command line utility for building fully self-contained zipapps (PEP 441), but with all their dependencies included.
A command line utility for building fully self-contained zipapps (PEP 441), but with all their dependencies included.
391
simpy
Simulation and Modeling
261,285
GitLab
—
Simulation and Modeling
Science
Data & Science
→
A process-based discrete-event simulation framework.
A process-based discrete-event simulation framework.
392
qutip
Quantum Computing
245,903
2,072
2026-09-03
Quantum Computing
Data & Science
→
Quantum Toolbox in Python.
Quantum Toolbox in Python.
393
kivy
Desktop
231,904
19,014
2026-09-13
Desktop
GUI Development
CLI & GUI
→
A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
394
obspy
Physics and Engineering
228,469
1,332
2026-08-28
Physics and Engineering
Science
Data & Science
→
A Python toolbox for seismology.
A Python toolbox for seismology.
395
pennylane
Quantum Computing
224,327
3,461
2026-09-12
Quantum Computing
Data & Science
→
A hybrid quantum-classical machine learning library with automatic differentiation support.
A hybrid quantum-classical machine learning library with automatic differentiation support.
396
feature-engine
General
210,372
2,279
2026-08-30
General
Machine Learning
AI & ML
→
sklearn compatible API with the widest toolset for feature engineering and selection.
sklearn compatible API with the widest toolset for feature engineering and selection.
397
hermes-agent
Personal Assistants
205,181
245,080
2026-09-13
Personal Assistants
AI and Agents
AI & ML
→
An adaptive personal AI assistant that grows with you.
An adaptive personal AI assistant that grows with you.
398
pyinfra
Configuration Management
198,160
5,992
2026-09-12
Configuration Management
DevOps Tools
DevOps
→
A versatile CLI tools and python libraries to automate infrastructure.
A versatile CLI tools and python libraries to automate infrastructure.
399
dearpygui
Desktop
193,763
15,613
2026-05-13
Desktop
GUI Development
CLI & GUI
→
A Simple GPU accelerated Python GUI framework
A Simple GPU accelerated Python GUI framework
400
apiflask
Flask
186,094
1,136
2026-09-12
Flask
Web APIs
Web Development
→
A lightweight Python web API framework based on Flask and Marshmallow.
A lightweight Python web API framework based on Flask and Marshmallow.
401
django-haystack
Search
184,502
3,733
2026-09-12
Search
Database & Storage
→
Modular search for Django.
Modular search for Django.
402
napalm
Network Virtualization
171,973
2,503
2026-08-12
Network Virtualization
DevOps
→
Cross-vendor API to manipulate network devices.
Cross-vendor API to manipulate network devices.
403
wxPython
Desktop
171,297
2,623
2026-09-09
Desktop
GUI Development
CLI & GUI
→
A blending of the wxWidgets C++ class library with the Python.
A blending of the wxWidgets C++ class library with the Python.
404
cx-Freeze
Executables
162,767
1,560
2026-09-06
Executables
Distribution
Python Toolchain
→
It is a Python tool that converts Python scripts into standalone executables and installers for Windows, macOS, and Linux.
It is a Python tool that converts Python scripts into standalone executables and installers for Windows, macOS, and Linux.
405
manim
Other
160,830
40,813
2026-09-10
Other
Science
Data & Science
→
An animation engine for explanatory math videos.
An animation engine for explanatory math videos.
406
panda3d
3D Engines
149,438
5,221
2026-07-25
3D Engines
Game Development
Media
→
3D game engine developed by Disney.
3D game engine developed by Disney.
407
fiftyone
General
137,131
11,080
2026-09-11
General
Computer Vision
AI & ML
→
The open-source tool for building high-quality datasets and computer vision models.
The open-source tool for building high-quality datasets and computer vision models.
408
devpi
Package Repositories
127,461
1,222
2026-08-05
Package Repositories
Python Toolchain
→
PyPI server and packaging/testing/release tool.
PyPI server and packaging/testing/release tool.
409
django-cms
CMS
119,900
10,667
2026-09-10
CMS
Web Development
→
The easy-to-use and developer-friendly enterprise CMS powered by Django.
The easy-to-use and developer-friendly enterprise CMS powered by Django.
410
cirq
Quantum Computing
117,461
5,060
2026-09-11
Quantum Computing
Data & Science
→
A Google-developed framework focused on hardware-aware quantum circuit design for NISQ devices.
A Google-developed framework focused on hardware-aware quantum circuit design for NISQ devices.
411
asciimatics
TUI Frameworks
115,395
4,303
2026-07-04
TUI Frameworks
CLI Development
CLI & GUI
→
A package to create full-screen text UIs (from interactive forms to ASCII animations).
A package to create full-screen text UIs (from interactive forms to ASCII animations).
412
salt
Configuration Management
114,637
15,653
2026-08-31
Configuration Management
DevOps Tools
DevOps
→
Infrastructure automation and management system.
Infrastructure automation and management system.
413
mycli
Database CLIs
104,806
11,976
2026-09-12
Database CLIs
CLI Tools
CLI & GUI
→
MySQL CLI with autocompletion and syntax highlighting.
MySQL CLI with autocompletion and syntax highlighting.
414
sherlock-project
Penetration Testing
94,128
91,434
2026-09-09
Penetration Testing
Security
→
Hunt down social media accounts by username across social networks.
Hunt down social media accounts by username across social networks.
415
tmuxp
Terminal Workflow
87,586
4,576
2026-09-12
Terminal Workflow
CLI Tools
CLI & GUI
→
416
scikit-surprise
Recommender Systems
86,952
6,813
2026-05-30
Recommender Systems
AI & ML
→
A scikit for building and analyzing recommender systems.
A scikit for building and analyzing recommender systems.
417
borgbackup
Other
86,815
13,712
2026-09-12
Other
DevOps Tools
DevOps
→
A deduplicating archiver with compression and encryption.
A deduplicating archiver with compression and encryption.
418
justhtml
HTML Manipulation
76,712
1,156
2026-08-27
HTML Manipulation
Text & Documents
→
A pure Python HTML5 parser that just works.
A pure Python HTML5 parser that just works.
419
openbb
Financial Data
72,467
72,952
2026-07-20
Financial Data
Data Ingestion / ETL
Data & Science
→
A financial data platform for analysts, quants and AI agents.
A financial data platform for analysts, quants and AI agents.
420
pelican
Static Site Generators
63,975
13,341
2026-04-20
Static Site Generators
Web Development
→
Static site generator that supports Markdown and reST syntax.
Static site generator that supports Markdown and reST syntax.
421
sqlmap
Penetration Testing
57,991
38,431
2026-09-08
Penetration Testing
Security
→
Automatic SQL injection and database takeover tool.
Automatic SQL injection and database takeover tool.
422
mesa
Simulation and Modeling
57,532
3,839
2026-09-08
Simulation and Modeling
Science
Data & Science
→
An agent-based modeling framework for building, analyzing, and visualizing complex system simulations.
An agent-based modeling framework for building, analyzing, and visualizing complex system simulations.
423
litecli
Database CLIs
56,307
3,298
2026-06-07
Database CLIs
CLI Tools
CLI & GUI
→
SQLite CLI with autocompletion and syntax highlighting.
SQLite CLI with autocompletion and syntax highlighting.
424
beets
Metadata
53,096
15,652
2026-09-13
Metadata
Audio & Video Processing
Media
→
A music library manager and
MusicBrainz tagger.
425
arcade
Game Frameworks
50,923
2,079
2026-09-11
Game Frameworks
Game Development
Media
→
Arcade is a modern Python framework for crafting games with compelling graphics and sound.
Arcade is a modern Python framework for crafting games with compelling graphics and sound.
426
zvec
Vector
48,208
15,910
2026-09-12
Vector
Database
Database & Storage
→
An embedded vector database for on-device RAG and edge AI, the SQLite of vector databases.
An embedded vector database for on-device RAG and edge AI, the SQLite of vector databases.
427
django-mongodb-backend
NoSQL Databases
34,276
228
2026-09-01
NoSQL Databases
Database Drivers
Database & Storage
→
Official MongoDB database backend for Django.
Official MongoDB database backend for Django.
428
django-modern-rest
Django
25,035
1,453
2026-09-13
Django
Web APIs
Web Development
→
Modern REST with speed, types, async, msgspec, pydantic and other goodies!
Modern REST with speed, types, async, msgspec, pydantic and other goodies!
429
semantica
Data Layer
22,161
12,801
2026-09-12
Data Layer
AI and Agents
AI & ML
→
A graph-native context and knowledge layer for AI agents with reasoning, provenance, and governance.
A graph-native context and knowledge layer for AI agents with reasoning, provenance, and governance.
430
repowise
Code Analysis
21,596
6,419
2026-09-13
Code Analysis
Code Analysis
Developer Tools
→
Codebase intelligence that indexes repos into dependency graphs, git history, and auto-generated docs with dead code detection.
Codebase intelligence that indexes repos into dependency graphs, git history, and auto-generated docs with dead code detection.
431
thumbor
Image Serving
20,630
10,517
2026-09-03
Image Serving
Image Processing
Media
→
A smart imaging service. It enables on-demand crop, re-sizing and flipping of images.
A smart imaging service. It enables on-demand crop, re-sizing and flipping of images.
432
vidgear
Video
15,815
3,723
2026-05-17
Video
Audio & Video Processing
Media
→
Most Powerful multi-threaded Video Processing framework.
Most Powerful multi-threaded Video Processing framework.
433
toga
Desktop
15,189
5,413
2026-09-09
Desktop
GUI Development
CLI & GUI
→
A Python native, OS native GUI toolkit.
A Python native, OS native GUI toolkit.
434
chaostoolkit
Other
12,587
2,026
2026-08-09
Other
DevOps Tools
DevOps
→
A Chaos Engineering toolkit & Orchestration for Developers.
A Chaos Engineering toolkit & Orchestration for Developers.
435
bandersnatch
Package Repositories
12,357
552
2026-09-01
Package Repositories
Python Toolchain
→
PyPI mirroring tool provided by Python Packaging Authority (PyPA).
PyPI mirroring tool provided by Python Packaging Authority (PyPA).
436
nikola
Static Site Generators
12,064
2,742
2026-06-21
Static Site Generators
Web Development
→
A static website and blog generator.
A static website and blog generator.
437
axolotl
Fine-tuning
11,350
12,467
2026-09-12
Fine-tuning
AI and Agents
AI & ML
→
A framework for fine-tuning and post-training large language models.
A framework for fine-tuning and post-training large language models.
438
pangu.py
Chinese
10,959
278
2026-08-11
Chinese
Natural Language Processing
AI & ML
→
Paranoid text spacing.
439
pathway
General
9,787
62,291
2026-09-12
General
Data Ingestion / ETL
Data & Science
→
Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG.
Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG.
440
iredis
Database CLIs
9,328
2,744
2026-09-08
Database CLIs
CLI Tools
CLI & GUI
→
Redis CLI with autocompletion and syntax highlighting.
Redis CLI with autocompletion and syntax highlighting.
441
conda
Package Managers
8,789
7,507
2026-09-11
Package Managers
Package Management
Python Toolchain
→
Cross-platform, Python-agnostic binary package manager.
Cross-platform, Python-agnostic binary package manager.
442
gooey
Wrappers
6,635
21,902
2026-03-12
Wrappers
GUI Development
CLI & GUI
→
Turn command line programs into a full GUI application with one line.
Turn command line programs into a full GUI application with one line.
443
pyenv-win
Microsoft Windows
6,532
7,396
2026-05-16
Microsoft Windows
Other
→
A Python version manager for Windows (
pyenv fork).
A Python version manager for Windows (
pyenv fork).
444
kittentts
Speech
2,848
15,447
2026-08-19
Speech
AI and Agents
AI & ML
→
Lightweight ONNX text-to-speech library with small CPU-friendly models.
Lightweight ONNX text-to-speech library with small CPU-friendly models.
445
algorithms
Algorithms
2,535
25,545
2026-08-30
Algorithms
Algorithms and Design Patterns
Developer Tools
→
Minimal examples of data structures and algorithms.
Minimal examples of data structures and algorithms.
446
jumpstarter
Hardware
2,479
218
2026-09-12
Hardware
Other
→
A hardware-in-the-loop testing framework with a Python client library for automated testing on real and virtual hardware.
A hardware-in-the-loop testing framework with a Python client library for automated testing on real and virtual hardware.
447
pyodide
Implementations
1,636
14,829
2026-09-08
Implementations
Python Language
→
Python distribution for the browser and Node.js based on WebAssembly.
Python distribution for the browser and Node.js based on WebAssembly.
448
vibevoice
Speech
592
54,242
2026-09-03
Speech
AI and Agents
AI & ML
→
A family of open-source voice AI models from Microsoft for text-to-speech and long-form speech recognition.
A family of open-source voice AI models from Microsoft for text-to-speech and long-form speech recognition.
449
tkdesigner
Tkinter
487
10,266
2026-09-05
Tkinter
GUI Development
CLI & GUI
→
Generates Tkinter interfaces from Figma designs using the Figma API.
Generates Tkinter interfaces from Figma designs using the Figma API.
450
thealgorithms
Algorithms
Not on PyPI
224,531
2026-09-13
Algorithms
Algorithms and Design Patterns
Developer Tools
→
All Algorithms implemented in Python.
All Algorithms implemented in Python.
451
graphify
Specialized
Not on PyPI
116,349
2026-09-12
Specialized
Data Visualization
Data & Science
→
Turn any folder of code, SQL schemas, docs, papers, images, or videos into a queryable knowledge graph.
Turn any folder of code, SQL schemas, docs, papers, images, or videos into a queryable knowledge graph.
452
django.db.models
Relational Databases
Bundled
91,062
2026-09-08
Relational Databases
ORM
Database & Storage
→
(part of Django) The Django
ORM .
(part of Django) The Django
ORM .
453
geodjango
Geolocation
Bundled
91,062
2026-09-08
Geolocation
Data & Science
→
(part of Django) A world-class
geographic web framework .
454
uv-audit
Supply Chain Security
Bundled
89,774
2026-09-12
Supply Chain Security
Security
→
455
cpython
Implementations
Not on PyPI
77,137
2026-09-13
Implementations
Python Language
→
Default, most widely used implementation of the Python programming language written in C.
Default, most widely used implementation of the Python programming language written in C.
456
argparse
CLI Development
Stdlib
77,137
2026-09-13
CLI Development
CLI Development
CLI & GUI
Stdlib
→
(Python standard library) Command-line option and argument parsing.
(Python standard library) Command-line option and argument parsing.
457
asyncio
Async I/O
Stdlib
77,137
2026-09-13
Async I/O
Asynchronous Programming
Python Language
Stdlib
→
(Python standard library) Asynchronous I/O, event loop, coroutines and tasks.
(Python standard library) Asynchronous I/O, event loop, coroutines and tasks.
458
concurrent.futures
Parallelism
Stdlib
77,137
2026-09-13
Parallelism
Asynchronous Programming
Python Language
Stdlib
→
(Python standard library) A high-level interface for asynchronously executing callables.
(Python standard library) A high-level interface for asynchronously executing callables.
459
configparser
Configuration Files
Stdlib
77,137
2026-09-13
Configuration Files
Python Toolchain
Stdlib
→
(Python standard library) INI file parser.
(Python standard library) INI file parser.
460
difflib
General
Stdlib
77,137
2026-09-13
General
Text Processing
Text & Documents
Stdlib
→
(Python standard library) Helpers for computing deltas.
(Python standard library) Helpers for computing deltas.
461
functools
Functional Programming
Stdlib
77,137
2026-09-13
Functional Programming
Python Language
Stdlib
→
(Python standard library) Higher-order functions and operations on callable objects.
(Python standard library) Higher-order functions and operations on callable objects.
462
logging
Logging
Stdlib
77,137
2026-09-13
Logging
DevOps
Stdlib
→
(Python standard library) Logging facility for Python.
(Python standard library) Logging facility for Python.
463
mimetypes
File Manipulation
Stdlib
77,137
2026-09-13
File Manipulation
Text & Documents
Stdlib
→
(Python standard library) Map filenames to MIME types.
(Python standard library) Map filenames to MIME types.
464
mock
Mock
Stdlib
77,137
2026-09-13
Mock
Testing
Developer Tools
Stdlib
→
(Python standard library) A mocking and patching library.
(Python standard library) A mocking and patching library.
465
multiprocessing
Parallelism
Stdlib
77,137
2026-09-13
Parallelism
Asynchronous Programming
Python Language
Stdlib
→
(Python standard library) Process-based parallelism.
(Python standard library) Process-based parallelism.
466
pathlib
File Manipulation
Stdlib
77,137
2026-09-13
File Manipulation
Text & Documents
Stdlib
→
(Python standard library) A cross-platform, object-oriented path library.
(Python standard library) A cross-platform, object-oriented path library.
467
sqlite3
SQLite
Stdlib
77,137
2026-09-13
SQLite
Database Drivers
Database & Storage
Stdlib
→
(Python standard library) SQLite interface compliant with DB-API 2.0.
(Python standard library) SQLite interface compliant with DB-API 2.0.
468
tkinter
Tkinter
Stdlib
77,137
2026-09-13
Tkinter
GUI Development
CLI & GUI
Stdlib
→
(Python standard library) The standard Python interface to the Tcl/Tk GUI toolkit.
(Python standard library) The standard Python interface to the Tcl/Tk GUI toolkit.
469
tomllib
Data Formats
Stdlib
77,137
2026-09-13
Data Formats
File Format Processing
Text & Documents
Stdlib
→
(Python standard library) Parse TOML files.
(Python standard library) Parse TOML files.
470
zoneinfo
Date and Time
Stdlib
77,137
2026-09-13
Date and Time
Python Language
Stdlib
→
(Python standard library) IANA time zone support. Brings the
tz database into Python.
(Python standard library) IANA time zone support. Brings the
tz database into Python.
471
odoo
ERP
Not on PyPI
54,332
2026-09-13
ERP
Web Development
→
A suite of open source business apps: CRM, e-commerce, accounting, inventory, and thousands of community modules.
A suite of open source business apps: CRM, e-commerce, accounting, inventory, and thousands of community modules.
472
pyenv
Environment Management
Not on PyPI
45,097
2026-09-11
Environment Management
Python Toolchain
→
Simple Python version management.
Simple Python version management.
473
python-patterns
Design Patterns
Not on PyPI
42,983
2026-09-12
Design Patterns
Algorithms and Design Patterns
Developer Tools
→
A collection of design patterns in Python.
A collection of design patterns in Python.
474
micropython
Implementations
Not on PyPI
22,061
2026-09-11
Implementations
Python Language
→
A lean and efficient Python programming language implementation.
A lean and efficient Python programming language implementation.
475
social-engineer-toolkit
Penetration Testing
Not on PyPI
15,297
2026-06-04
Penetration Testing
Security
→
A toolkit for social engineering.
A toolkit for social engineering.
476
trailofbits-skills
Agent Skills
Not on PyPI
7,057
2026-09-09
Agent Skills
AI and Agents
AI & ML
→
Python-friendly security skills for auditing, testing, and safer backend development.
Python-friendly security skills for auditing, testing, and safer backend development.
477
renpy
Visual Novels
Not on PyPI
6,819
2026-09-13
Visual Novels
Game Development
Media
→
A Visual Novel engine.
478
azure-sdk-for-python
Cloud Providers
Multiple on PyPI
5,599
2026-09-12
Cloud Providers
DevOps Tools
DevOps
→
Microsoft Azure SDK for Python, published as per-service packages.
Microsoft Azure SDK for Python, published as per-service packages.
479
google-cloud-python
Cloud Providers
Multiple on PyPI
5,383
2026-09-11
Cloud Providers
DevOps Tools
DevOps
→
Google Cloud client libraries for Python, published as per-service packages.
Google Cloud client libraries for Python, published as per-service packages.
480
warehouse
Package Repositories
Not on PyPI
4,154
2026-09-13
Package Repositories
Python Toolchain
→
Next generation Python Package Repository (PyPI).
Next generation Python Package Repository (PyPI).
481
cloud-init
Configuration Management
Not on PyPI
3,811
2026-09-09
Configuration Management
DevOps Tools
DevOps
→
A multi-distribution package that handles early initialization of a cloud instance.
A multi-distribution package that handles early initialization of a cloud instance.
482
winpython
Microsoft Windows
Not on PyPI
2,280
2026-09-06
Microsoft Windows
Other
→
Portable development environment for Windows 10/11.
Portable development environment for Windows 10/11.
483
pypy
Implementations
Not on PyPI
1,793
2026-09-11
Implementations
Python Language
→
A very fast and compliant implementation of the Python language.
A very fast and compliant implementation of the Python language.
484
sentry-skills
Agent Skills
Not on PyPI
990
2026-08-25
Agent Skills
AI and Agents
AI & ML
→
Python-focused engineering skills for code review, debugging, and backend workflows.
Python-focused engineering skills for code review, debugging, and backend workflows.
485
django-ai-plugins
Agent Skills
Not on PyPI
138
2026-07-23
Agent Skills
AI and Agents
AI & ML
→
Django backend agent skills for Django, DRF, Celery, and Django-specific code review.
Django backend agent skills for Django, DRF, Celery, and Django-specific code review.