1 |
altgraph |
0.17.2 |
Python graph (network) package / MIT |
2 |
anyio |
3.5.0 |
High level compatibility layer for multiple asynchronous event loop implementations / MIT |
3 |
appdirs |
1.4.4 |
A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". / MIT |
4 |
argon2-cffi |
21.3.0 |
The secure Argon2 password hashing algorithm. / - |
5 |
argon2-cffi-bindings |
21.2.0 |
Low-level CFFI bindings for Argon2 / MIT |
6 |
astroid |
2.9.3 |
An abstract syntax tree for Python with inference support. / LGPL-2.1-or-later |
7 |
asttokens |
2.0.5 |
Annotate AST trees with source code positions / Apache 2.0 |
8 |
attrs |
21.4.0 |
Classes Without Boilerplate / MIT |
9 |
autopep8 |
1.6.0 |
A tool that automatically formats Python code to conform to the PEP 8 style guide / Expat License |
10 |
Babel |
2.9.1 |
Internationalization utilities / BSD |
11 |
backcall |
0.2.0 |
Specifications for callback functions passed in to an API / - |
12 |
backports.zoneinfo |
0.2.1 |
Backport of the standard library zoneinfo module / Apache-2.0 |
13 |
beautifulsoup4 |
4.10.0 |
Screen-scraping library / MIT |
14 |
bitstring |
3.1.9 |
Simple construction, analysis and modification of binary data. / The MIT License: http://www.opensource.org/licenses/mit-license.php |
15 |
black |
22.1.0 |
The uncompromising code formatter. / MIT |
16 |
bleach |
4.1.0 |
An easy safelist-based HTML-sanitizing tool. / Apache Software License |
17 |
cachetools |
5.0.0 |
Extensible memoizing collections and decorators / MIT |
18 |
certifi |
2021.10.8 |
Python package for providing Mozilla's CA Bundle. / MPL-2.0 |
19 |
cffi |
1.15.0 |
Foreign Function Interface for Python calling C code. / MIT |
20 |
charset-normalizer |
2.0.12 |
The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. / MIT |
21 |
click |
8.0.4 |
Composable command line interface toolkit / BSD-3-Clause |
22 |
colorama |
0.4.4 |
Cross-platform colored terminal text. / BSD |
23 |
cryptography |
36.0.1 |
cryptography is a package which provides cryptographic recipes and primitives to Python developers. / BSD or Apache License, Version 2.0 |
24 |
cycler |
0.11.0 |
Composable style cycles / BSD |
25 |
debugpy |
1.5.1 |
An implementation of the Debug Adapter Protocol for Python / MIT |
26 |
decorator |
5.1.1 |
Decorators for Humans / new BSD License |
27 |
defusedxml |
0.7.1 |
XML bomb protection for Python stdlib modules / PSFL |
28 |
docopt |
0.6.2 |
Pythonic argument parser, that will make you smile / MIT |
29 |
docutils |
0.18.1 |
Docutils -- Python Documentation Utilities / public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt) |
30 |
ecdsa |
0.17.0 |
ECDSA cryptographic signature library (pure python) / MIT |
31 |
entrypoints |
0.4 |
Discover and load entry points from installed packages. / - |
32 |
esptool |
3.2 |
A serial utility to communicate & flash code to Espressif ESP8266 & ESP32 chips. / GPLv2+ |
33 |
et-xmlfile |
1.1.0 |
An implementation of lxml.xmlfile for the standard library / MIT |
34 |
executing |
0.8.2 |
Get the currently executing AST node of a frame, and other information / MIT |
35 |
flake8 |
4.0.1 |
the modular source code checker: pep8 pyflakes and co / MIT |
36 |
fonttools |
4.29.1 |
Tools to manipulate font files / MIT |
37 |
future |
0.18.2 |
Clean single-source support for Python 3 and 2 / MIT |
38 |
greenlet |
1.1.2 |
Lightweight in-process concurrent programming / MIT License |
39 |
guizero |
1.3.0 |
Python module to allow learners to easily create GUIs / BSD |
40 |
html5lib |
1.1 |
HTML parser based on the WHATWG HTML specification / MIT License |
41 |
idna |
3.3 |
Internationalized Domain Names in Applications (IDNA) / BSD-3-Clause |
42 |
importlib-resources |
5.4.0 |
Read resources from Python packages / - |
43 |
ipykernel |
6.9.1 |
IPython Kernel for Jupyter / BSD |
44 |
ipython |
8.0.1 |
IPython: Productive Interactive Computing / BSD |
45 |
ipython-genutils |
0.2.0 |
Vestigial utilities from IPython / BSD |
46 |
isort |
5.10.1 |
A Python utility / library to sort Python imports. / MIT |
47 |
jedi |
0.18.1 |
An autocompletion tool for Python that can be used for text editors. / MIT |
48 |
Jinja2 |
3.0.3 |
A very fast and expressive template engine. / BSD-3-Clause |
49 |
joblib |
1.1.0 |
Lightweight pipelining with Python functions / BSD |
50 |
Js2Py |
0.71 |
JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python. / MIT |
51 |
json5 |
0.9.6 |
A Python implementation of the JSON5 data format. / Apache |
52 |
jsonschema |
4.4.0 |
An implementation of JSON Schema validation for Python / MIT |
53 |
jupyter-client |
7.1.2 |
Jupyter protocol implementation and client libraries / BSD |
54 |
jupyter-core |
4.9.2 |
Jupyter core package. A base package on which Jupyter projects rely. / BSD-3-Clause |
55 |
jupyter-server |
1.13.5 |
The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications. / - |
56 |
jupyterlab |
3.2.9 |
JupyterLab computational environment / - |
57 |
jupyterlab-pygments |
0.1.2 |
Pygments theme using JupyterLab CSS variables / BSD |
58 |
jupyterlab-server |
2.10.3 |
A set of server components for JupyterLab and JupyterLab like applications . / - |
59 |
kiwisolver |
1.3.2 |
A fast implementation of the Cassowary constraint solver / BSD |
60 |
lazy-object-proxy |
1.7.1 |
A fast and thorough lazy object proxy. / BSD-2-Clause |
61 |
lxml |
4.8.0 |
Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API. / BSD |
62 |
MarkupSafe |
2.1.0 |
Safely add untrusted strings to HTML/XML markup. / BSD-3-Clause |
63 |
matplotlib |
3.5.1 |
Python plotting package / PSF |
64 |
matplotlib-inline |
0.1.3 |
Inline Matplotlib backend for Jupyter / BSD 3-Clause |
65 |
mccabe |
0.6.1 |
McCabe checker, plugin for flake8 / Expat license |
66 |
mistune |
0.8.4 |
A sane Markdown parser with useful plugins and renderers / BSD 3-Clause License |
67 |
mpmath |
1.2.1 |
Python library for arbitrary-precision floating-point arithmetic / BSD |
68 |
mypy |
0.931 |
Optional static typing for Python / MIT License |
69 |
mypy-extensions |
0.4.3 |
Experimental type system extensions for programs checked with the mypy typechecker. / MIT License |
70 |
nbclassic |
0.3.5 |
Jupyter Notebook as a Jupyter Server extension. / - |
71 |
nbclient |
0.5.11 |
A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor. / BSD |
72 |
nbconvert |
6.4.2 |
Converting Jupyter Notebooks / BSD |
73 |
nbformat |
5.1.3 |
The Jupyter Notebook format / BSD |
74 |
nest-asyncio |
1.5.4 |
Patch asyncio to allow nested event loops / BSD |
75 |
nltk |
3.7 |
Natural Language Toolkit / Apache License, Version 2.0 |
76 |
notebook |
6.4.8 |
A web-based notebook environment for interactive computing / BSD |
77 |
numpy |
1.22.2 |
NumPy is the fundamental package for array computing with Python. / BSD |
78 |
openpyxl |
3.0.9 |
A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
79 |
packaging |
21.3 |
Core utilities for Python packages / BSD-2-Clause or Apache-2.0 |
80 |
pandas |
1.4.1 |
Powerful data structures for data analysis, time series, and statistics / BSD-3-Clause |
81 |
pandocfilters |
1.5.0 |
Utilities for writing pandoc filters in python / BSD-3-Clause |
82 |
parso |
0.8.3 |
A Python Parser / MIT |
83 |
pathspec |
0.9.0 |
Utility library for gitignore style pattern matching of file paths. / MPL 2.0 |
84 |
pefile |
2021.9.3 |
Python PE parsing module / MIT |
85 |
pgzero |
1.2.1 |
A zero-boilerplate 2D games framework / - |
86 |
pickleshare |
0.7.5 |
Tiny 'shelve'-like database with concurrency support / MIT |
87 |
Pillow |
9.0.1 |
Python Imaging Library (Fork) / HPND |
88 |
pip |
22.0.3 |
The PyPA recommended tool for installing Python packages. / MIT |
89 |
pip-review |
1.1.1 |
pip-review lets you smoothly manage all available PyPI updates. / BSD |
90 |
pipwin |
0.5.1 |
pipwin installs compiled python binaries on windows provided by Christoph Gohlke / BSD |
91 |
platformdirs |
2.5.1 |
A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". / MIT |
92 |
prometheus-client |
0.13.1 |
Python client for the Prometheus monitoring system. / Apache Software License 2.0 |
93 |
prompt-toolkit |
3.0.28 |
Library for building powerful interactive command lines in Python / - |
94 |
psutil |
5.9.0 |
Cross-platform lib for process and system monitoring in Python. / BSD |
95 |
psycopg2 |
2.9.3 |
psycopg2 - Python-PostgreSQL Database Adapter / LGPL with exceptions |
96 |
ptpython |
3.0.20 |
Python REPL build on top of prompt_toolkit / - |
97 |
pure-eval |
0.2.2 |
Safely evaluate AST nodes without side effects / MIT |
98 |
py2exe |
0.11.1.0 |
Build standalone executables for Windows / MIT/X11 |
99 |
pycodestyle |
2.8.0 |
Python style guide checker / Expat license |
100 |
pycparser |
2.21 |
C parser in Python / BSD |
101 |
pyflakes |
2.4.0 |
passive checker of Python programs / MIT |
102 |
pygame |
2.1.2 |
Python Game Development / LGPL |
103 |
Pygments |
2.11.2 |
Pygments is a syntax highlighting package written in Python. / BSD License |
104 |
pyinstaller |
4.9 |
PyInstaller bundles a Python application and all its dependencies into a single package. / GPLv2-or-later with a special exception which allows to use PyInstaller to build and distribute non-free programs (including commercial ones) |
105 |
pyinstaller-hooks-contrib |
2022.2 |
Community maintained hooks for PyInstaller / - |
106 |
pyjsparser |
2.7.1 |
Fast javascript parser (based on esprima.js) / MIT |
107 |
pylint |
2.12.2 |
python code static checker / GPL-2.0-or-later |
108 |
PyMySQL |
1.0.2 |
Pure Python MySQL Driver / "MIT" |
109 |
pyparsing |
3.0.7 |
Python parsing module / MIT License |
110 |
pyperclip |
1.8.2 |
A cross-platform clipboard module for Python. (Only handles plain text for now.) / BSD |
111 |
PyPrind |
2.11.3 |
Python Progress Bar and Percent Indicator Utility / BSD 3-Clause |
112 |
PyQt5 |
5.15.6 |
Python bindings for the Qt cross platform application toolkit / GPL v3 |
113 |
PyQt5-Qt5 |
5.15.2 |
The subset of a Qt installation needed by PyQt5. / LGPL v3 |
114 |
PyQt5-sip |
12.9.1 |
The sip module support for PyQt5 / SIP |
115 |
pyrsistent |
0.18.1 |
Persistent/Functional/Immutable data structures / MIT |
116 |
pyserial |
3.5 |
Python Serial Port Extension / BSD |
117 |
PySimpleGUI |
4.57.0 |
Python GUIs for Humans. Launched in 2018. It's 2022 & PySimpleGUI is an ACTIVE & supported project. Super-simple to create custom GUI's. 325+ Demo programs & Cookbook for rapid start. Extensive documentation. Main docs at www.PySimpleGUI.org. Fun & your success are the focus. Examples using Machine Learning (GUI, OpenCV Integration), Rainmeter Style Desktop Widgets, Matplotlib + Pyplot, PIL support, add GUI to command line scripts, PDF & Image Viewers. Great for beginners & advanced GUI programmers. / - |
118 |
pySmartDL |
1.3.4 |
A Smart Download Manager for Python / Public Domain |
119 |
python-dateutil |
2.8.2 |
Extensions to the standard Python datetime module / Dual License |
120 |
pytz |
2021.3 |
World timezone definitions, modern and historical / MIT |
121 |
pytz-deprecation-shim |
0.1.0.post0 |
Shims to make deprecation of pytz easier / Apache-2.0 |
122 |
pywin32 |
303 |
Python for Window Extensions / PSF |
123 |
pywin32-ctypes |
0.2.0 |
- / BSD |
124 |
pywinpty |
1.1.6 |
Pseudo terminal support for Windows from Python. / MIT |
125 |
pyzmq |
22.3.0 |
Python bindings for 0MQ / LGPL+BSD |
126 |
qrcode |
7.3.1 |
QR Code image generator / BSD |
127 |
qt-material |
2.8.19 |
Material inspired stylesheet for PySide2, PySide6, PyQt5 and PyQt6. / BSD-2-Clause |
128 |
qtconsole |
5.2.2 |
Jupyter Qt console / BSD |
129 |
QtPy |
2.0.1 |
Provides an abstraction layer on top of the various Qt bindings (PyQt5/6 and PySide2/6). / MIT |
130 |
reedsolo |
1.5.4 |
Pure-Python Reed Solomon encoder/decoder / Public Domain |
131 |
regex |
2022.1.18 |
Alternative regular expression module, to replace re. / Apache Software License |
132 |
requests |
2.27.1 |
Python HTTP for Humans. / Apache 2.0 |
133 |
scikit-learn |
1.0.2 |
A set of python modules for machine learning and data mining / new BSD |
134 |
scipy |
1.8.0 |
SciPy: Scientific Library for Python / BSD |
135 |
seaborn |
0.11.2 |
seaborn: statistical data visualization / BSD (3-clause) |
136 |
Send2Trash |
1.8.0 |
Send file to trash natively under Mac OS X, Windows and Linux. / BSD License |
137 |
setuptools |
60.9.3 |
Easily download, build, install, upgrade, and uninstall Python packages / - |
138 |
six |
1.16.0 |
Python 2 and 3 compatibility utilities / MIT |
139 |
sniffio |
1.2.0 |
Sniff out which async library your code is running under / MIT -or- Apache License 2.0 |
140 |
soupsieve |
2.3.1 |
A modern CSS selector implementation for Beautiful Soup. / MIT License |
141 |
SQLAlchemy |
1.4.31 |
Database Abstraction Library / MIT |
142 |
stack-data |
0.2.0 |
Extract data from python stack frames and tracebacks for informative displays / MIT |
143 |
sympy |
1.9 |
Computer algebra system (CAS) in Python / BSD |
144 |
tabulate |
0.8.9 |
Pretty-print tabular data / MIT |
145 |
terminado |
0.13.1 |
Tornado websocket backend for the Xterm.js Javascript terminal emulator library. / - |
146 |
testpath |
0.5.0 |
Test utilities for code working with files and commands / - |
147 |
thonny |
3.3.14 |
Python IDE for beginners / MIT |
148 |
threadpoolctl |
3.1.0 |
threadpoolctl / BSD-3-Clause |
149 |
toml |
0.10.2 |
Python Library for Tom's Obvious, Minimal Language / MIT |
150 |
tomli |
2.0.1 |
A lil' TOML parser / - |
151 |
tornado |
6.1 |
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. / http://www.apache.org/licenses/LICENSE-2.0 |
152 |
tqdm |
4.62.3 |
Fast, Extensible Progress Meter / MPLv2.0, MIT Licences |
153 |
traitlets |
5.1.1 |
Traitlets Python configuration system / BSD |
154 |
typing_extensions |
4.1.1 |
Backported and Experimental Type Hints for Python 3.6+ / - |
155 |
tzdata |
2021.5 |
Provider of IANA time zone data / Apache-2.0 |
156 |
tzlocal |
4.1 |
tzinfo object for the local timezone / MIT |
157 |
urllib3 |
1.26.8 |
HTTP library with thread-safe connection pooling, file post, and more. / MIT |
158 |
wcwidth |
0.2.5 |
Measures the displayed width of unicode strings in a terminal / MIT |
159 |
webencodings |
0.5.1 |
Character encoding aliases for legacy web content / BSD |
160 |
websocket-client |
1.2.3 |
WebSocket client for Python with low level API options / Apache-2.0 |
161 |
wheel |
0.37.1 |
A built-package format for Python / MIT |
162 |
WMI |
1.5.1 |
Windows Management Instrumentation / http://www.opensource.org/licenses/mit-license.php |
163 |
wrapt |
1.13.3 |
Module for decorators, wrappers and monkey patching. / BSD |
164 |
xlrd |
2.0.1 |
Library for developers to extract data from Microsoft Excel (tm) .xls spreadsheet files / BSD |
165 |
XlsxWriter |
3.0.2 |
A Python module for creating Excel XLSX files. / BSD-2-Clause |
166 |
xlwt |
1.3.0 |
Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003 XLS files, on any platform, with Python 2.6, 2.7, 3.3+ / BSD |
167 |
yapf |
0.32.0 |
A formatter for Python code. / Apache License, Version 2.0 |
168 |
zipp |
3.7.0 |
Backport of pathlib-compatible object wrapper for zip files / - |