| 1 |
argparse
CLI Development
|
72,556 |
|
CLI Development
|
→ |
|
(Python standard library) Command-line option and argument parsing.
|
|
| 2 |
asyncio
Built-in
|
72,556 |
|
Asynchronous Programming
|
→ |
|
(Python standard library) Asynchronous I/O, event loop, coroutines and tasks.
|
|
| 3 |
concurrent.futures
Built-in
|
72,556 |
|
Asynchronous Programming
|
→ |
|
(Python standard library) A high-level interface for asynchronously executing callables.
|
|
| 4 |
configparser
Built-in
|
72,556 |
|
Configuration Files
|
→ |
|
(Python standard library) INI file parser.
|
|
| 5 |
curses
Terminal
|
72,556 |
|
GUI Development
|
→ |
|
Built-in wrapper for ncurses used to create terminal GUI applications.
|
|
| 6 |
difflib
General
|
72,556 |
|
Text Processing
|
→ |
|
(Python standard library) Helpers for computing deltas.
|
|
| 7 |
functools
Built-in
|
72,556 |
|
Functional Programming
|
→ |
|
(Python standard library) Higher-order functions and operations on callable objects.
|
|
| 8 |
logging
Built-in
|
72,556 |
|
Logging
|
→ |
|
(Python standard library) Logging facility for Python.
|
|
| 9 |
mimetypes
Built-in
|
72,556 |
|
File Manipulation
|
→ |
|
(Python standard library) Map filenames to MIME types.
|
|
| 10 |
mock
Mock
|
72,556 |
|
Testing
|
→ |
|
(Python standard library) A mocking and patching library.
|
|
| 11 |
multiprocessing
Built-in
|
72,556 |
|
Asynchronous Programming
|
→ |
|
(Python standard library) Process-based parallelism.
|
|
| 12 |
pathlib
Built-in
|
72,556 |
|
File Manipulation
|
→ |
|
(Python standard library) A cross-platform, object-oriented path library.
|
|
| 13 |
sqlite3
SQLite
|
72,556 |
|
Database Drivers
|
→ |
|
(Python standard library) SQLite interface compliant with DB-API 2.0.
|
|
| 14 |
tkinter
Desktop
|
72,556 |
|
GUI Development
|
→ |
|
(Python standard library) The standard Python interface to the Tcl/Tk GUI toolkit.
|
|
| 15 |
tomllib
Data Formats
|
72,556 |
|
File Format Processing
|
→ |
|
(Python standard library) Parse TOML files.
|
|
| 16 |
unittest
Frameworks
|
72,556 |
|
Testing
|
→ |
|
(Python standard library) Unit testing framework.
|
|
| 17 |
zoneinfo
Built-in
|
72,556 |
|
Date and Time
|
→ |
|
(Python standard library) IANA time zone support. Brings the tz database into Python.
|
|