packageName
stringlengths
2
24
version
stringlengths
3
11
summary
stringlengths
0
179
description
stringlengths
0
2k
author
stringlengths
0
381
authorEmail
stringlengths
0
488
maintainer
stringclasses
39 values
maintainerEmail
stringclasses
73 values
license
stringclasses
71 values
licenseExpression
stringclasses
27 values
homepageUrl
stringlengths
0
60
projectUrl
stringlengths
28
50
pypiUrl
stringlengths
28
50
requiresPython
stringclasses
37 values
requiresDist
listlengths
0
271
dependencyCount
int64
0
271
classifiers
listlengths
0
63
keywords
stringlengths
0
922
releaseCount
int64
1
3.76k
firstReleaseDate
stringlengths
20
27
latestReleaseDate
stringlengths
20
27
downloadCount
null
yanked
bool
1 class
yankedReason
null
retrievedAt
stringlengths
32
32
_run_id
stringclasses
50 values
_dataset_id
stringclasses
50 values
python-Levenshtein
0.27.3
Python extension for computing string edit distances and similarities.
# Levenshtein <p> <a href="https://github.com/rapidfuzz/python-Levenshtein/actions"> <img src="https://github.com/rapidfuzz/python-Levenshtein/workflows/Build/badge.svg" alt="Continous Integration"> </a> <a href="https://pypi.org/project/python-Levenshtein/"> <img src="https://img.shields.io/pyp...
null
Max Bachmann <pypi@maxbachmann.de>
null
null
GPL-2.0-or-later
null
null
https://pypi.org/project/python-Levenshtein/
https://pypi.org/project/python-Levenshtein/
>=3.10
[ "Levenshtein==0.27.3" ]
1
[ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14" ]
string, Levenshtein, comparison, edit-distance
24
2010-09-13T17:29:54.277468Z
2025-11-01T12:54:59.712726Z
null
false
null
2026-08-03T21:32:58.580973+00:00
WAQuUp5jcHufkAoJ3
dMTMDbfEUZYo0W280
netifaces
0.11.0
Portable network interface information.
netifaces 0.10.8 ================ +-------------+------------------+ | Linux/macOS | |BuildStatus| | +-------------+------------------+ | Windows | |WinBuildStatus| | +-------------+------------------+ .. |BuildStatus| image:: https://travis-ci.org/al45tair/netifaces.svg?branch=master :target: https://travi...
Alastair Houghton
alastair@alastairs-place.net
MIT License
null
https://github.com/al45tair/netifaces
https://pypi.org/project/netifaces/
https://pypi.org/project/netifaces/
[]
0
[ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4...
15
2014-03-06T07:52:03.135497Z
2021-05-31T08:33:02.506796Z
null
false
null
2026-08-03T21:32:58.614614+00:00
WAQuUp5jcHufkAoJ3
dMTMDbfEUZYo0W280
bcrypt
5.0.0
Modern password hashing for your software and your servers
bcrypt ====== .. image:: https://img.shields.io/pypi/v/bcrypt.svg :target: https://pypi.org/project/bcrypt/ :alt: Latest Version .. image:: https://github.com/pyca/bcrypt/workflows/CI/badge.svg?branch=main :target: https://github.com/pyca/bcrypt/actions?query=workflow%3ACI+branch%3Amain Acceptable passwo...
null
The Python Cryptographic Authority developers <cryptography-dev@python.org>
null
null
Apache-2.0
null
null
https://pypi.org/project/bcrypt/
https://pypi.org/project/bcrypt/
>=3.8
[ "pytest!=3.3.0,>=3.2.1; extra == \"tests\"", "mypy; extra == \"typecheck\"" ]
2
[ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :...
null
28
2013-05-11T04:58:38.754367Z
2025-09-25T19:50:47.829243Z
null
false
null
2026-08-03T21:32:58.658644+00:00
WAQuUp5jcHufkAoJ3
dMTMDbfEUZYo0W280
paramiko
5.0.0
SSH2 protocol library
|version| |python| |license| |ci| |coverage| .. |version| image:: https://img.shields.io/pypi/v/paramiko :target: https://pypi.org/project/paramiko/ :alt: PyPI - Package Version .. |python| image:: https://img.shields.io/pypi/pyversions/paramiko :target: https://pypi.org/project/paramiko/ :alt: PyPI - ...
null
Jeff Forcier <jeff@bitprophet.org>
null
null
null
LGPL-2.1
null
https://pypi.org/project/paramiko/
https://pypi.org/project/paramiko/
>=3.9
[ "bcrypt>=3.2", "cryptography>=3.3", "invoke>=2.0", "pynacl>=1.5" ]
4
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", "Programming Languag...
null
151
2010-10-27T03:00:39.496743Z
2026-05-09T18:28:52.256263Z
null
false
null
2026-08-03T21:32:58.692157+00:00
WAQuUp5jcHufkAoJ3
dMTMDbfEUZYo0W280
ecdsa
0.19.2
ECDSA cryptographic signature library (pure python)
# Pure-Python ECDSA and ECDH [![GitHub CI](https://github.com/tlsfuzzer/python-ecdsa/actions/workflows/ci.yml/badge.svg)](https://github.com/tlsfuzzer/python-ecdsa/actions/workflows/ci.yml) [![Documentation Status](https://readthedocs.org/projects/ecdsa/badge/?version=latest)](https://ecdsa.readthedocs.io/en/latest/?b...
Brian Warner
warner@lothar.com
null
null
MIT
null
http://github.com/tlsfuzzer/python-ecdsa
https://pypi.org/project/ecdsa/
https://pypi.org/project/ecdsa/
!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.6
[ "six>=1.9.0", "gmpy; extra == \"gmpy\"", "gmpy2; extra == \"gmpy2\"" ]
3
[ "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language ::...
null
23
2010-10-16T02:50:08.090445Z
2026-03-26T09:58:17.675780Z
null
false
null
2026-08-03T21:32:58.726738+00:00
WAQuUp5jcHufkAoJ3
dMTMDbfEUZYo0W280
pyasn1
0.6.4
Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208)
ASN.1 library for Python ------------------------ [![PyPI](https://img.shields.io/pypi/v/pyasn1.svg?maxAge=2592000)](https://pypi.org/project/pyasn1) [![Python Versions](https://img.shields.io/pypi/pyversions/pyasn1.svg)](https://pypi.org/project/pyasn1/) [![Build status](https://github.com/pyasn1/pyasn1/actions/workf...
null
Ilya Etingof <etingof@gmail.com>
pyasn1 maintenance organization
Christian Heimes <christian@python.org>
BSD-2-Clause
null
null
https://pypi.org/project/pyasn1/
https://pypi.org/project/pyasn1/
>=3.8
[]
0
[ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "Intended Audience :: Telecommunications Industry", "Natural Langua...
null
42
2009-11-23T22:41:54.406421Z
2026-07-09T01:12:33.988388Z
null
false
null
2026-08-03T21:32:58.758722+00:00
WAQuUp5jcHufkAoJ3
dMTMDbfEUZYo0W280
idna
3.18
Internationalized Domain Names in Applications (IDNA)
# Internationalized Domain Names in Applications (IDNA) Support for [Internationalized Domain Names in Applications (IDNA)](https://tools.ietf.org/html/rfc5891) and [Unicode IDNA Compatibility Processing](https://unicode.org/reports/tr46/). It supersedes the standard library's `encodings.idna`, which only implements t...
null
Kim Davies <kim+pypi@gumleaf.org>
null
null
null
BSD-3-Clause
null
https://pypi.org/project/idna/
https://pypi.org/project/idna/
>=3.9
[ "ruff>=0.6.2; extra == \"all\"", "mypy>=1.11.2; extra == \"all\"", "pytest>=8.3.2; extra == \"all\"" ]
3
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Programming Lan...
null
41
2013-07-16T19:29:45.445020Z
2026-06-02T14:34:07.794523Z
null
false
null
2026-08-03T21:32:58.791649+00:00
WAQuUp5jcHufkAoJ3
dMTMDbfEUZYo0W280
charset-normalizer
3.4.9
The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
<h1 align="center">Charset Detection, for Everyone 👋</h1> <p align="center"> <sup>The Real First Universal Charset Detector</sup><br> <a href="https://pypi.org/project/charset-normalizer"> <img src="https://img.shields.io/pypi/pyversions/charset_normalizer.svg?orange=blue" /> </a> <a href="https://pepy.te...
null
"Ahmed R. TAHRI" <tahri.ahmed@proton.me>
null
"Ahmed R. TAHRI" <tahri.ahmed@proton.me>
MIT
null
null
https://pypi.org/project/charset-normalizer/
https://pypi.org/project/charset-normalizer/
>=3.7
[]
0
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", "Programming Languag...
encoding, charset, charset-detector, detector, normalization, unicode, chardet, detect
63
2019-08-02T16:03:53.102807Z
2026-07-07T14:34:58.454748Z
null
false
null
2026-08-03T21:32:58.867617+00:00
WAQuUp5jcHufkAoJ3
dMTMDbfEUZYo0W280
Plone
6.2.1
The Plone Content Management System
<p align="center"> <img alt="Plone Logo" width="200px" src="https://raw.githubusercontent.com/plone/.github/main/plone-logo.png"> </p> <h1 align="center"> Plone </h1> <div align="center"> [![PyPI - Wheel](https://img.shields.io/pypi/wheel/plone)](https://pypi.org/project/plone/) [![PyPI - License](https://img....
Plone Foundation
releaseteam@plone.org
null
null
GPL version 2
null
https://plone.org/
https://pypi.org/project/Plone/
https://pypi.org/project/Plone/
>=3.10
[ "setuptools>=36.2", "plone.app.caching", "plone.app.discussion", "plone.app.iterate", "plone.app.multilingual", "plone.app.upgrade", "plone.classicui", "plone.restapi", "plone.volto", "Products.CMFPlacefulWorkflow", "Products.CMFPlone" ]
11
[ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 6.2", "Framework :: Plone :: Core", "Framework :: Zope", "Framework :: Zope :: 6", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS...
Plone, CMF, Python, Zope, CMS
206
2008-10-10T22:21:42Z
2026-06-26T08:53:12.444735Z
null
false
null
2026-08-03T21:33:08.956463+00:00
eh36ppAvZI2513rlB
jr5evXxcw6lcFhgGh
tryton
8.0.7
Desktop client for Tryton
tryton ====== The desktop client of Tryton. Tryton is business software, ideal for companies of any size, easy to use, complete and 100% Open Source. It provides modularity, scalability and security.
Tiny SPRL, Lorenzo Gil Sanchez, Udo Spallek, virtual things - Preisler & Spallek GbR, B2CK SRL, Rodrigo Hübner, Antoine Smolders, SALUC SA
Bertrand Chenal <bertrand.chenal@b2ck.com>, Cédric Krier <cedric.krier@b2ck.com>, Nicolas Évrard <nicolas.evrard@b2ck.com>, Maxime Richez <maxime.richez@saluc.com>
null
Tryton <foundation@tryton.org>
null
GPL-3.0-or-later
null
https://pypi.org/project/tryton/
https://pypi.org/project/tryton/
>=3.10
[ "pycairo", "pygobject>=3.19", "python-dateutil", "goocalendar>=0.7; extra == \"calendar\"", "playsound3; extra == \"sound\"" ]
5
[ "Development Status :: 5 - Production/Stable", "Environment :: X11 Applications :: GTK", "Framework :: Tryton", "Topic :: Office/Business" ]
client, desktop, tryton
709
2011-02-13T17:27:44.824589Z
2026-07-15T16:29:35.644710Z
null
false
null
2026-08-03T21:33:09.008860+00:00
eh36ppAvZI2513rlB
jr5evXxcw6lcFhgGh
odoo
1.0
Oscar Alca
oscar@vauxoo
Jose Morales
jose@vauxoo.com
null
vauxoo.com
https://pypi.org/project/odoo/
https://pypi.org/project/odoo/
null
[]
0
[ "Development Status :: 1 - Planning" ]
1
null
null
null
false
null
2026-08-03T21:33:09.038487+00:00
eh36ppAvZI2513rlB
jr5evXxcw6lcFhgGh
nautobot
3.2.2
Source of truth and network automation platform.
# Nautobot ![Nautobot](https://raw.githubusercontent.com/nautobot/nautobot/develop/nautobot/docs/nautobot_logo.svg "Nautobot logo") Nautobot is a Network Source of Truth and Network Automation Platform built as a web application atop the [Django](https://www.djangoproject.com/) Python framework with a [PostgreSQL](ht...
Network to Code
<opensource@networktocode.com>
null
null
Apache-2.0
null
null
https://pypi.org/project/nautobot/
https://pypi.org/project/nautobot/
<3.15,>=3.10
[ "Jinja2<3.2,>=3.1.6", "Markdown<3.11,>=3.10.2", "PyYAML<6.1,>=6.0.3", "celery<5.7,>=5.6.3", "cryptography<50,>=48.0.1", "django<5.3,>=5.2.16", "django-ajax-tables<1.2,>=1.1.1", "django-auth-ldap<5.4,>=5.3.0; extra == \"all\"", "django-auth-ldap<5.4,>=5.3.0; extra == \"ldap\"", "django-celery-beat=...
67
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming ...
Nautobot
232
2021-02-24T00:50:00.684690Z
2026-08-03T17:28:46.781814Z
null
false
null
2026-08-03T21:33:09.102090+00:00
eh36ppAvZI2513rlB
jr5evXxcw6lcFhgGh
Cuckoo
2.0.7
Automated Malware Analysis System
.. image:: https://cuckoosandbox.org/assets/images/cuckoo-black.png :alt: Cuckoo Sandbox :target: https://cuckoosandbox.org/ `Cuckoo Sandbox <https://cuckoosandbox.org/>`_ is the leading open source automated malware analysis system. What does that mean? It simply means that you can throw any suspicious file at...
Stichting Cuckoo Foundation
cuckoo@cuckoofoundation.org
GPLv3
null
https://cuckoosandbox.org/
https://pypi.org/project/Cuckoo/
https://pypi.org/project/Cuckoo/
[]
0
[ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: Web Environment", "Framework :: Django", "Framework :: Flask", "Framework :: Pytest", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU Gener...
cuckoo sandbox automated malware analysis project threat intelligence cert soc
35
2017-04-05T15:05:17.299433Z
2019-06-19T17:30:28.736460Z
null
false
null
2026-08-03T21:33:09.326352+00:00
eh36ppAvZI2513rlB
jr5evXxcw6lcFhgGh
chartpress
2.4.0
ChartPress: render and publish helm charts and images
# [chartpress](https://github.com/jupyterhub/chartpress) [![Latest PyPI version](https://img.shields.io/pypi/v/chartpress?logo=pypi)](https://pypi.python.org/pypi/chartpress) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/jupyterhub/chartpress/test.yaml?logo=github)](https://github.co...
null
Jupyter Development Team <jupyter@googlegroups.com>
null
null
null
BSD-3-Clause
null
https://pypi.org/project/chartpress/
https://pypi.org/project/chartpress/
>=3.10
[ "ruamel.yaml>=0.15.44", "docker!=5.0.0,>=3.2.0", "gitpython; extra == \"test\"", "pytest; extra == \"test\"", "pytest-cov; extra == \"test\"", "tbump; extra == \"test\"" ]
6
[ "Intended Audience :: Developers", "Intended Audience :: System Administrators", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 3" ]
helm, kubernetes
31
2018-02-23T10:49:23.723187Z
2026-05-01T22:03:32.801031Z
null
false
null
2026-08-03T21:33:09.362581+00:00
eh36ppAvZI2513rlB
jr5evXxcw6lcFhgGh
superset
0.30.1
Superset has moved to apache-superset, as of 0.34.0 onwards, please pip install apache-superset
Superset has moved to `apache-superset`, as of `0.34.0` onwards, please `pip install apache-superset`
Apache Software Foundation
dev@superset.incubator.apache.org
Apache License, Version 2.0
null
https://superset.apache.org/
https://pypi.org/project/superset/
https://pypi.org/project/superset/
~=3.6
[]
0
[ "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ]
55
2016-11-16T00:48:47.057919Z
2020-01-30T05:32:28.719064Z
null
false
null
2026-08-03T21:33:09.508103+00:00
eh36ppAvZI2513rlB
jr5evXxcw6lcFhgGh
kraken
7.0.3
OCR/HTR engine for all the languages
Description =========== .. image:: https://github.com/mittagessen/kraken/actions/workflows/test.yml/badge.svg :target: https://github.com/mittagessen/kraken/actions/workflows/test.yml kraken is a turn-key OCR system optimized for historical and non-Latin script material. kraken's main features are: - Fully tr...
null
Benjamin Kiessling <mittagessen@l.unchti.me>
null
null
null
Apache-2.0
null
https://pypi.org/project/kraken/
https://pypi.org/project/kraken/
<3.14,>=3.10
[ "click<8.3,>=8.1", "coremltools~=9.0", "htrmopo>=0.5,~=0.5", "iso639-lang", "jinja2~=3.1.6", "jsonschema", "lightning==2.6.1", "lxml", "numpy", "packaging", "pillow>=9.2.0", "platformdirs", "protobuf>=3.0.0", "pyarrow", "regex", "requests", "rich<14.1.0", "safetensors~=0.7.0", "s...
34
[ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: GPU", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",...
htr, ocr
114
2015-03-30T14:40:03.816181Z
2026-07-24T09:40:39.862912Z
null
false
null
2026-08-03T21:33:09.546064+00:00
eh36ppAvZI2513rlB
jr5evXxcw6lcFhgGh
python-dateutil
2.9.0.post0
Extensions to the standard Python datetime module
dateutil - powerful extensions to datetime ========================================== |pypi| |support| |licence| |gitter| |readthedocs| |travis| |appveyor| |pipelines| |coverage| .. |pypi| image:: https://img.shields.io/pypi/v/python-dateutil.svg?style=flat-square :target: https://pypi.org/project/python-dateut...
Gustavo Niemeyer
gustavo@niemeyer.net
Paul Ganssle
dateutil@python.org
Dual License
null
https://github.com/dateutil/dateutil
https://pypi.org/project/python-dateutil/
https://pypi.org/project/python-dateutil/
!=3.0.*,!=3.1.*,!=3.2.*,>=2.7
[ "six >=1.5" ]
1
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programmi...
34
2008-08-06T19:11:48Z
2024-03-01T18:36:20.211056Z
null
false
null
2026-08-03T21:33:02.487186+00:00
dmH4xg385lyOREUJk
DcmEMYvxplBaXLu49
typing-extensions
4.16.0
Backported and Experimental Type Hints for Python 3.9+
# Typing Extensions [![Chat at https://gitter.im/python/typing](https://badges.gitter.im/python/typing.svg)](https://gitter.im/python/typing) [Documentation](https://typing-extensions.readthedocs.io/en/latest/#) – [PyPI](https://pypi.org/project/typing-extensions/) ## Overview The `typing_extensions` module serves ...
null
"Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee" <levkivskyi@gmail.com>
null
null
null
PSF-2.0
null
https://pypi.org/project/typing-extensions/
https://pypi.org/project/typing-extensions/
>=3.9
[]
0
[ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", "Programming Language :: Pyt...
annotations, backport, checker, checking, function, hinting, hints, type, typechecking, typehinting, typehints, typing
52
2017-09-17T12:25:17.911412Z
2026-07-02T08:40:05.920538Z
null
false
null
2026-08-03T21:33:02.524455+00:00
dmH4xg385lyOREUJk
DcmEMYvxplBaXLu49
path
17.1.1
A module wrapper for os.path
.. image:: https://img.shields.io/pypi/v/path.svg :target: https://pypi.org/project/path .. image:: https://img.shields.io/pypi/pyversions/path.svg .. image:: https://github.com/jaraco/path/actions/workflows/main.yml/badge.svg :target: https://github.com/jaraco/path/actions?query=workflow%3A%22tests%22 :alt:...
null
Jason Orendorff <jason.orendorff@gmail.com>
null
"Jason R. Coombs" <jaraco@jaraco.com>
null
MIT
null
https://pypi.org/project/path/
https://pypi.org/project/path/
>=3.9
[ "pytest!=8.1.*,>=6; extra == \"test\"", "appdirs; extra == \"test\"", "packaging; extra == \"test\"", "pywin32; (platform_system == \"Windows\" and python_version < \"3.12\") and extra == \"test\"", "more_itertools; extra == \"test\"", "pygments; extra == \"test\"", "types-pywin32; extra == \"test\"", ...
18
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Libraries :: Python Modules" ]
null
35
2019-11-29T19:03:30.097078Z
2025-07-27T20:40:23.790204Z
null
false
null
2026-08-03T21:33:02.557262+00:00
dmH4xg385lyOREUJk
DcmEMYvxplBaXLu49
py
1.11.0
library with cross-python path, ini-parsing, io, code, log facilities
.. image:: https://img.shields.io/pypi/v/py.svg :target: https://pypi.org/project/py .. image:: https://img.shields.io/conda/vn/conda-forge/py.svg :target: https://anaconda.org/conda-forge/py .. image:: https://img.shields.io/pypi/pyversions/py.svg :target: https://pypi.org/project/py .. image:: https://gi...
holger krekel, Ronny Pfannschmidt, Benjamin Peterson and others
pytest-dev@python.org
MIT license
null
https://py.readthedocs.io/
https://pypi.org/project/py/
https://pypi.org/project/py/
>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
[]
0
[ "Development Status :: 6 - Mature", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2", "...
65
2008-03-30T19:46:45Z
2021-11-04T17:17:01.377437Z
null
false
null
2026-08-03T21:33:02.582905+00:00
dmH4xg385lyOREUJk
DcmEMYvxplBaXLu49
setuptools
83.0.0
Most extensible Python build backend with support for C/C++ extension modules
.. |pypi-version| image:: https://img.shields.io/pypi/v/setuptools.svg :target: https://pypi.org/project/setuptools .. |py-version| image:: https://img.shields.io/pypi/pyversions/setuptools.svg .. |test-badge| image:: https://github.com/pypa/setuptools/actions/workflows/main.yml/badge.svg :target: https://githu...
null
Python Packaging Authority <distutils-sig@python.org>
null
null
null
MIT
null
https://pypi.org/project/setuptools/
https://pypi.org/project/setuptools/
>=3.10
[ "pytest!=8.1.*,>=6; extra == \"test\"", "virtualenv>=13.0.0; extra == \"test\"", "wheel>=0.44.0; extra == \"test\"", "pip>=19.1; extra == \"test\"", "packaging>=24.2; extra == \"test\"", "jaraco.envs>=2.2; extra == \"test\"", "pytest-xdist>=3; extra == \"test\"", "jaraco.path>=3.7.2; extra == \"test\"...
50
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Archiving :: Packaging", "Topic :: System :: Systems...
CPAN PyPI distutils eggs package management
624
2006-05-12T22:42:21Z
2026-07-04T15:31:22.699337Z
null
false
null
2026-08-03T21:33:02.633636+00:00
dmH4xg385lyOREUJk
DcmEMYvxplBaXLu49
pip
26.2
The PyPA recommended tool for installing Python packages.
pip - The Python Package Installer ================================== .. |pypi-version| image:: https://img.shields.io/pypi/v/pip.svg :target: https://pypi.org/project/pip/ :alt: PyPI .. |python-versions| image:: https://img.shields.io/pypi/pyversions/pip :target: https://pypi.org/project/pip :alt: PyPI -...
null
The pip developers <distutils-sig@python.org>
null
null
null
MIT
null
https://pypi.org/project/pip/
https://pypi.org/project/pip/
>=3.10
[]
0
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Lan...
null
158
2008-10-28T17:22:10Z
2026-07-29T21:57:56.407153Z
null
false
null
2026-08-03T21:33:02.667807+00:00
dmH4xg385lyOREUJk
DcmEMYvxplBaXLu49
Distutils
1.0
Python Distribution Utilities
UNKNOWN
Greg Ward
gward@python.net
null
null
UNKNOWN
null
http://www.python.org/sigs/distutils-sig/
https://pypi.org/project/Distutils/
https://pypi.org/project/Distutils/
null
[]
0
[]
null
1
null
null
null
false
null
2026-08-03T21:33:02.807549+00:00
dmH4xg385lyOREUJk
DcmEMYvxplBaXLu49
argparse
1.4.0
Python command-line parsing library
The argparse module makes it easy to write user friendly command line interfaces. The program defines what arguments it requires, and argparse will figure out how to parse those out of sys.argv. The argparse module also automatically generates help and usage messages and issues errors when users give the program inval...
Thomas Waldmann
tw@waldmann-edv.de
null
null
Python Software Foundation License
null
https://github.com/ThomasWaldmann/argparse/
https://pypi.org/project/argparse/
https://pypi.org/project/argparse/
null
[]
0
[ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Python Software Foundation License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Langu...
argparse command line parser parsing
19
2006-10-10T22:21:29Z
2015-09-14T16:03:16.137978Z
null
false
null
2026-08-03T21:33:02.835844+00:00
dmH4xg385lyOREUJk
DcmEMYvxplBaXLu49
wsgiref
0.1.2
WSGI (PEP 333) Reference Library
This is a standalone release of the ``wsgiref`` library, that provides validation support for WSGI 1.0.1 (PEP 3333) for Python versions < 3.2, and includes the new ``wsgiref.util.test()`` utility function. For this version's documentation, see: HTML http://peak.telecommunity.com/wsgiref_docs/ PDF http:...
Phillip J. Eby
web-sig@python.org
PSF or ZPL
null
http://cheeseshop.python.org/pypi/wsgiref
https://pypi.org/project/wsgiref/
https://pypi.org/project/wsgiref/
null
[]
0
[]
3
2006-06-07T17:26:19Z
2006-06-12T03:55:59Z
null
false
null
2026-08-03T21:33:02.860062+00:00
dmH4xg385lyOREUJk
DcmEMYvxplBaXLu49
docopt
0.6.2
Pythonic argument parser, that will make you smile
``docopt`` creates *beautiful* command-line interfaces ====================================================================== Video introduction to **docopt**: `PyCon UK 2012: Create *beautiful* command-line interfaces with Python <http://youtu.be/pXhcPJK5cMc>`_ New in version 0.6.1: - Fix issue `#85 <https:...
Vladimir Keleshev
vladimir@keleshev.com
null
null
MIT
null
http://docopt.org
https://pypi.org/project/docopt/
https://pypi.org/project/docopt/
null
[]
0
[ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Utilities"...
option arguments parsing optparse argparse getopt
11
2012-04-10T18:58:59.620099Z
2014-06-16T11:18:57.406351Z
null
false
null
2026-08-03T21:32:52.348387+00:00
RXxzvE18PVfer6HSz
bnOYWrok8S6xii7R7
bottle
0.13.4
Fast and simple WSGI-framework for small web-applications.
Marcel Hellkamp
marc@gsites.de
null
null
MIT
null
http://bottlepy.org/
https://pypi.org/project/bottle/
https://pypi.org/project/bottle/
null
[]
0
[ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python...
null
85
2009-07-07T02:55:02.936693Z
2025-06-15T10:08:59.439923Z
null
false
null
2026-08-03T21:32:52.378197+00:00
RXxzvE18PVfer6HSz
bnOYWrok8S6xii7R7
pythondialog
3.5.3
A Python interface to the UNIX dialog utility and mostly-compatible programs
=============================================================================== Python wrapper for the UNIX "dialog" utility =============================================================================== Easy writing of graphical interfaces for terminal-based applications ----------------------------------------------...
Robb Shecter
robb@acm.org
Florent Rougon
f.rougon@free.fr
null
https://pythondialog.sourceforge.io/
https://pypi.org/project/pythondialog/
https://pypi.org/project/pythondialog/
>=3
[]
0
[ "Development Status :: 5 - Production/Stable", "Environment :: Console :: Curses", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: Unix", "Programming Language :: Python :: 3", "Topic :: Software Development :: Lib...
dialog,ncurses,Xdialog,text-mode interface,terminal
16
2006-10-11T08:38:27Z
2021-11-26T13:21:54.795069Z
null
false
null
2026-08-03T21:32:52.423157+00:00
RXxzvE18PVfer6HSz
bnOYWrok8S6xii7R7
PyHamcrest
2.1.0
Hamcrest framework for matcher objects
PyHamcrest ========== | |docs| |status| |version| |downloads| .. |docs| image:: https://readthedocs.org/projects/pyhamcrest/badge/?version=latest :target: https://pyhamcrest.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status .. |status| image:: https://github.com/hamcrest/PyHamcrest/workflows/...
Simon Brunning, Jon Reid
Chris Rose <offline@offby1.net>
BSD License Copyright 2020 hamcrest.org All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following ...
null
https://pypi.org/project/PyHamcrest/
https://pypi.org/project/PyHamcrest/
>=3.6
[ "black; extra == 'dev'", "doc2dash; extra == 'dev'", "flake8; extra == 'dev'", "pyhamcrest[docs,tests]; extra == 'dev'", "pytest-mypy; extra == 'dev'", "towncrier; extra == 'dev'", "tox; extra == 'dev'", "tox-asdf; extra == 'dev'", "twine; extra == 'dev'", "alabaster~=0.7; extra == 'docs'", "sph...
23
[ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", ...
hamcrest,matchers,pyunit,test,testing,unit,unittest,unittesting
24
2010-12-04T20:18:32.371765Z
2023-10-22T15:47:28.255462Z
null
false
null
2026-08-03T21:32:52.461366+00:00
RXxzvE18PVfer6HSz
bnOYWrok8S6xii7R7
eventlet
0.41.1
Highly concurrent networking library
Warning ======= **New usages of eventlet are now heavily discouraged! Please read the following.** Eventlet was created almost 18 years ago, at a time where async features were absent from the CPython stdlib. With time eventlet evolved and CPython too, but since several years the maintenance activity of eventlet decr...
null
Sergey Shepelev <temotor@gmail.com>, Jakub Stasiak <jakub@stasiak.at>, Tim Burke <tim.burke@gmail.com>, Nat Goodspeed <nat@lindenlab.com>, Itamar Turner-Trauring <itamar@itamarst.org>, Hervé Beraud <hberaud@redhat.com>
null
null
MIT
null
null
https://pypi.org/project/eventlet/
https://pypi.org/project/eventlet/
>=3.10
[ "dnspython>=1.15.0", "greenlet<3.4", "black; extra == \"dev\"", "build; extra == \"dev\"", "commitizen; extra == \"dev\"", "isort; extra == \"dev\"", "pip-tools; extra == \"dev\"", "pre-commit; extra == \"dev\"", "twine; extra == \"dev\"" ]
9
[ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 3", "Pr...
null
69
2008-05-11T15:01:27Z
2026-07-15T08:15:01.353497Z
null
false
null
2026-08-03T21:32:52.494995+00:00
RXxzvE18PVfer6HSz
bnOYWrok8S6xii7R7
parse
1.22.1
parse() is the opposite of format()
Installation ------------ .. code-block:: pycon pip install parse Usage ----- Parse strings using a specification based on the Python `format()`_ syntax. ``parse()`` is the opposite of ``format()`` The module is set up to only export ``parse()``, ``search()``, ``findall()``, and ``with_pattern()`` when ``i...
null
Richard Jones <richard@python.org>
null
Wim Jeantine-Glenn <hey@wimglenn.com>
null
MIT
null
https://pypi.org/project/parse/
https://pypi.org/project/parse/
null
[]
0
[ "Environment :: Web Environment", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Topic :: Software Development :: Code Generators", "Topic :: Software Development :: Libraries :: Python Modules" ]
null
57
2011-11-17T06:33:50.306089Z
2026-05-26T03:44:52.624256Z
null
false
null
2026-08-03T21:32:52.543992+00:00
RXxzvE18PVfer6HSz
bnOYWrok8S6xii7R7
MarkupSafe
3.0.3
Safely add untrusted strings to HTML/XML markup.
<div align="center"><img src="https://raw.githubusercontent.com/pallets/markupsafe/refs/heads/stable/docs/_static/markupsafe-name.svg" alt="" height="150"></div> # MarkupSafe MarkupSafe implements a text object that escapes characters so it is safe to use in HTML and XML. Characters that have special meanings are rep...
null
null
null
Pallets <contact@palletsprojects.com>
null
BSD-3-Clause
null
https://pypi.org/project/MarkupSafe/
https://pypi.org/project/MarkupSafe/
>=3.9
[]
0
[ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Text Processing :: Markup :: HTML", "Typing :: Typed...
null
35
2010-06-22T19:55:49.280044Z
2025-09-27T18:37:40.426446Z
null
false
null
2026-08-03T21:32:52.591540+00:00
RXxzvE18PVfer6HSz
bnOYWrok8S6xii7R7
smmap
5.0.3
A pure Python implementation of a sliding window memory map manager
## Motivation When reading from many possibly large files in a fashion similar to random access, it is usually the fastest and most efficient to use memory maps. Although memory maps have many advantages, they represent a very limited system resource as every map uses one file descriptor, whose amount is limited per ...
Sebastian Thiel
byronimo@gmail.com
null
null
BSD-3-Clause
null
https://github.com/gitpython-developers/smmap
https://pypi.org/project/smmap/
https://pypi.org/project/smmap/
>=3.7
[]
0
[ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: OS Independent", "Operating System :: POSIX", ...
null
18
2011-06-13T23:12:31.134691Z
2026-03-09T03:43:26.100884Z
null
false
null
2026-08-03T21:32:52.644588+00:00
RXxzvE18PVfer6HSz
bnOYWrok8S6xii7R7
GitPython
3.1.57
GitPython is a Python library used to interact with Git repositories
![Python package](https://github.com/gitpython-developers/GitPython/workflows/Python%20package/badge.svg) [![Documentation Status](https://readthedocs.org/projects/gitpython/badge/?version=stable)](https://readthedocs.org/projects/gitpython/?badge=stable) [![Packaging status](https://repology.org/badge/tiny-repos/pytho...
Sebastian Thiel, Michael Trier
byronimo@gmail.com, mtrier@gmail.com
null
null
BSD-3-Clause
null
https://github.com/gitpython-developers/GitPython
https://pypi.org/project/GitPython/
https://pypi.org/project/GitPython/
>=3.7
[ "gitdb<5,>=4.0.1", "typing-extensions>=3.10.0.2; python_version < \"3.10\"", "coverage[toml]; extra == \"test\"", "basedpyright==1.39.9; (python_version >= \"3.9\" and sys_platform != \"cygwin\") and extra == \"test\"", "ddt!=1.4.3,>=1.1.1; extra == \"test\"", "mock; python_version < \"3.8\" and extra == ...
17
[ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: OS Independent", "Operating System :: POSIX", "Programming Language :: Python", "Progra...
null
110
2010-03-21T02:56:30.287083Z
2026-07-26T07:33:26.351341Z
null
false
null
2026-08-03T21:32:52.691611+00:00
RXxzvE18PVfer6HSz
bnOYWrok8S6xii7R7
termcolor
3.3.0
ANSI color formatting for output in terminal
# termcolor [![PyPI version](https://img.shields.io/pypi/v/termcolor.svg?logo=pypi&logoColor=FFE873)](https://pypi.org/project/termcolor) [![Supported Python versions](https://img.shields.io/pypi/pyversions/termcolor.svg?logo=python&logoColor=FFE873)](https://pypi.org/project/termcolor) [![PyPI downloads](https://img....
null
Konstantin Lepa <konstantin.lepa@gmail.com>
Hugo van Kemenade
null
null
MIT
null
https://pypi.org/project/termcolor/
https://pypi.org/project/termcolor/
>=3.10
[ "pytest; extra == \"tests\"", "pytest-cov; extra == \"tests\"" ]
2
[ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", "Programming Language :: Python :...
ANSI, ANSI color, ANSI colour, color, colour, formatting, termcolor, terminal
20
2008-06-09T08:52:04Z
2025-12-29T12:55:21.882581Z
null
false
null
2026-08-03T21:32:52.752695+00:00
RXxzvE18PVfer6HSz
bnOYWrok8S6xii7R7
certifi
2026.7.22
Python package for providing Mozilla's CA Bundle.
Certifi: Python SSL Certificates ================================ Certifi provides Mozilla's carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. It has been extracted from the `Requests`_ project. Installation ------------...
Kenneth Reitz
me@kennethreitz.com
null
null
MPL-2.0
null
https://github.com/certifi/python-certifi
https://pypi.org/project/certifi/
https://pypi.org/project/certifi/
>=3.7
[]
0
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "P...
null
76
2011-12-28T07:27:42.157563Z
2026-07-22T03:35:12.644458Z
null
false
null
2026-08-03T21:32:47.988162+00:00
mnRlh3vtZqKIRy34f
xKAA7gJHBz2HY4EsV
python-nss
1.0.1
Python bindings for Network Security Services (NSS) and Netscape Portable Runtime (NSPR)
python-nss is a Python binding for NSS (Network Security Services) and NSPR (Netscape Portable Runtime). NSS provides cryptography services supporting SSL, TLS, PKI, PKIX, X509, PKCS*, etc. NSS is an alternative to OpenSSL and used extensively by major software projects. NSS is FIPS-140 certified. NSS is built upon NS...
John Dennis
jdennis@redhat.com
MPLv2.0 or GPLv2+ or LGPLv2+
null
http://www.mozilla.org/projects/security/pki/python-nss
https://pypi.org/project/python-nss/
https://pypi.org/project/python-nss/
[]
0
[]
7
2013-10-28T21:03:23.571941Z
2017-03-01T00:07:05.153315Z
null
false
null
2026-08-03T21:32:48.222591+00:00
mnRlh3vtZqKIRy34f
xKAA7gJHBz2HY4EsV
pycert
1.0.4
The cross-platform tool to get certificate info (including self-signed).
[![PyPI version](https://badge.fury.io/py/pycert.svg)](https://badge.fury.io/py/pycert) [![Build Status](https://app.travis-ci.com/c-pher/certificate.svg?branch=master)](https://app.travis-ci.com/c-pher/certificate) # Certificate The cross-platform tool to get certificate info (including self-signed). ## Installatio...
Andrey Komissarov
a.komisssarov@gmail.com
GNU General Public License v3.0
null
https://github.com/c-pher/certificate
https://pypi.org/project/pycert/
https://pypi.org/project/pycert/
>=3.6
[ "pyOpenSSL (>=21.0.0)", "python-dateutil (~=2.8.2)", "plogger (>=1.0.6)" ]
3
[ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ]
7
2021-11-30T16:27:39.599314Z
2022-10-13T11:23:13.303604Z
null
false
null
2026-08-03T21:32:48.259310+00:00
mnRlh3vtZqKIRy34f
xKAA7gJHBz2HY4EsV
mozlog
8.1.0
Robust log handling specialized for logging in the Mozilla universe
see https://firefox-source-docs.mozilla.org/mozbase/index.html
Mozilla Automation and Testing Team
tools@lists.mozilla.org
null
null
Mozilla Public License 2.0 (MPL 2.0)
null
https://wiki.mozilla.org/Auto-tools/Projects/Mozbase
https://pypi.org/project/mozlog/
https://pypi.org/project/mozlog/
>=3.8
[ "blessed>=1.19.1", "mozterm", "mozfile", "mozsystemmonitor" ]
4
[ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3 :: Only", "Programming Language...
null
47
2011-10-07T23:22:18.555317Z
2026-03-23T11:14:38.836563Z
null
false
null
2026-08-03T21:32:48.310795+00:00
mnRlh3vtZqKIRy34f
xKAA7gJHBz2HY4EsV
mozprofile
3.0.0
Library to create and modify Mozilla application profiles
see https://firefox-source-docs.mozilla.org/mozbase/index.html
Mozilla Automation and Tools team
tools@lists.mozilla.org
null
null
MPL 2.0
null
https://wiki.mozilla.org/Auto-tools/Projects/Mozbase
https://pypi.org/project/mozprofile/
https://pypi.org/project/mozprofile/
null
[]
0
[ "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Topic :: Software Deve...
mozilla
45
2011-04-19T21:18:21.392252Z
2024-04-26T08:16:45.197272Z
null
false
null
2026-08-03T21:32:48.341359+00:00
mnRlh3vtZqKIRy34f
xKAA7gJHBz2HY4EsV
mozprocess
1.4.0
Mozilla-authored process handling
see https://firefox-source-docs.mozilla.org/mozbase/index.html
Mozilla Automation and Tools team
tools@lists.mozilla.org
null
null
MPL 2.0
null
https://wiki.mozilla.org/Auto-tools/Projects/Mozbase
https://pypi.org/project/mozprocess/
https://pypi.org/project/mozprocess/
null
[ "mozinfo" ]
1
[ "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries :: Python Modules" ]
mozilla
32
2011-10-03T21:56:25.649321Z
2024-08-19T15:40:38.390049Z
null
false
null
2026-08-03T21:32:48.387764+00:00
mnRlh3vtZqKIRy34f
xKAA7gJHBz2HY4EsV
mozdevice
4.2.0
Mozilla-authored device management
see https://firefox-source-docs.mozilla.org/mozbase/index.html
Mozilla Automation and Testing Team
tools@lists.mozilla.org
null
null
MPL
null
https://wiki.mozilla.org/Auto-tools/Projects/Mozbase
https://pypi.org/project/mozdevice/
https://pypi.org/project/mozdevice/
null
[ "mozlog>=6.0" ]
1
[ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9" ]
null
75
2011-12-06T22:07:03.450851Z
2024-11-07T21:35:45.990902Z
null
false
null
2026-08-03T21:32:48.414819+00:00
mnRlh3vtZqKIRy34f
xKAA7gJHBz2HY4EsV
mozrunner
8.4.0
Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)
see https://firefox-source-docs.mozilla.org/mozbase/index.html
Mozilla Automation and Tools team
tools@lists.mozilla.org
null
null
MPL 2.0
null
https://wiki.mozilla.org/Auto-tools/Projects/Mozbase
https://pypi.org/project/mozrunner/
https://pypi.org/project/mozrunner/
>=3.8
[ "mozdevice<5,>=4.2.0", "mozfile>=1.2", "mozinfo<2,>=0.7", "mozlog>=6.0", "mozprocess<2,>=1.3.0", "mozprofile~=3.0", "mozcrash>=2.0; extra == \"crash\"" ]
7
[ "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3 :: Only", "Programming Language ::...
mozilla
155
2008-05-06T20:11:47Z
2026-03-26T10:30:16.674882Z
null
false
null
2026-08-03T21:32:48.451214+00:00
mnRlh3vtZqKIRy34f
xKAA7gJHBz2HY4EsV
PySide2
5.15.2.1
Python bindings for the Qt cross-platform application and UI framework
# PySide2 ### Introduction PySide2 is the official Python module from the [Qt for Python project](http://wiki.qt.io/Qt_for_Python), which provides access to the complete Qt 5.12+ framework. The Qt for Python project is developed in the open, with all facilities you'd expect from any modern OSS project such as all co...
Qt for Python Team
pyside@qt-project.org
LGPL
null
https://www.pyside.org
https://pypi.org/project/PySide2/
https://pypi.org/project/PySide2/
>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.11
[ "shiboken2 (==5.15.2.1)" ]
1
[ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: MacOS X", "Environment :: Win32 (MS Windows)", "Environment :: X11 Applications :: Qt", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "License...
Qt
24
2018-07-05T12:43:27.201580Z
2022-01-14T07:03:01.160092Z
null
false
null
2026-08-03T21:32:38.068421+00:00
vdPm2yxa3P6OUM5JW
nP9GDQX5Lf5L6w4F9
PySide6
6.11.1
Python bindings for the Qt cross-platform application and UI framework
# PySide6 ### Introduction **Important:** for Qt5 compatibility, check [PySide2](https://pypi.org/project/PySide2) PySide6 is the official Python module from the [Qt for Python project](https://wiki.qt.io/Qt_for_Python), which provides access to the complete Qt 6.0+ framework. The Qt for Python project is developed...
null
Qt for Python Team <pyside@qt-project.org>
null
null
LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
null
null
https://pypi.org/project/PySide6/
https://pypi.org/project/PySide6/
<3.15,>=3.10
[ "shiboken6==6.11.1", "PySide6_Essentials==6.11.1", "PySide6_Addons==6.11.1", "tomli>=2.0.1; python_version < \"3.11\"" ]
4
[ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: MacOS X", "Environment :: Win32 (MS Windows)", "Environment :: X11 Applications :: Qt", "Intended Audience :: Developers", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft", "Operating Syst...
Qt
56
2020-12-03T10:08:12.034165Z
2026-05-13T09:47:41.900995Z
null
false
null
2026-08-03T21:32:38.102572+00:00
vdPm2yxa3P6OUM5JW
nP9GDQX5Lf5L6w4F9
pycairo
1.29.0
Python interface for cairo
.. image:: https://raw.githubusercontent.com/pygobject/pycairo/main/docs/images/pycairo.svg :align: center :width: 370px | Pycairo is a Python module providing bindings for the `cairo graphics library <https://cairographics.org/>`__. It depends on **cairo >= 1.15.10** and works with **Python 3.10+** and **PyPy3...
null
null
null
Christoph Reiter <reiter.christoph@gmail.com>
LGPL-2.1-only OR MPL-1.1
null
null
https://pypi.org/project/pycairo/
https://pypi.org/project/pycairo/
>=3.10
[]
0
[]
null
44
2017-12-07T18:31:39.682099Z
2025-11-11T19:13:01.584387Z
null
false
null
2026-08-03T21:32:38.136542+00:00
vdPm2yxa3P6OUM5JW
nP9GDQX5Lf5L6w4F9
psycopg2
2.9.12
psycopg2 - Python-PostgreSQL Database Adapter
Psycopg is the most popular PostgreSQL database adapter for the Python programming language. Its main features are the complete implementation of the Python DB API 2.0 specification and the thread safety (several threads can share the same connection). It was designed for heavily multi-threaded applications that ...
Federico Di Gregorio
fog@initd.org
Daniele Varrazzo
daniele.varrazzo@gmail.com
LGPL with exceptions
null
https://psycopg.org/
https://pypi.org/project/psycopg2/
https://pypi.org/project/psycopg2/
>=3.9
[]
0
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: Microsoft :: Windows", "Operating System :: Unix", "Programming Language :: C", "Programming Language :: Python", "Pr...
null
65
2010-09-09T10:53:08.998093Z
2026-04-20T23:36:11.013003Z
null
false
null
2026-08-03T21:32:38.173594+00:00
vdPm2yxa3P6OUM5JW
nP9GDQX5Lf5L6w4F9
pycups
2.0.4
Python bindings for libcups
This is a set of Python bindings for the libcups library from the CUPS project. >>> # Example of getting a list of printers >>> import cups >>> conn = cups.Connection () >>> printers = conn.getPrinters () >>> for printer in printers: ... print printer, printers[printer]["device-uri"] ... HP ipp://192.168.1.1:6...
null
null
Zdenek Dohnal
zdohnal@redhat.com
GPLv2+
null
https://github.com/OpenPrinting/pycups
https://pypi.org/project/pycups/
https://pypi.org/project/pycups/
null
[]
0
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: Unix", "Programming Language :: C", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Developm...
null
22
2011-08-04T13:28:39.310504Z
2024-04-18T06:20:40.589160Z
null
false
null
2026-08-03T21:32:38.201019+00:00
vdPm2yxa3P6OUM5JW
nP9GDQX5Lf5L6w4F9
pyzy
0.0.1
lzy developers
null
https://pypi.org/project/pyzy/
https://pypi.org/project/pyzy/
>=3.7
[ "cloudpickle (==2.0.0)", "pyyaml" ]
2
[]
1
2021-11-15T17:40:01.866695Z
2021-11-15T17:40:09.756472Z
null
false
null
2026-08-03T21:32:38.296626+00:00
vdPm2yxa3P6OUM5JW
nP9GDQX5Lf5L6w4F9
python-vlc
3.0.21203
VLC bindings for python.
Python ctypes-based bindings for libvlc ======================================= The bindings use ctypes to directly call the libvlc dynamic lib, and the code is generated from the include files defining the public API. The same module should be compatible with various versions of libvlc 3.*. However, there may be inco...
null
Olivier Aubert <contact@olivieraubert.net>
null
Olivier Aubert <contact@olivieraubert.net>
LGPL-2.1+
null
null
https://pypi.org/project/python-vlc/
https://pypi.org/project/python-vlc/
null
[]
0
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Operating Sys...
vlc, video
22
2015-11-05T22:30:54.331512Z
2024-10-07T14:39:54.755891Z
null
false
null
2026-08-03T21:32:38.323572+00:00
vdPm2yxa3P6OUM5JW
nP9GDQX5Lf5L6w4F9
libvirt-python
12.6.0
The libvirt virtualization API python binding
Libvirt Python Binding README ============================= This package provides a module that permits applications written in the Python 3.x programming language to call the interface supplied by the libvirt library, to manage the virtualization capabilities of recent versions of Linux (and other OSes). As such, the...
null
null
Libvirt Maintainers
libvir-list@redhat.com
LGPL-v2.0-or-later
null
http://www.libvirt.org
https://pypi.org/project/libvirt-python/
https://pypi.org/project/libvirt-python/
>=3.6
[]
0
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Programming Language :: Python :: 3 :: Only" ]
null
139
2013-12-02T15:58:40.972536Z
2026-08-03T09:51:28.683374Z
null
false
null
2026-08-03T21:32:38.359184+00:00
vdPm2yxa3P6OUM5JW
nP9GDQX5Lf5L6w4F9
pygraphviz
2.0.1
Python interface to Graphviz
PyGraphviz ========== .. image:: https://github.com/pygraphviz/pygraphviz/workflows/test/badge.svg :target: https://github.com/pygraphviz/pygraphviz/actions/workflows/test.yml .. image:: https://codecov.io/gh/pygraphviz/pygraphviz/branch/main/graph/badge.svg :target: https://app.codecov.io/gh/pygraphviz/pygraphv...
Manos Renieris
Aric Hagberg <aric.hagberg@gmail.com>, Dan Schult <dschult@colgate.edu>
null
null
null
BSD-3-Clause
null
https://pypi.org/project/pygraphviz/
https://pypi.org/project/pygraphviz/
>=3.10
[]
0
[ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "Programming Language :: C", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Pro...
Networks, Graph Visualization, network, graph, graph drawing
52
2007-04-12T03:42:08Z
2026-07-20T09:59:35.444918Z
null
false
null
2026-08-03T21:32:38.391117+00:00
vdPm2yxa3P6OUM5JW
nP9GDQX5Lf5L6w4F9
pycurl
7.47.0
PycURL -- A Python Interface To The cURL library
PycURL -- A Python Interface To The cURL library ================================================ PycURL is a Python interface to `libcurl`_, the multiprotocol file transfer library. Similarly to the urllib_ Python module, PycURL can be used to fetch objects identified by a URL from a Python program. Beyond simple fet...
null
Kjetil Jacobsen <kjetilja@gmail.com>, "Markus F.X.J. Oberhumer" <markus@oberhumer.com>, Oleg Pudeyev <oleg@bsdpower.com>
null
Oleg Pudeyev <oleg@bsdpower.com>
null
LGPL-2.1-only OR MIT
null
https://pypi.org/project/pycurl/
https://pypi.org/project/pycurl/
>=3.10
[]
0
[ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python ...
curl, libcurl, urllib, wget, download, file transfer, http, www
62
2013-09-25T17:08:37.823588Z
2026-06-29T18:59:11.712436Z
null
false
null
2026-08-03T21:32:38.421104+00:00
vdPm2yxa3P6OUM5JW
nP9GDQX5Lf5L6w4F9
GDAL
3.13.2
GDAL: Geospatial Data Abstraction Library
GDAL/OGR in Python ================== This Python package and extensions are a number of tools for programming and manipulating the GDAL_ Geospatial Data Abstraction Library. Generally speaking the classes and methods mostly match those of the GDAL and OGR C++ classes. A basic starting point is the `Vector API Tutor...
Frank Warmerdam, Howard Butler, Even Rouault
warmerdam@pobox.com
GDAL contributors
GDAL contributors <gdal-dev@lists.osgeo.org>
null
MIT
http://www.gdal.org
https://pypi.org/project/GDAL/
https://pypi.org/project/GDAL/
>=3.8.0
[ "numpy>1.0.0; extra == \"numpy\"" ]
1
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "Operating System :: OS Independent", "Programming Language :: C", "Programming Language :: C++", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: GIS", ...
gis, raster, vector
97
2007-12-27T01:03:35Z
2026-07-22T12:42:45.178063Z
null
false
null
2026-08-03T21:32:33.973988+00:00
HI92Dp7V18eLG1Cr9
Z6vpePm9f4AfNTdcq
PyQt5
5.15.11
Python bindings for the Qt cross platform application toolkit
# PyQt5 - Comprehensive Python Bindings for Qt v5 Qt is set of cross-platform C++ libraries that implement high-level APIs for accessing many aspects of modern desktop and mobile systems. These include location and positioning services, multimedia, NFC and Bluetooth connectivity, a Chromium based web browser, as well...
null
Riverbank Computing Limited <info@riverbankcomputing.com>
null
null
GPL v3
null
null
https://pypi.org/project/PyQt5/
https://pypi.org/project/PyQt5/
>=3.8
[ "PyQt5-sip<13,>=12.15", "PyQt5-Qt5<5.16.0,>=5.15.2" ]
2
[]
null
35
2016-04-28T11:07:41.076261Z
2024-07-19T08:39:57.756170Z
null
false
null
2026-08-03T21:32:34.022845+00:00
HI92Dp7V18eLG1Cr9
Z6vpePm9f4AfNTdcq
PyQt6
6.11.0
Python bindings for the Qt cross platform application toolkit
# PyQt6 - Comprehensive Python Bindings for Qt v6 Qt is set of cross-platform C++ libraries that implement high-level APIs for accessing many aspects of modern desktop and mobile systems. These include location and positioning services, multimedia, NFC and Bluetooth connectivity, a Chromium based web browser, as well...
null
Riverbank Computing Limited <info@riverbankcomputing.com>
null
null
null
GPL-3.0-only
null
https://pypi.org/project/PyQt6/
https://pypi.org/project/PyQt6/
>=3.10
[ "PyQt6-sip<14,>=13.8", "PyQt6-Qt6<6.12.0,>=6.11.0" ]
2
[]
null
31
2021-01-04T18:33:29.083895Z
2026-03-30T09:16:13.543275Z
null
false
null
2026-08-03T21:32:34.057891+00:00
HI92Dp7V18eLG1Cr9
Z6vpePm9f4AfNTdcq
ansible
14.2.0
Radically simple IT automation
.. GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) SPDX-License-Identifier: GPL-3.0-or-later SPDX-FileCopyrightText: Ansible Project, 2020 |PyPI version| |Docs badge| |Chat badge| |Code Of Conduct| |Forum| |License| ******* Ansible ******* Ansible is a radically simpl...
Ansible, Inc.
info@ansible.com
null
null
GPL-3.0-or-later
null
https://ansible.com/
https://pypi.org/project/ansible/
https://pypi.org/project/ansible/
>=3.12
[ "ansible-core~=2.21.2" ]
1
[ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Framework :: Ansible", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "Natural Language :: English", "Operating System :: POSIX", "Programming La...
null
431
2013-02-12T02:09:30.410488Z
2026-07-14T15:47:34.190344Z
null
false
null
2026-08-03T21:32:34.104673+00:00
HI92Dp7V18eLG1Cr9
Z6vpePm9f4AfNTdcq
mercurial
7.2.3
Fast scalable distributed SCM (revision control, version control) system
Mercurial ========= Mercurial is a fast, easy to use, distributed revision control tool for software developers. Basic install:: $ make # see install targets $ make install # do a system-wide install $ hg debuginstall # sanity-check setup $ hg # see help Running without installing:: ...
null
Olivia Mackall and many others <mercurial@mercurial-scm.org>
null
null
null
GPL-2.0-or-later
null
https://pypi.org/project/mercurial/
https://pypi.org/project/mercurial/
>=3.9
[ "zstandard; extra == \"zstd\"" ]
1
[ "Development Status :: 6 - Mature", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "Natural Language :: Danish", "Natural Language :: English", "Natural Language :: German", "Natural Language :: Italian", "Natural Language :: Japanese", "...
null
274
2013-07-16T16:36:30.665407Z
2026-06-29T17:55:25.184466Z
null
false
null
2026-08-03T21:32:34.179266+00:00
HI92Dp7V18eLG1Cr9
Z6vpePm9f4AfNTdcq
spyder
6.1.6
The Scientific Python Development Environment
![Spyder — The Scientific Python Development Environment](https://raw.githubusercontent.com/spyder-ide/spyder/master/branding/logo/spyder_readme_banner.png) *Copyright © 2009– [Spyder Project Contributors](https://github.com/spyder-ide/spyder/graphs/contributors)* and others (see AUTHORS.txt) *Some source files and i...
The Spyder Project Contributors
spyder.python@gmail.com
null
null
MIT
null
https://www.spyder-ide.org/
https://pypi.org/project/spyder/
https://pypi.org/project/spyder/
>=3.9
[ "pyqt5<5.16,>=5.15", "pyqtwebengine<5.16,>=5.15", "qtconsole<5.8.0,>=5.7.2", "aiohttp>=3.11.2", "applaunchservices>=0.3.0; platform_system == \"Darwin\"", "asyncssh<3.0.0,>=2.14.0", "bcrypt>=4.3.0", "chardet<8.0.0,>=5.2.0", "cloudpickle>=0.5.0", "cookiecutter>=1.6.0", "diff-match-patch>=20181111...
67
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: ...
PyQt5 editor console widgets IDE science data analysis IPython
168
2014-09-18T06:10:00.690390Z
2026-07-29T02:31:15.069942Z
null
false
null
2026-08-03T21:32:34.217913+00:00
HI92Dp7V18eLG1Cr9
Z6vpePm9f4AfNTdcq
calibre
0.9.0
Advanced probability calibration techniques for machine learning models
# calibre [![PyPI version](https://img.shields.io/pypi/v/calibre.svg)](https://pypi.org/project/calibre/) [![Python](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/) [![Downloads](https://pepy.tech/badge/calibre)](https://pepy.tech/project/calibre) [![CI](https://github.com/finit...
null
Gaurav Sood <gsood07@gmail.com>
null
null
null
MIT
null
https://pypi.org/project/calibre/
https://pypi.org/project/calibre/
>=3.12
[ "cvxpy>=1.2.0", "numpy>=1.20.0", "scikit-learn>=1.0.0", "scipy>=1.7.0" ]
4
[ "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Inf...
null
13
2025-04-05T20:31:10.791501Z
2026-07-31T16:35:21.342780Z
null
false
null
2026-08-03T21:32:34.257383+00:00
HI92Dp7V18eLG1Cr9
Z6vpePm9f4AfNTdcq
gramps
6.0.8
Gramps (Genealogical Research and Analysis Management Programming System)
[The Gramps Project](https://gramps-project.org) =================== [![GitHub CI](https://github.com/gramps-project/gramps/actions/workflows/gramps-ci.yml/badge.svg?event=push&branch=maintenance/gramps60)](https://github.com/gramps-project/gramps/actions/workflows/gramps-ci.yml?query=branch%3Amaintenance/gramps60) [![...
Donald N. Allingham
don@gramps-project.org
Gramps Development Team
benny.malengier@gmail.com
GPL v2 or greater
null
http://gramps-project.org
https://pypi.org/project/gramps/
https://pypi.org/project/gramps/
null
[ "orjson", "PyGObject; extra == \"gui\"", "pycairo; extra == \"gui\"", "Pillow; extra == \"all\"", "PyGObject; extra == \"all\"", "PyICU; extra == \"all\"", "imagesize; extra == \"all\"", "pycairo; extra == \"all\"", "pycountry; extra == \"all\"", "PyICU; extra == \"i18n\"", "Pillow; extra == \"i...
14
[ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: MacOS X", "Environment :: Plugins", "Environment :: Web Environment", "Environment :: Win32 (MS Windows)", "Environment :: X11 Applications :: GTK", "Intended Audience :: Education", "Intended Audience :: End Us...
null
15
2024-07-14T17:30:08.301536Z
2026-04-09T17:47:57.710084Z
null
false
null
2026-08-03T21:32:34.286526+00:00
HI92Dp7V18eLG1Cr9
Z6vpePm9f4AfNTdcq
Glances
4.5.6
A cross-platform curses-based monitoring tool
Glances 🌟 ========== **Glances** is an open-source system cross-platform monitoring tool. It allows real-time monitoring of various aspects of your system such as CPU, memory, disk, network usage etc. It also allows monitoring of running processes, logged in users, temperatures, voltages, fan speeds etc. It also supp...
null
Nicolas Hennion <nicolas@nicolargo.com>
null
null
null
LGPL-3.0-only
null
https://pypi.org/project/Glances/
https://pypi.org/project/Glances/
>=3.10
[ "influxdb>=1.0.0; extra == \"export\"", "defusedxml", "packaging", "psutil>=5.6.7", "windows-curses; platform_system == \"Windows\"", "shtab; platform_system != \"Windows\"", "jinja2", "pyinstrument>=5.1.2", "chevron; extra == \"action\"", "glances[action,browser,cloud,containers,export,gpu,graph,...
48
[ "Development Status :: 5 - Production/Stable", "Environment :: Console :: Curses", "Environment :: Web Environment", "Framework :: FastAPI", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Intended Audience :: System Administrators", "Operating System :: OS Independent", ...
cli, curses, monitoring, system
136
2013-08-10T13:53:03.696770Z
2026-08-01T09:02:50.457142Z
null
false
null
2026-08-03T21:32:34.330522+00:00
HI92Dp7V18eLG1Cr9
Z6vpePm9f4AfNTdcq
mypy
2.3.0
Optional static typing for Python
Mypy -- Optional Static Typing for Python ========================================= Add type annotations to your Python programs, and use mypy to type check them. Mypy is essentially a Python linter on steroids, and it can catch many programming errors by analyzing your program, without actually having to run i...
null
Jukka Lehtosalo <jukka.lehtosalo@iki.fi>
null
null
null
MIT
null
https://pypi.org/project/mypy/
https://pypi.org/project/mypy/
>=3.10
[ "typing_extensions>=4.6.0; python_version < \"3.15\"", "typing_extensions>=4.14.0; python_version >= \"3.15\"", "mypy_extensions>=1.0.0", "pathspec>=1.0.0", "tomli>=1.1.0; python_version < \"3.11\"", "librt>=0.13.0; platform_python_implementation != \"PyPy\"", "ast-serialize<1.0.0,>=0.6.0", "psutil>=4...
12
[ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Pyth...
null
140
2009-09-09T17:34:48.968869Z
2026-07-13T11:34:53.387133Z
null
false
null
2026-08-03T21:32:34.409707+00:00
HI92Dp7V18eLG1Cr9
Z6vpePm9f4AfNTdcq
nltk
3.10.1
Natural Language Toolkit
The Natural Language Toolkit (NLTK) is a Python package for natural language processing. NLTK requires Python 3.10, 3.11, 3.12, 3.13, or 3.14.
NLTK Team
nltk.team@gmail.com
NLTK Team
nltk.team@gmail.com
Apache License, Version 2.0
null
https://www.nltk.org/
https://pypi.org/project/nltk/
https://pypi.org/project/nltk/
>=3.10
[ "defusedxml", "click", "joblib", "regex>=2021.8.3", "tqdm", "numpy; extra == \"machine-learning\"", "python-crfsuite; extra == \"machine-learning\"", "scikit-learn; extra == \"machine-learning\"", "scipy; extra == \"machine-learning\"", "matplotlib; extra == \"plot\"", "pyparsing; extra == \"tgr...
21
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Progr...
NLP, CL, natural language processing, computational linguistics, parsing, tagging, tokenizing, syntax, linguistics, language, natural language, text analytics
67
2009-07-15T09:32:16.349425Z
2026-08-01T06:25:20.748838Z
null
false
null
2026-08-03T21:32:06.245574+00:00
DLYmASCv88ZaaqFMV
pIMkiL836hvVHiNQ7
gensim
4.4.0
Python framework for fast Vector Space Modelling
============================================== gensim -- Topic Modelling in Python ============================================== |GA|_ |Wheel|_ .. |GA| image:: https://github.com/RaRe-Technologies/gensim/actions/workflows/tests.yml/badge.svg?branch=develop .. |Wheel| image:: https://img.shields.io/pypi/wheel/gensim...
Radim Rehurek
me@radimrehurek.com
null
null
LGPL-2.1-only
null
https://radimrehurek.com/gensim/
https://pypi.org/project/gensim/
https://pypi.org/project/gensim/
>=3.9
[ "numpy>=1.18.5", "scipy>=1.7.0", "smart_open>=1.8.1", "Pyro4>=4.27; extra == \"distributed\"", "pytest; extra == \"test-win\"", "pytest-cov; extra == \"test-win\"", "testfixtures; extra == \"test-win\"", "POT; extra == \"test-win\"", "pytest; extra == \"test\"", "pytest-cov; extra == \"test\"", ...
32
[ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Science/Research", "Operating System :: OS Independent", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Langua...
Singular Value Decomposition, SVD, Latent Semantic Indexing, LSA, LSI, Latent Dirichlet Allocation, LDA, Hierarchical Dirichlet Process, HDP, Random Projections, TFIDF, word2vec
80
2010-03-18T12:06:45.580042Z
2025-10-18T02:06:45.962817Z
null
false
null
2026-08-03T21:32:06.392129+00:00
DLYmASCv88ZaaqFMV
pIMkiL836hvVHiNQ7
textblob
0.20.1
Simple, Pythonic text processing. Sentiment analysis, part-of-speech tagging, noun phrase parsing, and more.
TextBlob: Simplified Text Processing ==================================== .. image:: https://badgen.net/pypi/v/TextBlob :target: https://pypi.org/project/textblob/ :alt: Latest version .. image:: https://github.com/sloria/TextBlob/actions/workflows/build-release.yml/badge.svg :target: https://github.com/...
null
Steven Loria <oss@stevenloria.com>
null
null
null
MIT
null
https://pypi.org/project/textblob/
https://pypi.org/project/textblob/
>=3.10
[ "nltk>=3.9" ]
1
[ "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", "Topic :: Text Pro...
textblob, nlp, linguistics, nltk, pattern
62
2013-07-01T01:17:23.578847Z
2026-07-18T17:42:29.826206Z
null
false
null
2026-08-03T21:32:06.428684+00:00
DLYmASCv88ZaaqFMV
pIMkiL836hvVHiNQ7
requests
2.34.2
Python HTTP for Humans.
# Requests [![Version](https://img.shields.io/pypi/v/requests.svg?maxAge=86400)](https://pypi.org/project/requests/) [![Supported Versions](https://img.shields.io/pypi/pyversions/requests.svg)](https://pypi.org/project/requests) [![Downloads](https://static.pepy.tech/badge/requests/month)](https://pepy.tech/project/re...
null
Kenneth Reitz <me@kennethreitz.org>
null
Ian Stapleton Cordasco <graffatcolmingov@gmail.com>, Nate Prewitt <nate.prewitt@gmail.com>
Apache-2.0
null
null
https://pypi.org/project/requests/
https://pypi.org/project/requests/
>=3.10
[ "charset_normalizer<4,>=2", "idna<4,>=2.5", "urllib3<3,>=1.26", "certifi>=2023.5.7", "PySocks!=1.5.7,>=1.5.6; extra == \"socks\"", "chardet<8,>=3.0.2; extra == \"use-chardet-on-py3\"" ]
6
[ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Pyth...
null
163
2011-02-14T08:49:42.641660Z
2026-05-14T19:25:27.735762Z
null
false
null
2026-08-03T21:32:19.084086+00:00
4ngYGJUxOGXsRxd5h
C1QnfTkNlyI1oCVl1
urllib3
2.7.0
HTTP library with thread-safe connection pooling, file post, and more.
<h1 align="center"> ![urllib3](https://github.com/urllib3/urllib3/raw/main/docs/_static/banner_github.svg) </h1> <p align="center"> <a href="https://pypi.org/project/urllib3"><img alt="PyPI Version" src="https://img.shields.io/pypi/v/urllib3.svg?maxAge=86400" /></a> <a href="https://pypi.org/project/urllib3"><im...
null
Andrey Petrov <andrey.petrov@shazow.net>
null
Seth Michael Larson <sethmichaellarson@gmail.com>, Quentin Pradet <quentin@pradet.me>, Illia Volochii <illia.volochii@gmail.com>
null
MIT
null
https://pypi.org/project/urllib3/
https://pypi.org/project/urllib3/
>=3.10
[ "brotli>=1.2.0; platform_python_implementation == \"CPython\" and extra == \"brotli\"", "brotlicffi>=1.2.0.0; platform_python_implementation != \"CPython\" and extra == \"brotli\"", "h2<5,>=4; extra == \"h2\"", "pysocks!=1.5.7,<2.0,>=1.5.6; extra == \"socks\"", "backports-zstd>=1.0.0; python_version < \"3.1...
5
[ "Environment :: Web Environment", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", "Programming Language :: Python :...
filepost, http, httplib, https, pooling, ssl, threadsafe, urllib
108
2009-12-11T08:47:22.568398Z
2026-05-07T16:13:18.596909Z
null
false
null
2026-08-03T21:32:19.116561+00:00
4ngYGJUxOGXsRxd5h
C1QnfTkNlyI1oCVl1
rich
15.0.0
Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/rich)](https://pypi.org/project/rich/) [![PyPI version](https://badge.fury.io/py/rich.svg)](https://badge.fury.io/py/rich) [![Downloads](https://pepy.tech/badge/rich/month)](https://pepy.tech/project/rich) [![codecov](https://img.shields.io/codecov/c...
Will McGugan
willmcgugan@gmail.com
null
null
MIT
null
null
https://pypi.org/project/rich/
https://pypi.org/project/rich/
>=3.9.0
[ "ipywidgets<9,>=7.5.1; extra == \"jupyter\"", "markdown-it-py>=2.2.0", "pygments<3.0.0,>=2.13.0" ]
3
[ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Framework :: IPython", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Programming La...
null
207
2019-11-10T15:57:05.567678Z
2026-04-12T08:24:02.830783Z
null
false
null
2026-08-03T21:32:19.182480+00:00
4ngYGJUxOGXsRxd5h
C1QnfTkNlyI1oCVl1
typer
0.27.1
Typer, build great CLIs. Easy to code. Based on Python type hints.
<p align="center"> <a href="https://typer.tiangolo.com"><img src="https://typer.tiangolo.com/img/logo-margin/logo-margin-vector.svg#only-light" alt="Typer"></a> </p> <p align="center"> <em>Typer, build great CLIs. Easy to code. Based on Python type hints.</em> </p> <p align="center"> <a href="https://github.com/...
null
Sebastián Ramírez <tiangolo@gmail.com>
null
null
null
MIT
null
https://pypi.org/project/typer/
https://pypi.org/project/typer/
>=3.10
[ "shellingham>=1.3.0", "rich>=13.8.0", "annotated-doc>=0.0.2", "colorama; platform_system == \"Windows\"" ]
4
[ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Pyth...
null
89
2019-12-20T15:37:05.802053Z
2026-08-03T14:41:04.391012Z
null
false
null
2026-08-03T21:32:19.215883+00:00
4ngYGJUxOGXsRxd5h
C1QnfTkNlyI1oCVl1
pydantic
2.13.4
Data validation using Python type hints
# Pydantic Validation [![CI](https://img.shields.io/github/actions/workflow/status/pydantic/pydantic/ci.yml?branch=main&logo=github&label=CI)](https://github.com/pydantic/pydantic/actions?query=event%3Apush+branch%3Amain+workflow%3ACI) [![Coverage](https://coverage-badge.samuelcolvin.workers.dev/pydantic/pydantic.svg)...
null
Samuel Colvin <s@muelcolvin.com>, Eric Jolibois <em.jolibois@gmail.com>, Hasan Ramezani <hasan.r67@gmail.com>, Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>, Terrence Dorsey <terry@pydantic.dev>, David Montague <david@pydantic.dev>, Serge Matveenko <lig@countzero.co>, Marcelo Trylesinski <marcelot...
null
null
null
MIT
null
https://pypi.org/project/pydantic/
https://pypi.org/project/pydantic/
>=3.9
[ "annotated-types>=0.6.0", "pydantic-core==2.46.4", "typing-extensions>=4.14.1", "typing-inspection>=0.4.2", "email-validator>=2.0.0; extra == \"email\"", "tzdata; (python_version >= \"3.9\" and platform_system == \"Windows\") and extra == \"timezone\"" ]
6
[ "Development Status :: 5 - Production/Stable", "Framework :: Hypothesis", "Framework :: Pydantic", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Program...
null
203
2017-05-03T20:58:44.335432Z
2026-05-22T13:23:43.109343Z
null
false
null
2026-08-03T21:32:19.279791+00:00
4ngYGJUxOGXsRxd5h
C1QnfTkNlyI1oCVl1
starlette
1.3.1
The little ASGI library that shines.
<p align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/Kludex/starlette/main/docs/img/starlette_dark.svg" width="420px"> <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/Kludex/starlette/main/docs/img/starlette...
null
Tom Christie <tom@tomchristie.com>
null
Marcelo Trylesinski <marcelotryle@gmail.com>
null
BSD-3-Clause
null
https://pypi.org/project/starlette/
https://pypi.org/project/starlette/
>=3.10
[ "anyio<5,>=3.6.2", "typing-extensions>=4.10.0; python_version < \"3.13\"", "httpx2>=2.0.0; extra == \"full\"", "httpx<0.29.0,>=0.27.0; extra == \"full\"", "itsdangerous; extra == \"full\"", "jinja2; extra == \"full\"", "python-multipart>=0.0.18; extra == \"full\"", "pyyaml; extra == \"full\"" ]
8
[ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: AnyIO", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming ...
null
197
2018-06-25T13:13:07.859399Z
2026-06-12T09:23:11.602344Z
null
false
null
2026-08-03T21:32:19.316186+00:00
4ngYGJUxOGXsRxd5h
C1QnfTkNlyI1oCVl1
uvicorn
0.52.1
The lightning-fast ASGI server.
<p align="center"> <img width="320" height="320" src="https://raw.githubusercontent.com/tomchristie/uvicorn/main/docs/uvicorn.png" alt='uvicorn'> </p> <p align="center"> <em>An ASGI web server, for Python.</em> </p> --- [![Build Status](https://github.com/Kludex/uvicorn/workflows/Test%20Suite/badge.svg)](https://g...
null
Tom Christie <tom@tomchristie.com>
null
Marcelo Trylesinski <marcelotryle@gmail.com>
null
BSD-3-Clause
null
https://pypi.org/project/uvicorn/
https://pypi.org/project/uvicorn/
>=3.10
[ "click>=7.0", "h11>=0.8", "typing-extensions>=4.0; python_version < \"3.11\"", "httptools>=0.8.0; extra == \"standard\"", "python-dotenv>=0.13; extra == \"standard\"", "pyyaml>=5.1; extra == \"standard\"", "uvloop>=0.15.1; (sys_platform != \"win32\" and (sys_platform != \"cygwin\" and platform_python_im...
9
[ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.1...
null
199
2017-06-05T11:32:15.069863Z
2026-08-01T18:19:30.732099Z
null
false
null
2026-08-03T21:32:19.357144+00:00
4ngYGJUxOGXsRxd5h
C1QnfTkNlyI1oCVl1
pytest
9.1.1
pytest: simple powerful testing with Python
.. image:: https://github.com/pytest-dev/pytest/raw/main/doc/en/img/pytest_logo_curves.svg :target: https://docs.pytest.org/en/stable/ :align: center :height: 200 :alt: pytest ------ .. image:: https://img.shields.io/pypi/v/pytest.svg :target: https://pypi.org/project/pytest/ .. image:: https://img....
Brianna Laugher, Bruno Oliveira, Floris Bruynooghe, Freya Bruhin, Holger Krekel, Others (See AUTHORS), Ronny Pfannschmidt
null
null
null
null
MIT
null
https://pypi.org/project/pytest/
https://pypi.org/project/pytest/
>=3.10
[ "colorama>=0.4; sys_platform == \"win32\"", "exceptiongroup>=1; python_version < \"3.11\"", "iniconfig>=1.0.1", "packaging>=22", "pluggy<2,>=1.5", "pygments>=2.7.2", "tomli>=1; python_version < \"3.11\"", "argcomplete; extra == \"dev\"", "attrs>=19.2; extra == \"dev\"", "hypothesis>=3.56; extra ==...
14
[ "Development Status :: 6 - Mature", "Intended Audience :: Developers", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", "Programmi...
test, unittest
192
2010-11-25T21:00:27.474482Z
2026-06-19T10:58:32.857420Z
null
false
null
2026-08-03T21:32:19.395656+00:00
4ngYGJUxOGXsRxd5h
C1QnfTkNlyI1oCVl1
certifi
2026.7.22
Python package for providing Mozilla's CA Bundle.
Certifi: Python SSL Certificates ================================ Certifi provides Mozilla's carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. It has been extracted from the `Requests`_ project. Installation ------------...
Kenneth Reitz
me@kennethreitz.com
null
null
MPL-2.0
null
https://github.com/certifi/python-certifi
https://pypi.org/project/certifi/
https://pypi.org/project/certifi/
>=3.7
[]
0
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "P...
null
76
2011-12-28T07:27:42.157563Z
2026-07-22T03:35:12.644458Z
null
false
null
2026-08-03T21:32:19.502067+00:00
4ngYGJUxOGXsRxd5h
C1QnfTkNlyI1oCVl1
attrs
26.1.0
Classes Without Boilerplate
<p align="center"> <a href="https://www.attrs.org/"> <img src="https://raw.githubusercontent.com/python-attrs/attrs/main/docs/_static/attrs_logo.svg" width="35%" alt="attrs" /> </a> </p> *attrs* is the Python package that will bring back the **joy** of **writing classes** by relieving you from the drudgery of...
null
Hynek Schlawack <hs@ox.cx>
null
null
null
MIT
null
https://pypi.org/project/attrs/
https://pypi.org/project/attrs/
>=3.9
[]
0
[ "Development Status :: 5 - Production/Stable", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", "Programming Language :: Python :: 3.9", "Pro...
attribute, boilerplate, class
36
2015-02-21T10:42:56.582807Z
2026-03-19T14:22:25.026315Z
null
false
null
2026-08-03T21:32:19.548536+00:00
4ngYGJUxOGXsRxd5h
C1QnfTkNlyI1oCVl1
uv
0.12.1
An extremely fast Python package and project manager, written in Rust.
# uv An extremely fast Python package and project manager, written in Rust. <p align="center"> <img alt="Shows a bar chart with benchmark results." src="https://github.com/astral-sh/uv/assets/1309177/629e59c0-9c6e-4013-9ad4-adb2bcf5080d"> </p> <p align="center"> <i>Installing <a href="https://trio.readthedocs.io...
null
"Astral Software Inc." <hey@astral.sh>
null
null
null
MIT OR Apache-2.0
https://pypi.org/project/uv/
https://pypi.org/project/uv/
https://pypi.org/project/uv/
>=3.8
[]
0
[ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", "Programming Language :: Python :...
uv, requirements, packaging
300
2024-02-15T18:56:14.105999Z
2026-07-31T19:42:35.054162Z
null
false
null
2026-08-03T21:32:12.422969+00:00
3nrNC94uuWgqdSWMF
r1rw0fxWsh3EiBWiP
Cython
3.2.9
The Cython compiler for writing C extensions in the Python language.
The Cython language makes writing C extensions for the Python language as easy as Python itself. Cython is a source code translator based on Pyrex_, but supports more cutting edge functionality and optimizations. The Cython language is a superset of the Python language (almost all Python code is also valid Cython cod...
Robert Bradshaw, Stefan Behnel, David Woods, Greg Ewing, et al.
cython-devel@python.org
null
null
Apache-2.0
null
https://cython.org/
https://pypi.org/project/Cython/
https://pypi.org/project/Cython/
>=3.8
[]
0
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: C", "Programming Language :: C++", "Programming Language :: Cython", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming ...
null
155
2007-08-31T10:44:22Z
2026-07-24T06:22:51.314537Z
null
false
null
2026-08-03T21:32:12.532506+00:00
3nrNC94uuWgqdSWMF
r1rw0fxWsh3EiBWiP
Nuitka
4.1.3
Python compiler with full language support and CPython compatibility
.. image:: https://img.shields.io/pypi/pyversions/Nuitka.svg :target: https://pypi.org/project/Nuitka .. image:: https://badge.fury.io/py/Nuitka.svg :target: https://pypi.org/project/Nuitka .. image:: https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg :target: CODE_OF_CONDUCT.md #...
Kay Hayen
Kay.Hayen@gmail.com
null
null
GNU Affero General Public License v3
null
https://nuitka.net
https://pypi.org/project/Nuitka/
https://pypi.org/project/Nuitka/
null
[ "setuptools>=42; extra == \"build-wheel\"", "toml; extra == \"build-wheel\"", "wheel; extra == \"build-wheel\"", "zstandard>=0.15; extra == \"onefile\"", "zstandard>=0.15; extra == \"app\"", "imageio; extra == \"icon-conversion\"", "setuptools>=42; extra == \"all\"", "toml; extra == \"all\"", "zstan...
10
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Operating System :: Android", "Operating System :: MacOS", "Operating System :: Microsoft :: W...
compiler, python, nuitka
383
2013-02-25T22:29:29.543822Z
2026-06-21T10:48:04.369539Z
null
false
null
2026-08-03T21:32:12.593602+00:00
3nrNC94uuWgqdSWMF
r1rw0fxWsh3EiBWiP
pyinstaller
6.21.0
PyInstaller bundles a Python application and all its dependencies into a single package.
PyInstaller Overview ==================== .. image:: https://img.shields.io/pypi/v/pyinstaller :alt: PyPI :target: https://pypi.org/project/pyinstaller .. image:: https://img.shields.io/pypi/pyversions/pyinstaller :alt: PyPI - Python Version :target: https://pypi.org/project/pyinstaller .. image:: https://...
Hartmut Goebel, Giovanni Bajo, David Vierra, David Cortesi, Martin Zibricky
null
null
null
GPLv2-or-later with a special exception which allows to use PyInstaller to build and distribute non-free programs (including commercial ones)
null
null
https://pypi.org/project/pyinstaller/
https://pypi.org/project/pyinstaller/
<3.16,>=3.8
[ "altgraph", "importlib-metadata>=4.6; python_version < \"3.10\"", "macholib>=1.8; sys_platform == \"darwin\"", "packaging>=22.0", "pefile>=2022.5.30; sys_platform == \"win32\"", "pyinstaller-hooks-contrib>=2026.6", "pywin32-ctypes>=0.2.1; sys_platform == \"win32\"", "setuptools>=42.0.0", "argcomplet...
12
[ "Development Status :: 6 - Mature", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Other Audience", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Natural Language :: English", "Operating System :: ...
app, apps, bundle, convert, executable, packaging, standalone
72
2012-09-28T06:09:41.471448Z
2026-06-13T14:15:06.250673Z
null
false
null
2026-08-03T21:32:12.635211+00:00
3nrNC94uuWgqdSWMF
r1rw0fxWsh3EiBWiP
cx-Freeze
8.6.4
Create standalone executables from Python scripts
**cx_Freeze** Creates standalone executables from Python scripts with the same performance as the original script. It is cross-platform and should work on any platform that Python runs on. [![PyPI version](https://img.shields.io/pypi/v/cx_Freeze)](https://pypi.org/project/cx-freeze/) [![PyPi Downloads](https://img.sh...
null
Marcelo Duarte <marcelotduarte@users.noreply.github.com>, Anthony Tuininga <anthony.tuininga@gmail.com>
null
null
null
PSF-2.0
null
https://pypi.org/project/cx-Freeze/
https://pypi.org/project/cx-Freeze/
>=3.10
[ "freeze-core>=0.6.1", "packaging>=25.0", "setuptools<83.0,>=78.1.1", "tomli>=2.0.1; python_version == \"3.10\"", "filelock>=3.20.3; sys_platform == \"linux\"", "patchelf<0.18,>=0.16.1; sys_platform == \"linux\" and platform_machine == \"x86_64\"", "patchelf<0.18,>=0.16.1; sys_platform == \"linux\" and p...
14
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python...
cx-freeze cxfreeze cx_Freeze freeze python
72
2014-12-26T22:58:54.931508Z
2026-04-13T06:00:31.606666Z
null
false
null
2026-08-03T21:32:12.693552+00:00
3nrNC94uuWgqdSWMF
r1rw0fxWsh3EiBWiP
wheel
0.47.0
Command line tool for manipulating wheel files
wheel ===== This is a command line tool for manipulating Python wheel files, as defined in `PEP 427`_. It contains the following functionality: * Convert ``.egg`` archives into ``.whl`` * Unpack wheel archives * Repack wheel archives * Add or remove tags in existing wheel archives .. _PEP 427: https://peps.python.or...
null
Daniel Holth <dholth@fastmail.fm>
null
Alex Grönholm <alex.gronholm@nextday.fi>
null
MIT
null
https://pypi.org/project/wheel/
https://pypi.org/project/wheel/
>=3.9
[ "packaging>=24.0" ]
1
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Programming Language :: Python", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming ...
wheel, packaging
83
2012-07-01T07:33:22.549763Z
2026-04-22T15:51:27.727817Z
null
false
null
2026-08-03T21:32:12.767295+00:00
3nrNC94uuWgqdSWMF
r1rw0fxWsh3EiBWiP
build
1.5.0
A simple, correct Python build frontend
# build [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/pypa/build/main.svg)](https://results.pre-commit.ci/latest/github/pypa/build/main) [![CI test](https://github.com/pypa/build/actions/workflows/test.yml/badge.svg)](https://github.com/pypa/build/actions/workflows/test.yml) [![codecov](https://c...
null
Filipe Laíns <lains@riseup.net>, Bernát Gábor <gaborjbernat@gmail.com>, layday <layday@protonmail.com>, Henry Schreiner <henryschreineriii@gmail.com>
null
null
null
MIT
null
https://pypi.org/project/build/
https://pypi.org/project/build/
>=3.10
[ "packaging>=24.0", "pyproject_hooks", "colorama; os_name == \"nt\"", "importlib-metadata>=4.6; python_full_version < \"3.10.2\"", "tomli>=1.1.0; python_version < \"3.11\"", "keyring; extra == \"keyring\"", "uv>=0.1.18; extra == \"uv\"", "virtualenv>=20.17; extra == \"virtualenv\" and (python_version >...
9
[ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", "Progr...
null
36
2020-05-25T01:17:25.842015Z
2026-07-09T06:21:59.632916Z
null
false
null
2026-08-03T21:32:12.807906+00:00
3nrNC94uuWgqdSWMF
r1rw0fxWsh3EiBWiP
hatch
1.17.1
Modern, extensible Python project management
# Hatch <div align="center"> <img src="https://raw.githubusercontent.com/pypa/hatch/master/docs/assets/images/logo.svg" alt="Hatch logo" width="500" role="img"> | | | | --- | --- | | CI/CD | [![CI - Test](https://github.com/pypa/hatch/actions/workflows/test.yml/badge.svg)](https://github.com/pypa/hatch/actions/workf...
null
Ofek Lev <oss@ofek.dev>, Cary Hawkins <hawkinscary23@gmail.com>
null
null
null
MIT
null
https://pypi.org/project/hatch/
https://pypi.org/project/hatch/
>=3.10
[ "backports-zstd>=1.0.0; python_version < \"3.14\"", "click>=8.0.6", "distro>=1.0.0; sys_platform == \"linux\"", "hatchling>=1.27.0", "httpx2>=0.22.0", "hyperlink>=21.0.0", "keyring>=23.5.0", "packaging>=24.2", "pexpect~=4.8", "platformdirs>=2.5.0", "pyproject-hooks", "python-discovery>=1.1", ...
19
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: ...
build, dependency, environment, hatch, packaging, plugin, publishing, release, versioning
61
2021-12-29T21:16:09.834318Z
2026-07-08T01:54:37.327108Z
null
false
null
2026-08-03T21:32:12.829703+00:00
3nrNC94uuWgqdSWMF
r1rw0fxWsh3EiBWiP
boto3
1.43.63
The AWS SDK for Python
=============================== Boto3 - The AWS SDK for Python =============================== |Version| |Python| |License| Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2. You c...
Amazon Web Services
null
null
null
Apache-2.0
null
https://github.com/boto/boto3
https://pypi.org/project/boto3/
https://pypi.org/project/boto3/
>=3.10
[ "botocore<1.44.0,>=1.43.63", "jmespath<2.0.0,>=0.7.1", "s3transfer<0.20.0,>=0.19.0", "botocore[crt]<2.0a0,>=1.21.0; extra == \"crt\"" ]
4
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", "Programming Language :: Py...
null
2,087
2014-11-11T20:30:40.057636Z
2026-08-03T19:55:05.178547Z
null
false
null
2026-08-03T21:32:23.855752+00:00
HJAonOStefa8GdhsF
jcU44En4YZwRhdUeZ
botocore
1.43.63
Low-level, data-driven core of boto 3.
botocore ======== |Version| |Python| |License| A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for the `AWS CLI <https://github.com/aws/aws-cli>`__ as well as `boto3 <https://github.com/boto/boto3>`__. Botocore is maintained and published by `Amazon Web Servic...
Amazon Web Services
null
null
null
Apache-2.0
null
https://github.com/boto/botocore
https://pypi.org/project/botocore/
https://pypi.org/project/botocore/
>=3.10
[ "jmespath<2.0.0,>=0.7.1", "python-dateutil<3.0.0,>=2.1", "urllib3!=2.2.0,<3,>=1.25.4", "awscrt==0.36.0; extra == \"crt\"" ]
4
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Programming Language :...
null
2,485
2012-12-21T18:16:05.356034Z
2026-08-03T19:54:55.233426Z
null
false
null
2026-08-03T21:32:23.966732+00:00
HJAonOStefa8GdhsF
jcU44En4YZwRhdUeZ
tensorflow
2.21.0
TensorFlow is an open source machine learning framework for everyone.
[![Python](https://img.shields.io/pypi/pyversions/tensorflow.svg?style=plastic)](https://badge.fury.io/py/tensorflow) [![PyPI](https://badge.fury.io/py/tensorflow.svg)](https://badge.fury.io/py/tensorflow) TensorFlow is an open source software library for high performance numerical computation. Its flexible architectu...
Google Inc.
packages@tensorflow.org
null
null
Apache 2.0
null
https://www.tensorflow.org/
https://pypi.org/project/tensorflow/
https://pypi.org/project/tensorflow/
>=3.10
[ "absl-py>=1.0.0", "astunparse>=1.6.0", "flatbuffers>=25.9.23", "gast!=0.5.0,!=0.5.1,!=0.5.2,>=0.2.1", "google_pasta>=0.1.1", "libclang>=13.0.0", "opt_einsum>=2.3.2", "packaging", "protobuf<8.0.0,>=6.31.1", "requests<3,>=2.21.0", "setuptools", "six>=1.12.0", "termcolor>=1.1.0", "typing_exte...
34
[ "Development Status :: 5 - Production/Stable", "Environment :: GPU :: NVIDIA CUDA :: 12", "Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.2", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License",...
tensorflow tensor machine learning
138
2016-12-19T19:10:10.698397Z
2026-03-06T17:25:33.144041Z
null
false
null
2026-08-03T21:32:24.029586+00:00
HJAonOStefa8GdhsF
jcU44En4YZwRhdUeZ
apache-beam
2.75.0
Apache Beam SDK for Python
# Apache Beam [Apache Beam](http://beam.apache.org/) is a unified model for defining both batch and streaming data-parallel processing pipelines, as well as a set of language-specific SDKs for constructing pipelines and Runners for executing them on distributed processing backends, including [Apache Flink](http://flin...
Apache Software Foundation
dev@beam.apache.org
null
null
Apache License, Version 2.0
null
https://beam.apache.org
https://pypi.org/project/apache-beam/
https://pypi.org/project/apache-beam/
>=3.10
[ "cryptography<48.0.0,>=39.0.0", "envoy-data-plane<2,>=1.0.3; python_version >= \"3.11\"", "envoy-data-plane<0.3.0; python_version < \"3.11\"", "fastavro<2,>=0.23.6", "fasteners<1.0,>=0.3", "grpcio!=1.48.0,!=1.59.*,!=1.60.*,!=1.61.*,!=1.62.0,!=1.62.1,!=1.66.*,!=1.67.*,!=1.68.*,!=1.69.*,!=1.70.*,<2,>=1.33.1...
241
[ "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ...
apache beam
107
2017-03-14T22:00:08.385999Z
2026-07-08T06:22:03.769770Z
null
false
null
2026-08-03T21:32:24.152384+00:00
HJAonOStefa8GdhsF
jcU44En4YZwRhdUeZ
grpcio
1.83.0
HTTP/2-based RPC framework
gRPC Python =========== Package for gRPC Python. Installation ------------ gRPC Python is available for Linux, macOS, and Windows. Installing From PyPI ~~~~~~~~~~~~~~~~~~~~ If you are installing locally... :: $ pip install grpcio Else system wide (on Ubuntu)... :: $ sudo pip install grpcio If you're on ...
null
The gRPC Authors <grpc-io@googlegroups.com>
null
null
null
Apache-2.0
null
https://pypi.org/project/grpcio/
https://pypi.org/project/grpcio/
>=3.10
[ "typing-extensions~=4.12", "grpcio-tools>=1.83.0; extra == \"protobuf\"" ]
2
[ "Development Status :: 5 - Production/Stable", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming L...
null
279
2015-03-30T23:24:33.390776Z
2026-07-23T15:20:37.759028Z
null
false
null
2026-08-03T21:32:24.343741+00:00
HJAonOStefa8GdhsF
jcU44En4YZwRhdUeZ
protobuf
7.35.1
null
protobuf@googlegroups.com
protobuf@googlegroups.com
null
null
3-Clause BSD License
null
https://developers.google.com/protocol-buffers/
https://pypi.org/project/protobuf/
https://pypi.org/project/protobuf/
>=3.10
[]
0
[ "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14" ]
null
219
2008-07-10T22:36:09Z
2026-08-03T21:05:49.182191Z
null
false
null
2026-08-03T21:32:24.422339+00:00
HJAonOStefa8GdhsF
jcU44En4YZwRhdUeZ
arrow
1.4.0
Better dates & times for Python
Arrow: Better dates & times for Python ====================================== .. start-inclusion-marker-do-not-remove .. image:: https://github.com/arrow-py/arrow/workflows/tests/badge.svg?branch=master :alt: Build Status :target: https://github.com/arrow-py/arrow/actions?query=workflow%3Atests+branch%3Amaster ...
null
Chris Smith <crsmithdev@gmail.com>
null
null
null
null
null
https://pypi.org/project/arrow/
https://pypi.org/project/arrow/
>=3.8
[ "python-dateutil>=2.7.0", "backports.zoneinfo==0.2.1; python_version < \"3.9\"", "tzdata; python_version >= \"3.9\"", "doc8; extra == \"doc\"", "sphinx>=7.0.0; extra == \"doc\"", "sphinx-autobuild; extra == \"doc\"", "sphinx-autodoc-typehints; extra == \"doc\"", "sphinx_rtd_theme>=1.3.0; extra == \"do...
15
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only...
arrow, date, time, datetime, timestamp, timezone, humanize
65
2012-11-18T23:36:09.842131Z
2025-10-18T17:46:46.761994Z
null
false
null
2026-08-03T21:32:24.461245+00:00
HJAonOStefa8GdhsF
jcU44En4YZwRhdUeZ
pyarrow
25.0.0
Python library for Apache Arrow
<!--- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may...
null
null
null
Apache Arrow Developers <dev@arrow.apache.org>
null
Apache-2.0
null
https://pypi.org/project/pyarrow/
https://pypi.org/project/pyarrow/
>=3.10
[]
0
[ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", "Programming Language :: Python :: Free Threading :: 2 - Beta" ]
null
64
2017-03-16T22:17:57.360645Z
2026-07-10T08:29:50.116005Z
null
false
null
2026-08-03T21:32:24.539576+00:00
HJAonOStefa8GdhsF
jcU44En4YZwRhdUeZ
ray
2.56.1
Ray provides a simple, universal API for building distributed applications.
.. image:: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png .. image:: https://readthedocs.org/projects/ray/badge/?version=master :target: http://docs.ray.io/en/master/?badge=master .. image:: https://img.shields.io/badge/Ray-Join%20Slack-blue :target: https://www.ray.io/joi...
Ray Team
ray-dev@googlegroups.com
null
null
Apache 2.0
null
https://github.com/ray-project/ray
https://pypi.org/project/ray/
https://pypi.org/project/ray/
>=3.10
[ "click>=7.0", "filelock", "jsonschema", "msgpack<2.0.0,>=1.0.0", "packaging>=24.2", "protobuf>=3.20.3", "pyyaml", "requests", "cupy-cuda12x; sys_platform != \"darwin\" and extra == \"cgraph\"", "grpcio!=1.56.0; sys_platform == \"darwin\" and extra == \"client\"", "grpcio; extra == \"client\"", ...
271
[ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14" ]
ray distributed parallel machine-learning hyperparameter-tuningreinforcement-learning deep-learning serving python
130
2017-06-03T03:05:01.138017Z
2026-07-17T21:29:26.649216Z
null
false
null
2026-08-03T21:32:24.609812+00:00
HJAonOStefa8GdhsF
jcU44En4YZwRhdUeZ
Spark
0.4.1
An easy to use actor model framework in Python
# Spark Spark is an async-first actor framework for Python. The core API is small: start a `Syndicate`, create actors, and send messages with `tell(message, target)` or `ask(message, target)`. Workflow routing lives in the explicit `spark.workflow` package. Distributed features such as TCP routes, WebSocket routes, r...
Wensheng Wang
wenshengwang@gmail.com
null
null
MIT
null
null
https://pypi.org/project/Spark/
https://pypi.org/project/Spark/
>=3.13
[ "black>=23.0.0; extra == \"dev\"", "cbor2<6,>=5.9; extra == \"cbor2\"", "isort>=5.12.0; extra == \"dev\"", "mypy>=1.0.0; extra == \"dev\"", "pytest>=7.0.0; extra == \"test\"", "pytest-asyncio>=0.21.0; extra == \"test\"", "pytest-cov>=4.0.0; extra == \"test\"", "ruff>=0.1.0; extra == \"dev\"", "webso...
9
[ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.13", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Distributed Computing" ]
actor, concurrency, distributed, message-passing
7
2006-09-10T08:38:52Z
2026-05-16T05:28:15.707161Z
null
false
null
2026-08-03T21:32:24.695393+00:00
HJAonOStefa8GdhsF
jcU44En4YZwRhdUeZ
numpy
2.5.1
Fundamental package for array computing in Python
<h1 align="center"> <img src="https://raw.githubusercontent.com/numpy/numpy/main/branding/logo/primary/numpylogo.svg" width="300"> </h1><br> [![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)]( https://numfocus.org) [![PyPI Downloads](https://...
Travis E. Oliphant et al.
null
null
NumPy Developers <numpy-discussion@python.org>
null
BSD-3-Clause AND 0BSD AND MIT AND Zlib AND CC0-1.0
null
https://pypi.org/project/numpy/
https://pypi.org/project/numpy/
>=3.12
[]
0
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: C", "Programming Langu...
null
149
2006-12-02T02:07:43Z
2026-07-04T17:08:00.933002Z
null
false
null
2026-08-03T21:32:28.806096+00:00
ThTIhDOX8I3iAspgk
dmGkqbe5K2bwzAzWg
pandas
3.0.5
Powerful data structures for data analysis, time series, and statistics
<picture align="center"> <source media="(prefers-color-scheme: dark)" srcset="https://pandas.pydata.org/static/img/pandas_white.svg"> <img alt="Pandas Logo" src="https://pandas.pydata.org/static/img/pandas.svg"> </picture> ----------------- # pandas: A Powerful Python Data Analysis Toolkit | | | | --- | --- | | ...
null
The Pandas Development Team <pandas-dev@python.org>
null
null
BSD 3-Clause License Copyright (c) 2008-2011, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team All rights reserved. Copyright (c) 2011-2026, Open source contributors. Redistribution and use in source and binary forms, with or...
null
null
https://pypi.org/project/pandas/
https://pypi.org/project/pandas/
>=3.11
[ "numpy>=1.26.0; python_version < \"3.14\"", "numpy>=2.3.3; python_version >= \"3.14\"", "python-dateutil>=2.8.2", "tzdata; sys_platform == \"win32\"", "tzdata; sys_platform == \"emscripten\"", "hypothesis>=6.116.0; extra == \"test\"", "pytest<9.1,>=8.3.4; extra == \"test\"", "pytest-xdist>=3.6.1; extr...
84
[ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Cython", "Programming Language :: Python", "Programming Language :: Python :: 3", ...
null
117
2009-12-25T23:58:31.560462Z
2026-07-22T22:19:28.819607Z
null
false
null
2026-08-03T21:32:28.880114+00:00
ThTIhDOX8I3iAspgk
dmGkqbe5K2bwzAzWg
scipy
1.18.0
Fundamental algorithms for scientific computing in Python
.. image:: https://raw.githubusercontent.com/scipy/scipy/main/doc/source/_static/logo.svg :target: https://scipy.org :width: 110 :height: 110 :align: left .. image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A :target: https://numfocus.org .. image:: ...
null
null
null
SciPy Developers <scipy-dev@python.org>
Copyright (c) 2001-2002 Enthought, Inc. 2003, SciPy Developers. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of sourc...
null
null
https://pypi.org/project/scipy/
https://pypi.org/project/scipy/
>=3.12
[ "numpy<2.8,>=2.0.0", "pytest>=8.0.0; extra == \"test\"", "pytest-cov; extra == \"test\"", "pytest-timeout; extra == \"test\"", "pytest-xdist; extra == \"test\"", "asv; extra == \"test\"", "mpmath; extra == \"test\"", "gmpy2; extra == \"test\"", "threadpoolctl; extra == \"test\"", "scikit-umfpack; ...
40
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: POSIX :: Linux...
null
107
2010-07-27T18:45:05.190402Z
2026-06-19T15:01:43.456512Z
null
false
null
2026-08-03T21:32:28.940071+00:00
ThTIhDOX8I3iAspgk
dmGkqbe5K2bwzAzWg
scikit-learn
1.9.0
A set of python modules for machine learning and data mining
.. -*- mode: rst -*- |GitHubActions| |Codecov| |CircleCI| |Nightly wheels| |Ruff| |PythonVersion| |PyPI| |DOI| |Benchmark| .. |GitHubActions| image:: https://github.com/scikit-learn/scikit-learn/actions/workflows/unit-tests.yml/badge.svg? :target: https://github.com/scikit-learn/scikit-learn/actions/workflows/uni...
null
null
null
scikit-learn developers <scikit-learn@python.org>
null
BSD-3-Clause
null
https://pypi.org/project/scikit-learn/
https://pypi.org/project/scikit-learn/
>=3.11
[ "numpy>=1.24.1", "scipy>=1.10.0", "joblib>=1.4.0", "narwhals>=2.0.1", "threadpoolctl>=3.5.0", "numpy>=1.24.1; extra == \"build\"", "scipy>=1.10.0; extra == \"build\"", "cython>=3.1.2; extra == \"build\"", "meson-python>=0.17.1; extra == \"build\"", "numpy>=1.24.1; extra == \"install\"", "scipy>=...
58
[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: C", "Programming Langu...
null
75
2011-09-22T00:03:10.112867Z
2026-06-02T11:54:32.706174Z
null
false
null
2026-08-03T21:32:29.012399+00:00
ThTIhDOX8I3iAspgk
dmGkqbe5K2bwzAzWg
Flask
3.1.3
A simple framework for building complex web applications.
<div align="center"><img src="https://raw.githubusercontent.com/pallets/flask/refs/heads/stable/docs/_static/flask-name.svg" alt="" height="150"></div> # Flask Flask is a lightweight [WSGI] web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applic...
null
null
null
Pallets <contact@palletsprojects.com>
null
BSD-3-Clause
null
https://pypi.org/project/Flask/
https://pypi.org/project/Flask/
>=3.9
[ "blinker>=1.9.0", "click>=8.1.3", "importlib-metadata>=3.6.0; python_version < \"3.10\"", "itsdangerous>=2.2.0", "jinja2>=3.1.2", "markupsafe>=2.1.1", "werkzeug>=3.1.0", "asgiref>=3.2; extra == \"async\"", "python-dotenv; extra == \"dotenv\"" ]
9
[ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Flask", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: WSGI",...
null
64
2010-04-16T14:29:37.458396Z
2026-02-19T05:00:57.678803Z
null
false
null
2026-08-03T21:32:29.044968+00:00
ThTIhDOX8I3iAspgk
dmGkqbe5K2bwzAzWg
Werkzeug
3.1.8
The comprehensive WSGI web application library.
<div align="center"><img src="https://raw.githubusercontent.com/pallets/werkzeug/refs/heads/stable/docs/_static/werkzeug-name.svg" alt="" height="150"></div> # Werkzeug *werkzeug* German noun: "tool". Etymology: *werk* ("work"), *zeug* ("stuff") Werkzeug is a comprehensive [WSGI][] web application library. It began ...
null
null
null
Pallets <contact@palletsprojects.com>
null
BSD-3-Clause
null
https://pypi.org/project/Werkzeug/
https://pypi.org/project/Werkzeug/
>=3.9
[ "markupsafe>=2.1.1", "watchdog>=2.3; extra == \"watchdog\"" ]
2
[ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Internet ::...
null
106
2007-12-09T18:29:42Z
2026-04-02T18:49:14.268187Z
null
false
null
2026-08-03T21:32:29.094543+00:00
ThTIhDOX8I3iAspgk
dmGkqbe5K2bwzAzWg