Skip to content

Latest commit

 

History

History
211 lines (211 loc) · 130 KB

LICENSES_THIRD_PARTY.md

File metadata and controls

211 lines (211 loc) · 130 KB
Name Version License Author URL Description
Brotli 1.1.0 MIT License The Brotli Authors https://github.com/google/brotli Python bindings for the Brotli compression library
Jinja2 3.1.4 BSD License UNKNOWN https://github.com/pallets/jinja/ A very fast and expressive template engine.
MarkupSafe 3.0.2 BSD License UNKNOWN https://github.com/pallets/markupsafe/ Safely add untrusted strings to HTML/XML markup.
PySocks 1.7.1 BSD Anorov https://github.com/Anorov/PySocks A Python SOCKS client module. See https://github.com/Anorov/PySocks for more information.
PyYAML 6.0.2 MIT License Kirill Simonov https://pyyaml.org/ YAML parser and emitter for Python
Pygments 2.18.0 BSD License Georg Brandl [email protected] https://pygments.org Pygments is a syntax highlighting package written in Python.
Send2Trash 1.8.3 BSD License Andrew Senetar https://github.com/arsenetar/send2trash Send file to trash natively under Mac OS X, Windows and Linux
XlsxWriter 3.2.0 BSD License John McNamara https://github.com/jmcnamara/XlsxWriter A Python module for creating Excel XLSX files.
accelerate 1.2.1 Apache Software License The HuggingFace team https://github.com/huggingface/accelerate Accelerate
anyio 4.7.0 MIT License Alex Grönholm [email protected] https://anyio.readthedocs.io/en/stable/versionhistory.html High level compatibility layer for multiple asynchronous event loop implementations
appnope 0.1.4 BSD License Min Ragan-Kelley http://github.com/minrk/appnope Disable App Nap on macOS >= 10.9
argon2-cffi 23.1.0 MIT License Hynek Schlawack [email protected] https://github.com/hynek/argon2-cffi/blob/main/CHANGELOG.md Argon2 for Python
argon2-cffi-bindings 21.2.0 MIT License Hynek Schlawack https://github.com/hynek/argon2-cffi-bindings Low-level CFFI bindings for Argon2
arrow 1.3.0 Apache Software License Chris Smith [email protected] https://github.com/arrow-py/arrow Better dates & times for Python
arviz 0.20.0 Apache Software License ArviZ Developers http://github.com/arviz-devs/arviz Exploratory analysis of Bayesian models
asttokens 3.0.0 Apache 2.0 Dmitry Sagalovskiy, Grist Labs https://github.com/gristlabs/asttokens Annotate AST trees with source code positions
async-lru 2.0.4 MIT License UNKNOWN https://github.com/aio-libs/async-lru Simple LRU cache for asyncio
attrs 24.3.0 UNKNOWN Hynek Schlawack [email protected] https://www.attrs.org/en/stable/changelog.html Classes Without Boilerplate
babel 2.16.0 BSD License Armin Ronacher https://babel.pocoo.org/ Internationalization utilities
bandit 1.8.0 Apache Software License PyCQA https://bandit.readthedocs.io/ Security oriented static analyser for python code.
beautifulsoup4 4.12.3 MIT License Leonard Richardson [email protected] https://www.crummy.com/software/BeautifulSoup/bs4/ Screen-scraping library
bleach 6.2.0 Apache Software License UNKNOWN https://github.com/mozilla/bleach An easy safelist-based HTML-sanitizing tool.
cached-property 1.5.2 BSD License Daniel Greenfeld https://github.com/pydanny/cached-property A decorator for caching properties in classes.
cachetools 5.5.0 MIT License Thomas Kemmer https://github.com/tkem/cachetools/ Extensible memoizing collections and decorators
certifi 2024.12.14 Mozilla Public License 2.0 (MPL 2.0) Kenneth Reitz https://github.com/certifi/python-certifi Python package for providing Mozilla's CA Bundle.
cffi 1.17.1 MIT License Armin Rigo, Maciej Fijalkowski http://cffi.readthedocs.org Foreign Function Interface for Python calling C code.
cfgv 3.4.0 MIT License Anthony Sottile https://github.com/asottile/cfgv Validate configuration and produce human readable error messages.
chardet 5.2.0 GNU Lesser General Public License v2 or later (LGPLv2+) Mark Pilgrim https://github.com/chardet/chardet Universal encoding detector for Python 3
charset-normalizer 3.4.0 MIT License Ahmed TAHRI https://github.com/Ousret/charset_normalizer The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click 8.1.7 BSD License UNKNOWN https://palletsprojects.com/p/click/ Composable command line interface toolkit
cloudpickle 3.1.0 BSD License The cloudpickle developer team https://github.com/cloudpipe/cloudpickle Pickler class to extend the standard pickle.Pickler functionality
colorama 0.4.6 BSD License Jonathan Hartley [email protected] https://github.com/tartley/colorama Cross-platform colored terminal text.
comm 0.2.2 BSD License Jupyter contributors https://github.com/ipython/comm Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc.
cons 0.4.6 DFSG approved; GNU Lesser General Public License v3 or later (LGPLv3+) Brandon T. Willard https://github.com/pythological/python-cons An implementation of Lisp/Scheme-like cons in Python.
contourpy 1.3.1 BSD License Ian Thomas [email protected] https://github.com/contourpy/contourpy Python library for calculating contours of 2D quadrilateral grids
cramjam 2.9.1 MIT Miles Granger [email protected] https://github.com/milesgranger/pyrus-cramjam Thin Python bindings to de/compression algorithms in Rust
cycler 0.12.1 BSD License Thomas A Caswell [email protected] https://matplotlib.org/cycler/ Composable style cycles
debugpy 1.8.11 MIT License Microsoft Corporation https://aka.ms/debugpy An implementation of the Debug Adapter Protocol for Python
decorator 5.1.1 BSD License Michele Simionato https://github.com/micheles/decorator Decorators for Humans
defusedxml 0.7.1 Python Software Foundation License Christian Heimes https://github.com/tiran/defusedxml XML bomb protection for Python stdlib modules
diff_cover 9.2.1 Apache Software License See Contributors https://github.com/Bachmann1234/diff-cover Run coverage and linting reports on diffs
distlib 0.3.9 Python Software Foundation License Vinay Sajip https://github.com/pypa/distlib Distribution utilities
et_xmlfile 2.0.0 MIT License See AUTHORS.txt https://foss.heptapod.net/openpyxl/et_xmlfile An implementation of lxml.xmlfile for the standard library
etuples 0.3.9 Apache Software License UNKNOWN http://github.com/pythological/etuples Python S-expression emulation using tuple-like objects.
exceptiongroup 1.2.2 MIT License Alex Grönholm [email protected] https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst Backport of PEP 654 (exception groups)
executing 2.1.0 MIT License Alex Hall https://github.com/alexmojaki/executing Get the currently executing AST node of a frame, and other information
fastjsonschema 2.21.1 BSD License Michal Horejsek https://github.com/horejsek/python-fastjsonschema Fastest Python implementation of JSON schema
fastparquet 2024.11.0 Apache Software License Martin Durant https://github.com/dask/fastparquet/ Python support for Parquet file format
filelock 3.16.1 The Unlicense (Unlicense) UNKNOWN https://github.com/tox-dev/py-filelock A platform independent file lock.
fonttools 4.55.3 MIT License Just van Rossum http://github.com/fonttools/fonttools Tools to manipulate font files
fqdn 1.5.1 Mozilla Public License 2.0 (MPL 2.0) ypcrts https://github.com/ypcrts/fqdn Validates fully-qualified domain names against RFC 1123, so that they are acceptable to modern bowsers
fsspec 2024.10.0 BSD License UNKNOWN https://github.com/fsspec/filesystem_spec File-system specification
ftfy 6.3.1 Apache-2.0 Robyn Speer [email protected] https://ftfy.readthedocs.io/en/latest/ Fixes mojibake and other problems with Unicode, after the fact
gmpy2 2.1.5 GNU Lesser General Public License v3 or later (LGPLv3+) Case Van Horsen https://github.com/aleaxit/gmpy gmpy2 interface to GMP/MPIR, MPFR, and MPC for Python 2.7 and 3.5+
graphviz 0.18 MIT License Sebastian Bank https://github.com/xflr6/graphviz Simple Python interface for Graphviz
greenlet 3.1.1 MIT License Alexey Borzenkov https://greenlet.readthedocs.io/ Lightweight in-process concurrent programming
h11 0.14.0 MIT License Nathaniel J. Smith https://github.com/python-hyper/h11 A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
h2 4.1.0 MIT License Cory Benfield https://github.com/python-hyper/h2 HTTP/2 State-Machine based protocol implementation
h5netcdf 1.4.1 BSD License Stephan Hoyer [email protected], Kai Mühlbauer [email protected] https://h5netcdf.org netCDF4 via h5py
h5py 3.12.1 BSD License Andrew Collette [email protected] https://www.h5py.org/ Read and write HDF5 files from Python
hpack 4.0.0 MIT License Cory Benfield https://github.com/python-hyper/hpack Pure-Python HPACK header compression
httpcore 1.0.7 BSD License Tom Christie [email protected] https://www.encode.io/httpcore/ A minimal low-level HTTP client.
httpx 0.28.1 BSD License Tom Christie [email protected] https://github.com/encode/httpx The next generation HTTP client.
huggingface_hub 0.26.5 Apache Software License Hugging Face, Inc. https://github.com/huggingface/huggingface_hub Client library to download and publish models, datasets and other repos on the huggingface.co hub
hyperframe 6.0.1 MIT License Cory Benfield https://github.com/python-hyper/hyperframe/ HTTP/2 framing layer for Python
hypothesis 6.122.4 Mozilla Public License 2.0 (MPL 2.0) David R. MacIver and Zac Hatfield-Dodds https://hypothesis.works A library for property-based testing
identify 2.6.3 MIT License Chris Kuehl https://github.com/pre-commit/identify File identification library for Python
idna 3.10 BSD License Kim Davies [email protected] https://github.com/kjd/idna Internationalized Domain Names in Applications (IDNA)
importlib_metadata 8.5.0 Apache Software License "Jason R. Coombs" [email protected] https://github.com/python/importlib_metadata Read metadata from Python packages
iniconfig 2.0.0 MIT License Ronny Pfannschmidt [email protected], Holger Krekel [email protected] https://github.com/pytest-dev/iniconfig brain-dead simple config-ini parsing
interrogate 1.7.0 MIT License Lynn Root https://interrogate.readthedocs.io Interrogate a codebase for docstring coverage.
ipykernel 6.29.5 BSD License IPython Development Team [email protected] https://ipython.org IPython Kernel for Jupyter
ipython 8.30.0 BSD License The IPython Development Team https://ipython.org IPython: Productive Interactive Computing
ipywidgets 8.1.5 BSD License Jupyter Development Team http://jupyter.org Jupyter interactive widgets
isoduration 20.11.0 ISC License (ISCL) Víctor Muñoz https://github.com/bolsote/isoduration Operations with ISO 8601 durations
jedi 0.19.2 MIT License David Halter https://github.com/davidhalter/jedi An autocompletion tool for Python that can be used for text editors.
joblib 1.4.2 BSD License Gael Varoquaux [email protected] https://joblib.readthedocs.io Lightweight pipelining with Python functions
json5 0.10.0 Apache Software License Dirk Pranke [email protected] https://github.com/dpranke/pyjson5 A Python implementation of the JSON5 data format.
jsonpointer 3.0.0 BSD License Stefan Kögl https://github.com/stefankoegl/python-json-pointer Identify specific nodes in a JSON document (RFC 6901)
jsonschema 4.23.0 MIT License Julian Berman [email protected] https://github.com/python-jsonschema/jsonschema An implementation of JSON Schema validation for Python
jsonschema-specifications 2024.10.1 MIT License Julian Berman [email protected] https://github.com/python-jsonschema/jsonschema-specifications The JSON Schema meta-schemas and vocabularies, exposed as a Registry
jupyter-events 0.11.0 BSD License Jupyter Development Team [email protected] http://jupyter.org Jupyter Event System library
jupyter-lsp 2.2.5 BSD License jupyter-lsp Contributors https://github.com/jupyter-lsp/jupyterlab-lsp/issues Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_client 8.6.3 BSD License Jupyter Development Team [email protected] https://jupyter.org Jupyter protocol implementation and client libraries
jupyter_core 5.7.2 BSD License Jupyter Development Team [email protected] https://jupyter.org Jupyter core package. A base package on which Jupyter projects rely.
jupyter_server 2.14.2 BSD License Jupyter Development Team [email protected] https://jupyter-server.readthedocs.io The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.
jupyter_server_terminals 0.5.3 BSD License Jupyter Development Team [email protected] https://jupyter.org A Jupyter Server Extension Providing Terminals.
jupyterlab 4.3.4 BSD License Jupyter Development Team [email protected] https://jupyter.org JupyterLab computational environment
jupyterlab_pygments 0.3.0 BSD License Jupyter Development Team [email protected] https://github.com/jupyterlab/jupyterlab_pygments Pygments theme using JupyterLab CSS variables
jupyterlab_server 2.27.3 BSD License Jupyter Development Team [email protected] https://jupyterlab-server.readthedocs.io A set of server components for JupyterLab and JupyterLab like applications.
jupyterlab_widgets 3.0.13 BSD License Jupyter Development Team https://github.com/jupyter-widgets/ipywidgets Jupyter interactive widgets for JupyterLab
kiwisolver 1.4.7 BSD License The Nucleic Development Team [email protected] https://github.com/nucleic/kiwi A fast implementation of the Cassowary constraint solver
llvmlite 0.43.0 BSD UNKNOWN http://llvmlite.readthedocs.io lightweight wrapper around basic LLVM functionality
logical-unification 0.4.6 BSD License UNKNOWN http://github.com/pythological/unification/ Logical unification in Python
markdown-it-py 3.0.0 MIT License Chris Sewell [email protected] https://github.com/executablebooks/markdown-it-py Python port of markdown-it. Markdown parsing, done right!
matplotlib 3.10.0 Python Software Foundation License John D. Hunter, Michael Droettboom https://matplotlib.org Python plotting package
matplotlib-inline 0.1.7 BSD License IPython Development Team [email protected] https://github.com/ipython/matplotlib-inline Inline Matplotlib backend for Jupyter
mdurl 0.1.2 MIT License Taneli Hukkinen [email protected] https://github.com/executablebooks/mdurl Markdown URL utilities
miniKanren 1.0.3 BSD License UNKNOWN http://github.com/pythological/kanren Relational programming in Python
mistune 3.0.2 BSD License Hsiaoming Yang [email protected] https://github.com/lepture/mistune A sane and fast Markdown parser with useful plugins and renderers
mpmath 1.3.0 BSD License Fredrik Johansson http://mpmath.org/ Python library for arbitrary-precision floating-point arithmetic
multipledispatch 0.6.0 BSD Matthew Rocklin http://github.com/mrocklin/multipledispatch/ Multiple dispatch
munkres 1.1.4 Apache Software License Brian Clapper https://software.clapper.org/munkres/ Munkres (Hungarian) algorithm for the Assignment Problem
nbclient 0.10.1 BSD License Jupyter Development Team [email protected] https://jupyter.org A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor.
nbconvert 7.16.4 BSD License Jupyter Development Team [email protected] https://jupyter.org Converting Jupyter Notebooks (.ipynb files) to other formats. Output formats include asciidoc, html, latex, markdown, pdf, py, rst, script. nbconvert can be used both as a Python library (import nbconvert) or as a command line tool (invoked as jupyter nbconvert ...).
nbformat 5.10.4 BSD License Jupyter Development Team [email protected] https://jupyter.org The Jupyter Notebook format
nest_asyncio 1.6.0 BSD License Ewald R. de Wit https://github.com/erdewit/nest_asyncio Patch asyncio to allow nested event loops
networkx 3.4.2 BSD License Aric Hagberg [email protected] https://networkx.org/ Python package for creating and manipulating graphs and networks
nodeenv 1.9.1 BSD License Eugene Kalinin https://github.com/ekalinin/nodeenv Node.js virtual environment builder
notebook_shim 0.2.4 BSD License Jupyter Development Team [email protected] UNKNOWN A shim layer for notebook traits and config
numba 0.60.0 BSD License UNKNOWN https://numba.pydata.org compiling Python code using LLVM
numpy 1.26.4 BSD License Travis E. Oliphant et al. https://numpy.org Fundamental package for array computing in Python
odfpy 1.4.1 Apache Software License; GNU General Public License (GPL); GNU Library or Lesser General Public License (LGPL) Soren Roug https://github.com/eea/odfpy Python API and tools to manipulate OpenDocument files
openpyxl 3.1.5 MIT License See AUTHORS https://openpyxl.readthedocs.io A Python library to read/write Excel 2010 xlsx/xlsm files
oreum_core 0.9.10 Apache Software License Oreum Industries [email protected] https://github.com/oreum-industries/oreum_core Core tools for use on projects by Oreum Industries
oreum_template 1.1.1 Other/Proprietary License Jonathan Sedar [email protected] https://github.com/oreum-industries/oreum_template Oreum Industries Template Project Structure
overrides 7.7.0 Apache License, Version 2.0 Mikko Korpela https://github.com/mkorpela/overrides A decorator to automatically detect mismatch when overriding a method.
packaging 24.2 Apache Software License; BSD License Donald Stufft [email protected] https://github.com/pypa/packaging Core utilities for Python packages
pandas 2.2.3 BSD License The Pandas Development Team [email protected] https://pandas.pydata.org Powerful data structures for data analysis, time series, and statistics
pandocfilters 1.5.1 BSD License John MacFarlane http://github.com/jgm/pandocfilters Utilities for writing pandoc filters in python
parso 0.8.4 MIT License David Halter https://github.com/davidhalter/parso A Python Parser
pathspec 0.12.1 Mozilla Public License 2.0 (MPL 2.0) "Caleb P. Burns" [email protected] UNKNOWN Utility library for gitignore style pattern matching of file paths.
patsy 1.0.1 BSD License Nathaniel J. Smith https://github.com/pydata/patsy A Python package for describing statistical models and for building design matrices.
pbr 6.1.0 Apache Software License OpenStack https://docs.openstack.org/pbr/latest/ Python Build Reasonableness
pexpect 4.9.0 ISC License (ISCL) Noah Spurrier; Thomas Kluyver; Jeff Quast https://pexpect.readthedocs.io/ Pexpect allows easy control of interactive console applications.
pickleshare 0.7.5 MIT License Ville Vainio https://github.com/pickleshare/pickleshare Tiny 'shelve'-like database with concurrency support
pillow 11.0.0 CMU License (MIT-CMU) "Jeffrey A. Clark" [email protected] https://python-pillow.org Python Imaging Library (Fork)
pip 24.3.1 MIT License The pip developers [email protected] https://pip.pypa.io/ The PyPA recommended tool for installing Python packages.
pip-licenses 5.0.0 MIT License raimon [email protected] https://github.com/raimon49/pip-licenses Dump the software license list of Python packages installed with pip.
pipdeptree 2.24.0 MIT License UNKNOWN https://github.com/tox-dev/pipdeptree Command line utility to show dependency tree of packages.
platformdirs 4.3.6 MIT License UNKNOWN https://github.com/tox-dev/platformdirs A small Python package for determining appropriate platform-specific dirs, e.g. a user data dir.
playwright 1.49.1 Apache Software License Microsoft Corporation https://github.com/Microsoft/playwright-python A high-level API to automate web browsers
pluggy 1.5.0 MIT License Holger Krekel https://github.com/pytest-dev/pluggy plugin and hook calling mechanisms for python
pre_commit 4.0.1 MIT License Anthony Sottile https://github.com/pre-commit/pre-commit A framework for managing and maintaining multi-language pre-commit hooks.
prettytable 3.12.0 BSD License Luke Maurits [email protected] https://github.com/prettytable/prettytable A simple Python library for easily displaying tabular data in a visually appealing ASCII table format
prometheus_client 0.21.1 Apache Software License Brian Brazil https://github.com/prometheus/client_python Python client for the Prometheus monitoring system.
prompt_toolkit 3.0.48 BSD License Jonathan Slenders https://github.com/prompt-toolkit/python-prompt-toolkit Library for building powerful interactive command lines in Python
psutil 6.1.0 BSD License Giampaolo Rodola https://github.com/giampaolo/psutil Cross-platform lib for process and system monitoring in Python.
ptyprocess 0.7.0 ISC License (ISCL) Thomas Kluyver https://github.com/pexpect/ptyprocess Run a subprocess in a pseudo terminal
pure_eval 0.2.3 MIT License Alex Hall http://github.com/alexmojaki/pure_eval Safely evaluate AST nodes without side effects
py 1.11.0 MIT License holger krekel, Ronny Pfannschmidt, Benjamin Peterson and others https://py.readthedocs.io/ library with cross-python path, ini-parsing, io, code, log facilities
pyarrow 18.1.0 Apache Software License UNKNOWN https://arrow.apache.org/ Python library for Apache Arrow
pycparser 2.22 BSD License Eli Bendersky https://github.com/eliben/pycparser C parser in Python
pyee 12.0.0 MIT License Josh Holbrook [email protected] https://github.com/jfhbrook/pyee A rough port of Node.js's EventEmitter to Python with a few tricks of its own
pymc 5.16.2 Apache Software License UNKNOWN http://github.com/pymc-devs/pymc Probabilistic Programming in Python: Bayesian Modeling and Probabilistic Machine Learning with PyTensor
pynndescent 0.5.13 BSD Leland McInnes http://github.com/lmcinnes/pynndescent Nearest Neighbor Descent
pyparsing 3.2.0 MIT License Paul McGuire [email protected] https://github.com/pyparsing/pyparsing/ pyparsing module - Classes and methods to define and execute parsing grammars
pyprojroot 0.3.0 MIT License Daniel Chen [email protected] https://github.com/chendaniely/pyprojroot Project-oriented workflow in Python
pytensor 2.25.5 BSD License pymc-devs [email protected] https://github.com/pymc-devs/pytensor Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.
pytest 8.3.4 MIT License Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin, Others (See AUTHORS) https://docs.pytest.org/en/latest/ pytest: simple powerful testing with Python
python-calamine 0.3.1 MIT License Dmitriy [email protected] https://github.com/dimastbk/python-calamine Python binding for Rust's library for reading excel and odf file - calamine
python-dateutil 2.9.0.post0 Apache Software License; BSD License Gustavo Niemeyer https://github.com/dateutil/dateutil Extensions to the standard Python datetime module
python-json-logger 3.2.1 BSD License Zakaria Zajac [email protected], Nicholas Hairs [email protected] https://nhairs.github.io/python-json-logger JSON Log Formatter for the Python Logging Package
pytz 2024.1 MIT License Stuart Bishop http://pythonhosted.org/pytz World timezone definitions, modern and historical
pyxlsb 1.0.10 GNU Lesser General Public License v3 or later (LGPLv3+) William Turner https://github.com/willtrnr/pyxlsb Excel 2007-2010 Binary Workbook (xlsb) parser
pyzmq 26.2.0 BSD License Brian E. Granger, Min Ragan-Kelley https://pyzmq.readthedocs.org Python bindings for 0MQ
referencing 0.35.1 MIT License Julian Berman [email protected] https://github.com/python-jsonschema/referencing JSON Referencing + Python
regex 2024.11.6 Apache Software License Matthew Barnett https://github.com/mrabarnett/mrab-regex Alternative regular expression module, to replace re.
requests 2.32.3 Apache Software License Kenneth Reitz https://requests.readthedocs.io Python HTTP for Humans.
rfc3339-validator 0.1.4 MIT License Nicolas Aimetti https://github.com/naimetti/rfc3339-validator A pure python RFC3339 validator
rfc3986-validator 0.1.1 MIT License Nicolas Aimetti https://github.com/naimetti/rfc3986-validator Pure python rfc3986 validator
rich 13.9.4 MIT License Will McGugan https://github.com/Textualize/rich Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
rpds-py 0.22.3 MIT License Julian Berman [email protected] https://github.com/crate-py/rpds Python bindings to Rust's persistent data structures (rpds)
ruff 0.8.3 MIT License Charlie Marsh [email protected] https://docs.astral.sh/ruff An extremely fast Python linter and code formatter, written in Rust.
safetensors 0.4.5 Apache Software License Nicolas Patry [email protected] https://github.com/huggingface/safetensors UNKNOWN
scikit-learn 1.6.0 BSD License UNKNOWN https://scikit-learn.org A set of python modules for machine learning and data mining
scipy 1.14.1 BSD License UNKNOWN https://scipy.org/ Fundamental algorithms for scientific computing in Python
seaborn 0.12.2 BSD License Michael Waskom [email protected] https://github.com/mwaskom/seaborn Statistical data visualization
setuptools 75.6.0 MIT License Python Packaging Authority [email protected] https://github.com/pypa/setuptools Easily download, build, install, upgrade, and uninstall Python packages
six 1.17.0 MIT License Benjamin Peterson https://github.com/benjaminp/six Python 2 and 3 compatibility utilities
sniffio 1.3.1 Apache Software License; MIT License "Nathaniel J. Smith" [email protected] https://github.com/python-trio/sniffio Sniff out which async library your code is running under
sortedcontainers 2.4.0 Apache Software License Grant Jenks http://www.grantjenks.com/docs/sortedcontainers/ Sorted Containers -- Sorted List, Sorted Dict, Sorted Set
soupsieve 2.6 MIT License Isaac Muse [email protected] https://github.com/facelessuser/soupsieve A modern CSS selector implementation for Beautiful Soup.
sqlfluff 3.3.0 MIT License Alan Cruickshank [email protected] https://www.sqlfluff.com The SQL Linter for Humans
stack_data 0.6.3 MIT License Alex Hall http://github.com/alexmojaki/stack_data Extract data from python stack frames and tracebacks for informative displays
statsmodels 0.14.4 BSD License UNKNOWN https://www.statsmodels.org/ Statistical computations and models for Python
stevedore 5.4.0 Apache Software License OpenStack https://docs.openstack.org/stevedore/latest/ Manage dynamic plugins for Python applications
sympy 1.13.3 BSD License SymPy development team https://sympy.org Computer algebra system (CAS) in Python
tabulate 0.9.0 MIT License Sergey Astanin [email protected] https://github.com/astanin/python-tabulate Pretty-print tabular data
tblib 3.0.0 BSD License Ionel Cristian Mărieș https://github.com/ionelmc/python-tblib Traceback serialization library.
terminado 0.18.1 BSD License Jupyter Development Team [email protected] https://github.com/jupyter/terminado Tornado websocket backend for the Xterm.js Javascript terminal emulator library.
threadpoolctl 3.5.0 BSD License Thomas Moreau https://github.com/joblib/threadpoolctl threadpoolctl
tinycss2 1.4.0 BSD License Simon Sapin [email protected] https://www.courtbouillon.org/tinycss2 A tiny CSS parser
tomli 2.2.1 MIT License Taneli Hukkinen [email protected] https://github.com/hukkin/tomli A lil' TOML parser
toolz 1.0.0 BSD License https://raw.github.com/pytoolz/toolz/master/AUTHORS.md https://github.com/pytoolz/toolz/ List processing tools and functional utilities
torch 2.5.1.post6 BSD License PyTorch Team https://pytorch.org/ Tensors and Dynamic neural networks in Python with strong GPU acceleration
tornado 6.4.2 Apache Software License Facebook http://www.tornadoweb.org/ Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm 4.67.1 MIT License; Mozilla Public License 2.0 (MPL 2.0) UNKNOWN https://tqdm.github.io Fast, Extensible Progress Meter
traitlets 5.14.3 BSD License IPython Development Team [email protected] https://github.com/ipython/traitlets Traitlets Python configuration system
types-python-dateutil 2.9.0.20241206 Apache Software License UNKNOWN https://github.com/python/typeshed Typing stubs for python-dateutil
typing_extensions 4.12.2 Python Software Foundation License "Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee" [email protected] https://github.com/python/typing_extensions Backported and Experimental Type Hints for Python 3.8+
tzdata 2024.2 Apache Software License Python Software Foundation https://github.com/python/tzdata Provider of IANA time zone data
umap-learn 0.5.7 BSD UNKNOWN http://github.com/lmcinnes/umap Uniform Manifold Approximation and Projection
unicodedata2 15.1.0 Apache License 2.0 Mike Kaplinskiy http://github.com/fonttools/unicodedata2 Unicodedata backport updated to the latest Unicode version.
uri-template 1.3.0 MIT License Peter Linss [email protected] https://gitlab.linss.com/open-source/python/uri-template RFC 6570 URI Template Processor
urllib3 2.2.3 MIT License Andrey Petrov [email protected] https://github.com/urllib3/urllib3/blob/main/CHANGES.rst HTTP library with thread-safe connection pooling, file post, and more.
virtualenv 20.28.0 MIT License UNKNOWN https://github.com/pypa/virtualenv Virtual Python Environment builder
watermark 2.5.0 BSD License Sebastian Raschka https://github.com/rasbt/watermark IPython magic function to print date/time stamps and various system information.
wcwidth 0.2.13 MIT License Jeff Quast https://github.com/jquast/wcwidth Measures the displayed width of unicode strings in a terminal
webcolors 24.11.1 BSD License James Bennett UNKNOWN A library for working with the color formats defined by HTML and CSS.
webencodings 0.5.1 BSD License Geoffrey Sneddon https://github.com/SimonSapin/python-webencodings Character encoding aliases for legacy web content
websocket-client 1.8.0 Apache Software License liris https://github.com/websocket-client/websocket-client.git WebSocket client for Python with low level API options
wheel 0.45.1 MIT License Daniel Holth [email protected] https://github.com/pypa/wheel A built-package format for Python
widgetsnbextension 4.0.13 BSD License Jupyter Development Team http://jupyter.org Jupyter interactive widgets for Jupyter Notebook
xarray 2024.11.0 Apache Software License xarray Developers [email protected] https://xarray.dev/ N-D labeled arrays and datasets in Python
xarray-einstats 0.8.0 Apache Software License ArviZ team [email protected] https://github.com/arviz-devs/xarray-einstats Stats, linear algebra and einops for xarray
xlrd 2.0.1 BSD License Chris Withers http://www.python-excel.org/ Library for developers to extract data from Microsoft Excel (tm) .xls spreadsheet files
zipp 3.21.0 MIT License "Jason R. Coombs" [email protected] https://github.com/jaraco/zipp Backport of pathlib-compatible object wrapper for zip files
zstandard 0.23.0 BSD License Gregory Szorc https://github.com/indygreg/python-zstandard Zstandard bindings for Python