mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 13:56:43 +08:00
docs: update repository URLs to reflect project org transfers
Update GitHub URLs for projects that have moved to new organizations or official accounts: jax, keras, lightgbm, gensim, fastapi, uvicorn, authlib, django-oauth-toolkit, flask-admin, cassandra-driver, akshare, altair, bqplot, pymc, python-cqrs, ptpython, prospector, isort, schemathesis, django-debug-toolbar, awesome-sphinxdoc, YouCompleteMe, SpiffWorkflow, rpyc, typer, dearpygui, ftfy, textdistance, pendulum, poetry, websockets. Also updates keras description to reflect multi-backend support and pymc description to match current project scope. Removes PTVS (archived) entry. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
65
README.md
65
README.md
@@ -144,8 +144,8 @@ _Libraries for building AI applications, LLM integrations, and autonomous agents
|
||||
|
||||
_Frameworks for Neural Networks and Deep Learning. Also see [awesome-deep-learning](https://github.com/ChristosChristofidis/awesome-deep-learning)._
|
||||
|
||||
- [jax](https://github.com/google/jax) - a library for high-performance numerical computing with automatic differentiation and JIT compilation.
|
||||
- [keras](https://github.com/keras-team/keras) - A high-level neural networks library and capable of running on top of either TensorFlow or Theano.
|
||||
- [jax](https://github.com/jax-ml/jax) - a library for high-performance numerical computing with automatic differentiation and JIT compilation.
|
||||
- [keras](https://github.com/keras-team/keras) - A high-level deep learning library with support for JAX, TensorFlow, and PyTorch backends.
|
||||
- [pytorch-lightning](https://github.com/Lightning-AI/pytorch-lightning) - Deep learning framework to train, deploy, and ship AI products Lightning fast.
|
||||
- [pytorch](https://github.com/pytorch/pytorch) - Tensors and Dynamic neural networks in Python with strong GPU acceleration.
|
||||
- [stable-baselines3](https://github.com/DLR-RM/stable-baselines3) - PyTorch implementations of Stable Baselines (deep) reinforcement learning algorithms.
|
||||
@@ -159,7 +159,7 @@ _Libraries for Machine Learning. Also see [awesome-machine-learning](https://git
|
||||
- [feature_engine](https://github.com/feature-engine/feature_engine) - sklearn compatible API with the widest toolset for feature engineering and selection.
|
||||
- [karateclub](https://github.com/benedekrozemberczki/karateclub) - Unsupervised machine learning toolbox for graph structured data.
|
||||
- [h2o](https://github.com/h2oai/h2o-3) - Open Source Fast Scalable Machine Learning Platform.
|
||||
- [lightgbm](https://github.com/microsoft/LightGBM) - A fast, distributed, high performance gradient boosting framework.
|
||||
- [lightgbm](https://github.com/lightgbm-org/LightGBM) - A fast, distributed, high performance gradient boosting framework.
|
||||
- [mindsdb](https://github.com/mindsdb/mindsdb) - MindsDB is an open source AI layer for existing databases that allows you to effortlessly develop, train and deploy state-of-the-art machine learning models using standard queries.
|
||||
- [pgmpy](https://github.com/pgmpy/pgmpy) - A Python library for probabilistic graphical models and Bayesian networks.
|
||||
- [scikit-learn](https://github.com/scikit-learn/scikit-learn) - The most popular Python library for Machine Learning with extensive documentation and community support.
|
||||
@@ -171,7 +171,7 @@ _Libraries for Machine Learning. Also see [awesome-machine-learning](https://git
|
||||
_Libraries for working with human languages._
|
||||
|
||||
- General
|
||||
- [gensim](https://github.com/RaRe-Technologies/gensim) - Topic Modeling for Humans.
|
||||
- [gensim](https://github.com/piskvorky/gensim) - Topic Modeling for Humans.
|
||||
- [nltk](https://github.com/nltk/nltk) - A leading platform for building Python programs to work with human language data.
|
||||
- [spacy](https://github.com/explosion/spaCy) - A library for industrial-strength natural language processing in Python and Cython.
|
||||
- [stanza](https://github.com/stanfordnlp/stanza) - The Stanford NLP Group's official Python library, supporting 60+ languages.
|
||||
@@ -234,7 +234,7 @@ _Libraries for building RESTful and GraphQL APIs._
|
||||
- Framework Agnostic
|
||||
- [connexion](https://github.com/spec-first/connexion) - A spec-first framework that automatically handles requests based on your OpenAPI specification.
|
||||
- [falcon](https://github.com/falconry/falcon) - A high-performance framework for building cloud APIs and web app backends.
|
||||
- [fastapi](https://github.com/tiangolo/fastapi) - A modern, fast, web framework for building APIs with Python 3.6+ based on standard Python type hints.
|
||||
- [fastapi](https://github.com/fastapi/fastapi) - A modern, fast, web framework for building APIs with standard Python type hints.
|
||||
- [sanic](https://github.com/sanic-org/sanic) - A Python 3.6+ web server and web framework that's written to go fast.
|
||||
- [strawberry](https://github.com/strawberry-graphql/strawberry) - A GraphQL library that leverages Python type annotations for schema definition.
|
||||
- [webargs](https://github.com/marshmallow-code/webargs) - A friendly library for parsing HTTP request arguments with built-in support for popular web frameworks.
|
||||
@@ -247,7 +247,7 @@ _ASGI and WSGI compatible web servers._
|
||||
- [daphne](https://github.com/django/daphne) - A HTTP, HTTP2 and WebSocket protocol server for ASGI and ASGI-HTTP.
|
||||
- [granian](https://github.com/emmett-framework/granian) - A Rust HTTP server for Python applications built on top of Hyper and Tokio, supporting WSGI/ASGI/RSGI.
|
||||
- [hypercorn](https://github.com/pgjones/hypercorn) - An ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn.
|
||||
- [uvicorn](https://github.com/encode/uvicorn) - A lightning-fast ASGI server implementation, using uvloop and httptools.
|
||||
- [uvicorn](https://github.com/Kludex/uvicorn) - A lightning-fast ASGI server implementation, using uvloop and httptools.
|
||||
- WSGI
|
||||
- [gunicorn](https://github.com/benoitc/gunicorn) - Pre-forked, ported from Ruby's Unicorn project.
|
||||
- [uwsgi](https://github.com/unbit/uwsgi) - A project aims at developing a full stack for building hosting services, written in C.
|
||||
@@ -260,7 +260,7 @@ _Libraries for working with WebSocket._
|
||||
- [autobahn-python](https://github.com/crossbario/autobahn-python) - WebSocket & WAMP for Python on Twisted and [asyncio](https://docs.python.org/3/library/asyncio.html).
|
||||
- [channels](https://github.com/django/channels) - Developer-friendly asynchrony for Django.
|
||||
- [flask-socketio](https://github.com/miguelgrinberg/Flask-SocketIO) - Socket.IO integration for Flask applications.
|
||||
- [websockets](https://github.com/aaugustin/websockets) - A library for building WebSocket servers and clients with a focus on correctness and simplicity.
|
||||
- [websockets](https://github.com/python-websockets/websockets) - A library for building WebSocket servers and clients with a focus on correctness and simplicity.
|
||||
|
||||
## Template Engines
|
||||
|
||||
@@ -282,9 +282,9 @@ _Tools for managing, compressing and minifying website assets._
|
||||
_Libraries for implementing authentication schemes._
|
||||
|
||||
- OAuth
|
||||
- [authlib](https://github.com/lepture/authlib) - JavaScript Object Signing and Encryption draft implementation.
|
||||
- [authlib](https://github.com/authlib/authlib) - JavaScript Object Signing and Encryption draft implementation.
|
||||
- [django-allauth](https://github.com/pennersr/django-allauth) - Authentication app for Django that "just works."
|
||||
- [django-oauth-toolkit](https://github.com/jazzband/django-oauth-toolkit) - OAuth 2 goodies for Django.
|
||||
- [django-oauth-toolkit](https://github.com/django-oauth/django-oauth-toolkit) - OAuth 2 goodies for Django.
|
||||
- [oauthlib](https://github.com/oauthlib/oauthlib) - A generic and thorough implementation of the OAuth request-signing logic.
|
||||
- JWT
|
||||
- [pyjwt](https://github.com/jpadilla/pyjwt) - JSON Web Token implementation in Python.
|
||||
@@ -299,7 +299,7 @@ _Libraries for administrative interfaces._
|
||||
- [ajenti](https://github.com/ajenti/ajenti) - The admin panel your servers deserve.
|
||||
- [django-grappelli](https://github.com/sehmaschine/django-grappelli) - A jazzy skin for the Django Admin-Interface.
|
||||
- [django-unfold](https://github.com/unfoldadmin/django-unfold) - Elevate your Django admin with a stunning modern interface, powerful features, and seamless user experience.
|
||||
- [flask-admin](https://github.com/flask-admin/flask-admin) - Simple and extensible administrative interface framework for Flask.
|
||||
- [flask-admin](https://github.com/pallets-eco/flask-admin) - Simple and extensible administrative interface framework for Flask.
|
||||
- [func-to-web](https://github.com/offerrall/FuncToWeb) - Instantly create web UIs from Python functions using type hints. Zero frontend code required.
|
||||
- [jet-bridge](https://github.com/jet-admin/jet-bridge) - Admin panel framework for any application with nice UI (ex Jet Django).
|
||||
|
||||
@@ -394,7 +394,7 @@ _Libraries for connecting and operating databases._
|
||||
- [clickhouse-driver](https://github.com/mymarilyn/clickhouse-driver) - Python driver with native interface for ClickHouse.
|
||||
- [pymssql](https://github.com/pymssql/pymssql) - A simple database interface to Microsoft SQL Server.
|
||||
- NoSQL Databases
|
||||
- [cassandra-driver](https://github.com/datastax/python-driver) - The Python Driver for Apache Cassandra.
|
||||
- [cassandra-driver](https://github.com/apache/cassandra-python-driver) - The Python Driver for Apache Cassandra.
|
||||
- [django-mongodb-backend](https://github.com/mongodb/django-mongodb-backend) - Official MongoDB database backend for Django.
|
||||
- [pymongo](https://github.com/mongodb/mongo-python-driver) - The official Python client for MongoDB.
|
||||
- [redis-py](https://github.com/redis/redis-py) - The Python client for Redis.
|
||||
@@ -453,7 +453,7 @@ _Libraries for data analysis._
|
||||
- [pathway](https://github.com/pathwaycom/pathway) - Real-time data processing framework for Python with reactive dataflows.
|
||||
- [polars](https://github.com/pola-rs/polars) - A fast DataFrame library implemented in Rust with a Python API.
|
||||
- Financial Data
|
||||
- [akshare](https://github.com/jindaxiang/akshare) - A financial data interface library, built for human beings!
|
||||
- [akshare](https://github.com/akfamily/akshare) - A financial data interface library, built for human beings!
|
||||
- [edgartools](https://github.com/dgunning/edgartools) - Library for downloading structured data from SEC EDGAR filings and XBRL financial statements.
|
||||
- [openbb](https://github.com/OpenBB-finance/OpenBB) - A financial data platform for analysts, quants and AI agents.
|
||||
- [yfinance](https://github.com/ranaroussi/yfinance) - Easy Pythonic way to download market and financial data from Yahoo Finance.
|
||||
@@ -472,9 +472,9 @@ _Libraries for validating data. Used for forms in many cases._
|
||||
_Libraries for visualizing data. Also see [awesome-javascript](https://github.com/sorrycc/awesome-javascript#data-visualization)._
|
||||
|
||||
- Plotting
|
||||
- [altair](https://github.com/altair-viz/altair) - Declarative statistical visualization library for Python.
|
||||
- [altair](https://github.com/vega/altair) - Declarative statistical visualization library for Python.
|
||||
- [bokeh](https://github.com/bokeh/bokeh) - Interactive Web Plotting for Python.
|
||||
- [bqplot](https://github.com/bloomberg/bqplot) - Interactive Plotting Library for the Jupyter Notebook.
|
||||
- [bqplot](https://github.com/bqplot/bqplot) - Interactive Plotting Library for the Jupyter Notebook.
|
||||
- [matplotlib](https://github.com/matplotlib/matplotlib) - A Python 2D plotting library.
|
||||
- [plotly](https://github.com/plotly/plotly.py) - Interactive graphing library for Python.
|
||||
- [plotnine](https://github.com/has2k1/plotnine) - A grammar of graphics for Python based on ggplot2.
|
||||
@@ -522,7 +522,7 @@ _Libraries for scientific computing. Also see [Python-for-Scientists](https://gi
|
||||
- [PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics) - This is a compilation of various robotics algorithms with visualizations.
|
||||
- Simulation and Modeling
|
||||
- [pathsim](https://github.com/pathsim/pathsim) - A block-based system modeling and simulation framework with a browser-based visual editor.
|
||||
- [pymc](https://github.com/pymc-devs/pymc3) - Markov Chain Monte Carlo sampling toolkit.
|
||||
- [pymc](https://github.com/pymc-devs/pymc) - Probabilistic programming and Bayesian modeling in Python.
|
||||
- [simpy](https://gitlab.com/team-simpy/simpy) - A process-based discrete-event simulation framework.
|
||||
- Other
|
||||
- [colour](https://github.com/colour-science/colour) - Implementing a comprehensive number of colour theory transformations and algorithms.
|
||||
@@ -550,7 +550,7 @@ _Python implementation of data structures, algorithms and design patterns. Also
|
||||
- [sortedcontainers](https://github.com/grantjenks/python-sortedcontainers) - Fast and pure-Python implementation of sorted collections.
|
||||
- [thealgorithms](https://github.com/TheAlgorithms/Python) - All Algorithms implemented in Python.
|
||||
- Design Patterns
|
||||
- [python-cqrs](https://github.com/vadikko2/python-cqrs) - Event-Driven Architecture Framework with CQRS/CQS, Transaction Outbox, Saga orchestration.
|
||||
- [python-cqrs](https://github.com/pypatterns/python-cqrs) - Event-Driven Architecture Framework with CQRS/CQS, Transaction Outbox, Saga orchestration.
|
||||
- [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python.
|
||||
- [transitions](https://github.com/pytransitions/transitions) - A lightweight, object-oriented finite state machine implementation.
|
||||
|
||||
@@ -561,15 +561,15 @@ _Interactive Python interpreters (REPL)._
|
||||
- [jupyter](https://github.com/jupyter/notebook) - A rich toolkit to help you make the most out of using Python interactively.
|
||||
- [awesome-jupyter](https://github.com/markusschanta/awesome-jupyter)
|
||||
- [marimo](https://github.com/marimo-team/marimo) - Transform data and train models, feels like a next-gen notebook, stored as Git-friendly Python.
|
||||
- [ptpython](https://github.com/jonathanslenders/ptpython) - Advanced Python REPL built on top of the [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit).
|
||||
- [ptpython](https://github.com/prompt-toolkit/ptpython) - Advanced Python REPL built on top of the [python-prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit).
|
||||
|
||||
## Code Analysis
|
||||
|
||||
_Tools of static analysis, linters and code quality checkers. Also see [awesome-static-analysis](https://github.com/mre/awesome-static-analysis)._
|
||||
_Tools of static analysis, linters and code quality checkers. Also see [awesome-static-analysis](https://github.com/analysis-tools-dev/static-analysis)._
|
||||
|
||||
- Code Analysis
|
||||
- [code2flow](https://github.com/scottrogowski/code2flow) - Turn your Python and JavaScript code into DOT flowcharts.
|
||||
- [prospector](https://github.com/PyCQA/prospector) - A tool to analyze Python code.
|
||||
- [prospector](https://github.com/prospector-dev/prospector) - A tool to analyze Python code.
|
||||
- [vulture](https://github.com/jendrikseipp/vulture) - A tool for finding and analyzing dead Python code.
|
||||
- Code Linters
|
||||
- [bandit](https://github.com/PyCQA/bandit) - A tool designed to find common security issues in Python code.
|
||||
@@ -579,7 +579,7 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome-
|
||||
- [ruff](https://github.com/astral-sh/ruff) - An extremely fast Python linter and code formatter.
|
||||
- Code Formatters
|
||||
- [black](https://github.com/psf/black) - The uncompromising Python code formatter.
|
||||
- [isort](https://github.com/timothycrosley/isort) - A Python utility / library to sort imports.
|
||||
- [isort](https://github.com/PyCQA/isort) - A Python utility / library to sort imports.
|
||||
- Static Type Checkers, also see [awesome-python-typing](https://github.com/typeddjango/awesome-python-typing)
|
||||
- [mypy](https://github.com/python/mypy) - Check variable types during compile time.
|
||||
- [pyre-check](https://github.com/facebook/pyre-check) - Performant type checking.
|
||||
@@ -609,7 +609,7 @@ _Libraries for testing codebases and generating test data._
|
||||
- [locust](https://github.com/locustio/locust) - Scalable user load testing tool written in Python.
|
||||
- [playwright](https://github.com/microsoft/playwright-python) - Python version of the Playwright testing and automation library.
|
||||
- [pyautogui](https://github.com/asweigart/pyautogui) - PyAutoGUI is a cross-platform GUI automation Python module for human beings.
|
||||
- [schemathesis](https://github.com/kiwicom/schemathesis) - A tool for automatic property-based testing of web applications built with Open API / Swagger specifications.
|
||||
- [schemathesis](https://github.com/schemathesis/schemathesis) - A tool for automatic property-based testing of web applications built with Open API / Swagger specifications.
|
||||
- [selenium](https://github.com/SeleniumHQ/selenium) - Python bindings for [Selenium](https://selenium.dev/) [WebDriver](https://selenium.dev/documentation/webdriver/).
|
||||
- Mock
|
||||
- [freezegun](https://github.com/spulec/freezegun) - Travel through time by mocking the datetime module.
|
||||
@@ -640,7 +640,7 @@ _Libraries for debugging code._
|
||||
- [py-spy](https://github.com/benfred/py-spy) - A sampling profiler for Python programs. Written in Rust.
|
||||
- [scalene](https://github.com/plasma-umass/scalene) - A high-performance, high-precision CPU, GPU, and memory profiler for Python.
|
||||
- Others
|
||||
- [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) - Display various debug information for Django.
|
||||
- [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) - Display various debug information for Django.
|
||||
- [flask-debugtoolbar](https://github.com/pallets-eco/flask-debugtoolbar) - A port of the django-debug-toolbar to flask.
|
||||
- [icecream](https://github.com/gruns/icecream) - Inspect variables, expressions, and program execution with a single, simple function call.
|
||||
- [memory_graph](https://github.com/bterwijn/memory_graph) - Visualize Python data at runtime to debug references, mutability, and aliasing.
|
||||
@@ -661,7 +661,7 @@ _Compile software from source code._
|
||||
_Libraries for generating project documentation._
|
||||
|
||||
- [sphinx](https://github.com/sphinx-doc/sphinx/) - Python Documentation generator.
|
||||
- [awesome-sphinxdoc](https://github.com/yoloseem/awesome-sphinxdoc)
|
||||
- [awesome-sphinxdoc](https://github.com/ygzgxyz/awesome-sphinxdoc)
|
||||
- [diagrams](https://github.com/mingrammer/diagrams) - Diagram as Code.
|
||||
- [mkdocs](https://github.com/mkdocs/mkdocs/) - Markdown friendly documentation generator.
|
||||
- [pdoc](https://github.com/mitmproxy/pdoc) - Epydoc replacement to auto generate API documentation for Python libraries.
|
||||
@@ -670,12 +670,11 @@ _Libraries for generating project documentation._
|
||||
|
||||
- [elpy](https://github.com/jorgenschaefer/elpy) - Emacs Python Development Environment.
|
||||
- [jedi-vim](https://github.com/davidhalter/jedi-vim) - Vim bindings for the Jedi auto-completion library for Python.
|
||||
- [PTVS](https://github.com/Microsoft/PTVS) - Python Tools for Visual Studio.
|
||||
- [PyCharm](https://www.jetbrains.com/pycharm/) - Commercial Python IDE by JetBrains. Has free community edition available.
|
||||
- [Python for VSCode](https://marketplace.visualstudio.com/items?itemName=ms-python.python) - The official VSCode extension with rich support for Python.
|
||||
- [python-mode](https://github.com/python-mode/python-mode) - An all in one plugin for turning Vim into a Python IDE.
|
||||
- [spyder](https://github.com/spyder-ide/spyder) - Open Source Python IDE.
|
||||
- [YouCompleteMe](https://github.com/Valloric/YouCompleteMe) - Includes [Jedi](https://github.com/davidhalter/jedi)-based completion engine for Python.
|
||||
- [YouCompleteMe](https://github.com/ycm-core/YouCompleteMe) - Includes [Jedi](https://github.com/davidhalter/jedi)-based completion engine for Python.
|
||||
|
||||
**DevOps**
|
||||
|
||||
@@ -736,7 +735,7 @@ _Libraries for scheduling jobs._
|
||||
- [dagster](https://github.com/dagster-io/dagster) - An orchestration platform for the development, production, and observation of data assets.
|
||||
- [prefect](https://github.com/PrefectHQ/prefect) - A modern workflow orchestration framework that makes it easy to build, schedule and monitor robust data pipelines.
|
||||
- [schedule](https://github.com/dbader/schedule) - Python job scheduling for humans.
|
||||
- [SpiffWorkflow](https://github.com/knipknap/SpiffWorkflow) - A powerful workflow engine implemented in pure Python.
|
||||
- [SpiffWorkflow](https://github.com/sartography/SpiffWorkflow) - A powerful workflow engine implemented in pure Python.
|
||||
- [taskflow](https://docs.openstack.org/developer/taskflow/) - A Python library that helps to make task execution easy, consistent and reliable.
|
||||
|
||||
## Logging
|
||||
@@ -760,7 +759,7 @@ _Tools and libraries for Virtual Networking and SDN (Software Defined Networking
|
||||
_RPC-compatible servers._
|
||||
|
||||
- [grpcio](https://github.com/grpc/grpc) - HTTP/2-based RPC framework with Python bindings, built by Google.
|
||||
- [rpyc](https://github.com/tomerfiliba/rpyc) (Remote Python Call) - A transparent and symmetric RPC library for Python
|
||||
- [rpyc](https://github.com/tomerfiliba-org/rpyc) (Remote Python Call) - A transparent and symmetric RPC library for Python
|
||||
|
||||
**CLI & GUI**
|
||||
|
||||
@@ -775,7 +774,7 @@ _Libraries for building command-line applications._
|
||||
- [cliff](https://github.com/openstack/cliff) - A framework for creating command-line programs with multi-level commands.
|
||||
- [python-fire](https://github.com/google/python-fire) - A library for creating command line interfaces from absolutely any Python object.
|
||||
- [python-prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) - A library for building powerful interactive command lines.
|
||||
- [typer](https://github.com/tiangolo/typer) - Modern CLI framework that uses Python type hints. Built on Click and Pydantic.
|
||||
- [typer](https://github.com/fastapi/typer) - Modern CLI framework that uses Python type hints. Built on Click and Pydantic.
|
||||
- Terminal Rendering
|
||||
- [alive-progress](https://github.com/rsalmei/alive-progress) - A new kind of Progress Bar, with real-time throughput, eta and very cool animations.
|
||||
- [asciimatics](https://github.com/peterbrittain/asciimatics) - A package to create full-screen text UIs (from interactive forms to ASCII animations).
|
||||
@@ -810,7 +809,7 @@ _Libraries for working with graphical user interface applications._
|
||||
|
||||
- Desktop
|
||||
- [customtkinter](https://github.com/tomschimansky/customtkinter) - A modern and customizable python UI-library based on Tkinter.
|
||||
- [dearpygui](https://github.com/RaylockLLC/DearPyGui/) - A Simple GPU accelerated Python GUI framework
|
||||
- [dearpygui](https://github.com/hoffstadt/DearPyGui) - A Simple GPU accelerated Python GUI framework
|
||||
- [enaml](https://github.com/nucleic/enaml) - Creating beautiful user-interfaces with Declarative Syntax like QML.
|
||||
- [kivy](https://github.com/kivy/kivy) - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
|
||||
- [pyglet](https://github.com/pyglet/pyglet) - A cross-platform windowing and multimedia library for Python.
|
||||
@@ -840,12 +839,12 @@ _Libraries for parsing and manipulating plain texts._
|
||||
- [babel](https://github.com/python-babel/babel) - An internationalization library for Python.
|
||||
- [chardet](https://github.com/chardet/chardet) - Python 2/3 compatible character encoding detector.
|
||||
- [difflib](https://docs.python.org/3/library/difflib.html) - (Python standard library) Helpers for computing deltas.
|
||||
- [ftfy](https://github.com/LuminosoInsight/python-ftfy) - Makes Unicode text less broken and more consistent automagically.
|
||||
- [ftfy](https://github.com/rspeer/python-ftfy) - Makes Unicode text less broken and more consistent automagically.
|
||||
- [pangu.py](https://github.com/vinta/pangu.py) - Paranoid text spacing.
|
||||
- [pyfiglet](https://github.com/pwaller/pyfiglet) - An implementation of figlet written in Python.
|
||||
- [pypinyin](https://github.com/mozillazg/python-pinyin) - Convert Chinese hanzi (漢字) to pinyin (拼音).
|
||||
- [python-slugify](https://github.com/un33k/python-slugify) - A Python slugify library that translates unicode to ASCII.
|
||||
- [textdistance](https://github.com/orsinium/textdistance) - Compute distance between sequences with 30+ algorithms.
|
||||
- [textdistance](https://github.com/life4/textdistance) - Compute distance between sequences with 30+ algorithms.
|
||||
- [unidecode](https://github.com/avian2/unidecode) - ASCII transliterations of Unicode text.
|
||||
- Unique identifiers
|
||||
- [hashids](https://github.com/davidaurelio/hashids-python) - Implementation of [hashids](http://hashids.org) in Python.
|
||||
@@ -1011,7 +1010,7 @@ _Libraries for working with dates and times._
|
||||
|
||||
- [dateparser](https://github.com/scrapinghub/dateparser) - A Python parser for human-readable dates in dozens of languages.
|
||||
- [dateutil](https://github.com/dateutil/dateutil) - Extensions to the standard Python [datetime](https://docs.python.org/3/library/datetime.html) module.
|
||||
- [pendulum](https://github.com/sdispater/pendulum) - Python datetimes made easy.
|
||||
- [pendulum](https://github.com/python-pendulum/pendulum) - Python datetimes made easy.
|
||||
- [zoneinfo](https://docs.python.org/3/library/zoneinfo.html) - (Python standard library) IANA time zone support. Brings the [tz database](https://en.wikipedia.org/wiki/Tz_database) into Python.
|
||||
|
||||
**Python Toolchain**
|
||||
@@ -1032,7 +1031,7 @@ _Libraries for package and dependency management._
|
||||
- [conda](https://github.com/conda/conda/) - Cross-platform, Python-agnostic binary package manager.
|
||||
- [pip](https://github.com/pypa/pip) - The package installer for Python.
|
||||
- [pipx](https://github.com/pypa/pipx) - Install and Run Python Applications in Isolated Environments. Like `npx` in Node.js.
|
||||
- [poetry](https://github.com/sdispater/poetry) - Python dependency management and packaging made easy.
|
||||
- [poetry](https://github.com/python-poetry/poetry) - Python dependency management and packaging made easy.
|
||||
- [uv](https://github.com/astral-sh/uv) - An extremely fast Python version, package and project manager, written in Rust.
|
||||
|
||||
## Package Repositories
|
||||
|
||||
Reference in New Issue
Block a user