Python: Possible Projects

markupsafe

Safely add untrusted strings to HTML/XML markup.

html html-escape jinja markupsafe pallets python template-engine

Released: 22 Jun 2010 - 630

pylint

It's not just a linter that annoys you!

closember code-quality hacktoberfest linter pep8 static-analysis static-code-analysis

Released: 09 Dec 2015 - 5,311

pytz

pytz Python historical timezone library and database

Released: 12 Jul 2016 - 341

platformdirs

A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".

appdirs configuration cross-platform hacktoberfest xdg xdg-user-dirs

Released: 13 May 2021 - 589

isort

A Python utility / library to sort imports.

auto-formatter cleaner cli formatter hacktoberfest isort linter python python-utility python3 sorting-imports

Released: 02 Sep 2013 - 6,487

scipy

SciPy library main repository

algorithms closember python scientific-computing scipy

Released: 09 Mar 2011 - 13,064

Pillow

Python Imaging Library (Fork)

c cross-platform image image-processing pil pillow python python-3

Released: 24 Jul 2012 - 12,226

zipp

Pathlib-compatible object wrapper for zip files

Released: 15 Nov 2018 - 61

coveragepy

The code coverage tool for Python

Released: 23 Jun 2018 - 3,013

psycopg2

PostgreSQL database adapter for the Python programming language

database driver postgresql python

Released: 21 Jan 2013 - 3,364

httpx

A next generation HTTP client for Python. 🦋

asyncio http python trio

Released: 04 Apr 2019 - 13,210

itsdangerous

Safely pass trusted data to untrusted environments and back.

hmac itsdangerous pallets python security serialization

Released: 24 Jun 2011 - 2,920

opencv-python

Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.

manylinux opencv opencv-contrib-python opencv-python precompiled pypi python python-3 wheel

Released: 08 Apr 2016 - 4,529

pluggy

A minimalist production ready plugin system

hooks python

Released: 28 Apr 2015 - 1,292

pre-commit

A framework for managing and maintaining multi-language pre-commit hooks.

git linter pre-commit python refactoring

Released: 13 Mar 2014 - 12,913

requests-oauthlib

OAuthlib support for Python-Requests!

oauth-client oauth2-client python python-requests

Released: 23 Nov 2012 - 1,725

pyasn1

Generic ASN.1 library for Python

Released: 11 Jul 2022 - 28

sqlalchemy

The Database Toolkit for Python

python sql sqlalchemy

Released: 27 Nov 2018 - 9,637

oauthlib

A generic, spec-compliant, thorough implementation of the OAuth request-signing logic

authentication authorization identity jwt-authentication jwt-bearer-tokens library oauth oauth1 oauth2 oidc oidc-provider openid-connect python python-2 python-3 python2 python3 token-based-authentication

Released: 19 Nov 2011 - 2,812

soupsieve

A modern CSS selector implementation for BeautifulSoup

beautifulsoup css css-selector css4 html html5 python soup-sieve xml

Released: 07 Dec 2018 - 204

jsonschema

An implementation of the JSON Schema specification for Python

json json-schema jsonschema schema validation

Released: 30 Dec 2011 - 4,611

flake8

flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.

complexity-analysis flake8 linter linter-flake8 pep8 python python3 static-analysis static-code-analysis style-guide styleguide stylelint

Released: 13 Sep 2014 - 3,448

importlib_metadata

Library to access metadata for Python packages

Released: 22 Oct 2020 - 128

jmespath.py

JMESPath is a query language for JSON.

Released: 19 Feb 2013 - 2,178

colorama

Simple cross-platform colored terminal text in Python

Released: 17 Apr 2014 - 3,560

orjson

Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy

dataclasses datetime deserialization json numpy pyo3 python rust serialization

Released: 21 Nov 2018 - 6,230

fastapi

FastAPI framework, high performance, easy to learn, fast to code, ready for production

api async asyncio fastapi framework json json-schema openapi openapi3 pydantic python python-types python3 redoc rest starlette swagger swagger-ui uvicorn web

Released: 08 Dec 2018 - 77,238

selenium

A browser automation framework and ecosystem.

dotnet java javascript python ruby selenium webdriver

Released: 14 Jan 2013 - 30,616

django

The Web framework for perfectionists with deadlines.

apps django framework models orm python templates views web

Released: 28 Apr 2012 - 79,831

ipython

Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.

closember data-science hacktoberfest ipython jupyter notebook python repl

Released: 10 May 2010 - 16,300

pydantic

Data validation using Python type hints

hints json-schema parsing pydantic python python310 python311 python37 python38 python39 validation

Released: 03 May 2017 - 20,917

pip

The Python package installer

packaging pip python

Released: 06 Mar 2011 - 9,510

sphinx

The Sphinx documentation generator

docs documentation documentation-tool markdown python restructuredtext sphinx

Released: 02 Jan 2015 - 6,554

setuptools

Official project repository for the Setuptools build system

Released: 29 Mar 2016 - 2,504

wheel

The official binary distribution format for Python

Released: 25 Jul 2017 - 505

aiohttp

Asynchronous HTTP client/server framework for asyncio and Python

aiohttp async asyncio hacktoberfest http http-client http-server python

Released: 01 Oct 2013 - 15,104

lxml

The lxml XML toolkit for Python

Released: 11 Feb 2011 - 2,693

aiobotocore

asyncio support for botocore library using aiohttp

aiohttp asyncio aws aws-sdk botocore cloud cloud-management

Released: 31 May 2015 - 1,193

requests

A simple, yet elegant, HTTP library.

client cookies forhumans http humans python python-requests requests

Released: 13 Feb 2011 - 52,133

psutil

Cross-platform lib for process and system monitoring in Python

cpu disk freebsd linux memory monitoring netbsd openbsd osx ps psutil python sensors system-monitoring top windows

Released: 23 May 2014 - 10,258

pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

alignment data-analysis data-science flexible pandas python

Released: 24 Aug 2010 - 43,640

click

Python composable command line interface toolkit

cli click pallets python

Released: 24 Apr 2014 - 15,725

asgiref

ASGI specification and utilities

Released: 23 Dec 2015 - 1,479

numpy

The fundamental package for scientific computing with Python.

numpy python

Released: 13 Sep 2010 - 27,904

packaging

Core utilities for Python packages

Released: 15 May 2014 - 619

toml

Python lib for TOML

hacktoberfest hacktoberfest2020

Released: 24 Feb 2013 - 1,097

virtualenv

Virtual Python Environment builder

cython hacktoberfest jython library pypa pypy pypy3 python virtualenv

Released: 06 Mar 2011 - 4,826

python-dotenv

Reads key-value pairs from a .env file and can set them as environment variables. It helps in developing applications following the 12-factor principles.

12-factor-app configuration devops-tools dotenv env environment-variables python

Released: 06 Sep 2014 - 7,617

jinja

A very fast and expressive template engine.

jinja jinja2 pallets python template-engine templates

Released: 17 Oct 2010 - 10,343

scikit-learn

scikit-learn: machine learning in Python

data-analysis data-science machine-learning python statistics

Released: 17 Aug 2010 - 60,016

google-cloud-python

Google Cloud Client Library for Python

python

Released: 28 Jan 2014 - 4,864

attrs

Python Classes Without Boilerplate

attributes boilerplate classes oop python

Released: 27 Jan 2015 - 5,297

dataclasses-json

Easily serialize Data Classes to and from JSON

dataclasses json python

Released: 21 Apr 2018 - 1,381

jaraco.functools

Functools like those found in stdlib

Released: 12 Dec 2015 - 17

argon2-cffi

Secure Password Hashes for Python

argon2 cffi password password-hash python security

Released: 07 Dec 2015 - 560

google-auth-library-python

Google Auth Python Library

Released: 26 Sep 2016 - 777

python

Official Python client library for kubernetes

client-python k8s k8s-sig-api-machinery kubernetes library

Released: 31 Oct 2016 - 6,778

azure-activedirectory-library-for-python

ADAL for Python

Released: 04 Oct 2015 - 259

plotly.py

The interactive graphing library for Python :sparkles: This project now includes Plotly Express!

d3 dashboard declarative graph-library interactive jupyter-notebook plotly plotly-dash plotlyjs python regl sparkles visualization webgl

Released: 21 Nov 2013 - 16,244

pycryptodome

A self-contained cryptographic library for Python

cryptography python security

Released: 02 May 2014 - 2,833

watchfiles

Simple, modern and fast file watching and code reload in Python.

asyncio filesystem inotify inotifywatch notify python uvicorn

Released: 13 Oct 2017 - 1,754

freezegun

Let your Python tests travel through time

Released: 11 Dec 2012 - 4,177

PyOxidizer

A modern Python application packaging and distribution tool

Released: 18 Dec 2018 - 5,467

client_python

Prometheus instrumentation library for Python applications

instrumentation metrics prometheus python

Released: 10 Feb 2015 - 3,963

inflection

A port of Ruby on Rails' inflector to Python

Released: 22 Feb 2012 - 495

retry

easy to use retry decorator in python

Released: 21 May 2014 - 710

defusedxml

XML bomb protection for Python stdlib modules (for python3)

Released: 13 Feb 2016 - 493

aiofiles

File support for asyncio

asyncio

Released: 29 Mar 2015 - 2,832

schema

Schema validation just got Pythonic

Released: 19 Aug 2012 - 2,879

pyodbc

Python ODBC bridge

database dbapi odbc python

Released: 03 Oct 2008 - 2,943

dnspython

a powerful DNS toolkit for python

asyncio ddns dns dns-over-https dns-over-quic dns-over-tls dnspython dnssec edns edns0 idna stub-resolver trio

Released: 24 Aug 2011 - 2,451

aiosignal

aiosignal: a list of registered asynchronous callbacks

asyncio python signals

Released: 28 Aug 2019 - 131

python-slugify

Returns unicode slugs

Released: 15 Oct 2012 - 1,490

aws-sdk-pandas

pandas on AWS - Easy integration with Athena, Glue, Redshift, Timestream, Neptune, OpenSearch, QuickSight, Chime, CloudWatchLogs, DynamoDB, EMR, SecretManager, PostgreSQL, MySQL, SQLServer and S3 (Parquet, CSV, JSON and EXCEL).

amazon-athena amazon-sagemaker-notebook apache-arrow apache-parquet athena aws aws-glue aws-lambda data-engineering data-science emr etl glue-catalog lambda modin mysql pandas python ray redshift

Released: 26 Feb 2019 - 3,926

tzdata

Python package wrapping the IANA time zone database

Released: 21 Feb 2020 - 76

sagemaker-debugger-rulesconfig

SMDebug RulesConfig

Released: 12 Nov 2019 - 8

astroid

A common base representation of python source code for pylint and other projects

ast closember hacktoberfest inference-engine parser static-analysis static-code-analysis

Released: 08 Dec 2015 - 529

pynacl

Python binding to the Networking and Cryptography (NaCl) library

cryptography libsodium nacl python

Released: 22 Feb 2013 - 1,074

identify

File identification library for Python

Released: 13 Feb 2017 - 254

argcomplete

Python and tab completion, better together.

argparse bash bash-completion python tab-completion zsh zsh-completion

Released: 19 Nov 2012 - 1,419

tox

Command line driven CI frontend and development task automation tool.

actions appveyor automation azure-pipelines circleci cli continuous-integration gitlab hacktoberfest pep-621 python testing travis venv virtualenv

Released: 17 Sep 2016 - 3,675

pytest-runner

Precompiled Python bytecode for py3-pytest-runner

Released: 13 Feb 2016 - 56

alembic

A database migrations tool for SQLAlchemy.

python sql sqlalchemy

Released: 27 Nov 2018 - 2,841

seaborn

Statistical data visualization in Python

data-science data-visualization matplotlib pandas python

Released: 18 Jun 2012 - 12,543

filelock

A platform-independent file lock for Python.

filelock hacktoberfest python

Released: 23 Feb 2014 - 761

watchtower

Python CloudWatch Logging: Log Analytics and Application Intelligence

aws aws-cloudwatch-logs cloudwatch-logs python python-logging

Released: 31 May 2015 - 783

pexpect

A Python module for controlling interactive programs in a pseudo-terminal

Released: 17 Sep 2013 - 2,614

jedi

Awesome autocompletion, static analysis and refactoring library for python

auto-complete python refactoring static-analysis type-inference

Released: 19 Feb 2012 - 5,793

ipykernel

IPython Kernel for Jupyter

closember ipython ipython-kernel jupyter jupyter-notebook kernel python

Released: 09 Apr 2015 - 646

funcsigs

Python function signatures package for Python 2.6, 2.7 and 3.3+

Released: 24 Mar 2016 - 8

gevent

Coroutine-based concurrency library for Python

asyncio coroutines greenlet python

Released: 13 Sep 2012 - 6,246

nbconvert

Jupyter Notebook Conversion

Released: 09 Apr 2015 - 1,735

paramiko

The leading native Python SSHv2 protocol library.

Released: 02 Feb 2009 - 9,108

pathos

parallel graph management and execution in heterogeneous computing

Released: 28 Jun 2013 - 1,382

shapely

Manipulation and analysis of geometric objects

Released: 31 Dec 2011 - 3,880

pytest-xdist

pytest plugin for distributed testing and loop-on-failures testing modes.

hacktoberfest pytest pytest-plugin

Released: 01 Sep 2015 - 1,470

PyMySQL

MySQL client library for Python

mysql python

Released: 27 Jul 2011 - 7,669

babel

The official repository for Babel, the Python Internationalization Library

cldr gettext hacktoberfest i18n l10n

Released: 03 Jul 2013 - 1,323

deepdiff

DeepDiff: Deep Difference and search of any Python object/data. DeepHash: Hash of any object based on its contents. Delta: Use deltas to reconstruct objects by adding deltas together.

comparison deep-search deepdiff deephash delta diff difference distance distance-calculation hash hashing nested python reconstruction recursive repetition report-repetition tree

Released: 26 Sep 2014 - 2,017

wtforms

A flexible forms validation and rendering library for Python.

forms html python validation wtforms

Released: 11 Sep 2013 - 1,507