Python: Possible Projects

scramp

Python implementation of the SCRAM protocol

python scram scram-sha-1 scram-sha-1-plus scram-sha-256 scram-sha-256-plus scram-sha-512 scram-sha-512-plus scram-sha3-512 scram-sha3-512-plus

Released: 09 Feb 2019 - 28

aenum

Advanced Enumerations for Python

Released: 02 Sep 2020 - 183

python-colorlog

A colored formatter for the python logging module

library logging python

Released: 05 Sep 2012 - 891

nest_asyncio

Patch asyncio to allow nested event loops

asyncio event-loop nested recursive

Released: 07 Sep 2018 - 701

debugpy

An implementation of the Debug Adapter Protocol for Python

Released: 15 Jan 2020 - 1,838

flask-login

Flask user session management.

authentication login-system session-management

Released: 11 Mar 2012 - 3,577

pymssql

Official home for the pymssql source code.

Released: 09 Sep 2013 - 838

python-bigquery-pandas

Google BigQuery connector for pandas

bigquery data pandas

Released: 08 Feb 2017 - 447

overrides

A decorator to automatically detect mismatch when overriding a method

Released: 23 May 2015 - 261

pyzmq

PyZMQ: Python bindings for zeromq

cython python zeromq

Released: 21 Jul 2010 - 3,709

httpcore

A minimal HTTP client. ⚙️

Released: 30 Jan 2020 - 463

python-aiplatform

A Python SDK for Vertex AI, a fully managed, end-to-end platform for data science and machine learning.

Released: 23 Sep 2020 - 634

text-unidecode

The most basic Text::Unidecode port (licensed under Artistic License or GPL or GPLv2+ - choose whatever you want)

Released: 27 Nov 2012 - 64

pytest

The pytest framework makes it easy to write small tests, yet scales to support complex functional testing

hacktoberfest python test testing unit-testing

Released: 15 Jun 2015 - 12,049

python-api-common-protos

Common protobufs used in Google APIs

Released: 21 Apr 2020 - 18

ApplicationInsights-Python

Azure Monitor Distro for OpenTelemetry Python

application-insights azure distributed-tracing monitoring opentelemetry python sdk telemetry

Released: 19 Nov 2014 - 140

retrying

Retrying is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything.

Released: 03 Sep 2022 - 68

jsonpath-ng

Finally, a JSONPath implementation for Python that aims to be standard compliant. That's all. Enjoy!

documents filter json jsonpath path python query xpath

Released: 10 Mar 2017 - 603

simplejson

simplejson is a simple, fast, extensible JSON encoder/decoder for Python

json json-parser json-serializer python python2 python3

Released: 06 Feb 2011 - 1,650

jupyter_server

The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.

jupyter server

Released: 21 Sep 2016 - 486

nbclient

A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor

Released: 13 Jan 2020 - 151

python-coloredlogs

Colored terminal output for Python's logging module

ansi-colors cron html logging python syslog terminal

Released: 30 May 2013 - 544

linkify-it-py

Links recognition library with full unicode support

autolink autolinker linkifier linkify

Released: 31 Oct 2020 - 17

smmap

A sliding memory map manager

Released: 08 Jun 2011 - 69

commonmark.py

DEPRECATED: Python CommonMark parser

commonmark

Released: 23 Sep 2014 - 241

langchain

🦜🔗 Build context-aware reasoning applications

Released: 17 Oct 2022 - 94,094

arrow

🏹 Better dates & times for Python

arrow date datetime hacktoberfest python time timestamp timezones

Released: 18 Nov 2012 - 8,719

statsmodels

Statsmodels: statistical modeling and econometrics in Python

count-model data-analysis data-science econometrics forecasting generalized-linear-models hypothesis-testing prediction python regression-models robust-estimation statistics timeseries-analysis

Released: 12 Jun 2011 - 10,094

GitPython

GitPython is a python library used to interact with Git repositories.

git-plumbing git-porcelain python-library

Released: 30 Nov 2010 - 4,623

python-webencodings

Character encoding for the web.

Released: 06 Dec 2012 - 37

pyjson5

A Python implementation of the JSON5 data format

Released: 26 Mar 2015 - 217

dulwich

Pure-Python Git implementation

cpython dulwich git pypy python python-3 version-control

Released: 22 Mar 2009 - 2,056

snowball

Snowball compiler and stemming algorithms

Released: 23 Feb 2013 - 757

tzlocal

A Python module that tries to figure out what your local timezone is

Released: 11 Sep 2012 - 185

requests-aws4auth

Amazon Web Services version 4 authentication for the Python Requests module

Released: 04 Mar 2015 - 178

hvac

:lock: Python 3.X client for HashiCorp Vault

api client hacktoberfest hashicorp python vault

Released: 05 May 2015 - 1,222

isoduration

Operations with ISO 8601 durations

date datetime duration duration-parsing duration-string iso8601 iso8601-duration python time

Released: 14 Jul 2020 - 22

python-lz4

LZ4 bindings for Python

compression lz4 lz4-frame python

Released: 27 Apr 2016 - 276

gast

Python AST that abstracts the underlying Python version

Released: 18 Jul 2016 - 137

python-logging

The Stackdriver Logging API writes log entries and manages your Stackdriver Logging configuration. See the [usage guide](https://googleapis.dev/python/logging/latest/usage.html).

Released: 10 Dec 2019 - 129

pygithub

Typed interactions with the GitHub API v3

github github-api pygithub python

Released: 25 Feb 2012 - 6,998

dataclasses

A backport of the dataclasses module for Python 3.6

Released: 19 May 2017 - 584

amazon-redshift-python-driver

Redshift Python Connector. It supports Python Database API Specification v2.0.

amazon-redshift aws-redshift data-analysis data-science

Released: 29 Jul 2020 - 204

charset_normalizer

Truly universal encoding detector in pure Python

chardet charset-conversion charset-detection encoding python unicode

Released: 02 Aug 2019 - 580

python-tabulate

Pretty-print tabular data in Python, a library and a command-line utility. Repository migrated from bitbucket.org/astanin/python-tabulate.

Released: 02 Sep 2019 - 2,164

databricks-sql-python

Databricks SQL Connector for Python

databricks dwh python3 sql

Released: 18 May 2022 - 165

toolbelt

A toolbelt of useful classes and functions to be used with python-requests

http python python-requests toolbox

Released: 29 Dec 2013 - 998

pydata-google-auth

A package providing helpers for authenticating to Google APIs.

Released: 14 Aug 2018 - 37

cachelib

Extract from werkzeug.cache

Released: 28 Nov 2018 - 141

markdown-it-py

Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed. Now in Python!

markdown markdown-it markdown-parser

Released: 25 Mar 2020 - 725

nltk

NLTK Source

machine-learning natural-language-processing nlp nltk python

Released: 07 Sep 2009 - 13,564

time-machine

Travel through time in your tests.

python testing time

Released: 29 Apr 2020 - 704

websocket-client

WebSocket client for Python

python rfc-6455 websocket websocket-client websockets websockets-client

Released: 28 Dec 2010 - 3,578

localslackirc

IRC gateway for slack, running on localhost for one user. The project is now on codeberg.

cookie deb docker gateway irc irc-client irc-gateway irssi python3 slack slack-gateway systemd websockets

Released: 15 Apr 2018 - 138

flask-jwt-extended

An open source Flask extension that provides JWT support (with batteries included)!

flask flask-jwt flask-jwt-extended jwt

Released: 13 Sep 2016 - 1,549

annotated-types

Reusable constraint types to use with typing.Annotated

Released: 02 May 2022 - 502

isodate

ISO 8601 date/time parser

Released: 29 Oct 2012 - 155

connexion

Connexion is a modern Python web framework that makes spec-first and api-first development easy.

api-first api-rest flask-extensions microservices openapi python swagger web

Released: 19 May 2015 - 4,490

python-bigquery-storage

google-cloud-bigquery-storage installs google-cloud-bigquery-storage-core and the extra requirements for parsing table data. Avro and Arrow data formats are supported. Supported Python Versions ------------------------- Python >= 3.8 Deprecated Python Versions -------------------------- Python == 2.7, Python <= 3.7. The last version of this library compatible with Python 2.7 and 3.5 is google-cloud-bigquery-storage==1.1.0.

Released: 10 Dec 2019 - 116

rich-argparse

A rich help formatter for argparse

argparse cli click optparse python rich rich-argparse syntax-highlighting typer

Released: 26 May 2022 - 131

trove-classifiers

Canonical source for classifiers on PyPI.

Released: 23 Mar 2020 - 142

croniter

croniter provides iteration for the datetime object with a cron like format.

Released: 23 Oct 2021 - 398

llvmlite

A lightweight LLVM python binding for writing JIT compilers

Released: 07 Aug 2014 - 1,929

termcolor

ANSI color formatting for output in terminal

ansi cli color colour hacktoberfest python termcolor terminal

Released: 06 Sep 2020 - 219

pyrsistent

Persistent/Immutable/Functional data structures for Python

datastructures functional immutable python

Released: 20 Jun 2013 - 2,028

tokenizers

💥 Fast State-of-the-Art Tokenizers optimized for Research and Production

bert gpt language-model natural-language-processing natural-language-understanding nlp transformers

Released: 01 Nov 2019 - 9,031

python-future

Easy, clean, reliable Python 2/3 compatibility

Released: 14 Jul 2013 - 1,173

sentencepiece

Unsupervised text tokenizer for Neural Network-based text generation.

natural-language-processing neural-machine-translation word-segmentation

Released: 07 Mar 2017 - 10,254

cattrs

Composable custom class converters for attrs, dataclasses and friends.

attrs deserialization serialization

Released: 28 Aug 2016 - 818

jupyter_events

Configurable event system for Jupyter applications and extensions.

Released: 26 May 2022 - 12

pandocfilters

A python module for writing pandoc filters, with a collection of examples

Released: 12 Sep 2013 - 512

pyjwt

JSON Web Token implementation in Python

hacktoberfest jwt python

Released: 24 Feb 2011 - 5,152

azure-data-lake-store-python

Microsoft Azure Data Lake Store Filesystem Library for Python

Released: 08 Jul 2016 - 69

tensorboard

TensorFlow's Visualization Toolkit

Released: 15 May 2017 - 6,702

re2

RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.

Released: 18 Aug 2014 - 8,963

sentry-python

The official Python SDK for Sentry.io

crash-reporting hacktoberfest python sentry sentry-python tag-production team-web-backend

Released: 18 Jun 2018 - 1,895

terminado

Terminals served by tornado websockets

Released: 29 Sep 2014 - 368

multiprocess

better multiprocessing and multithreading in Python

Released: 20 Jun 2015 - 636

rfc3339-validator

A pure python RFC3339 validator

datetime rfc3339 validator

Released: 24 Oct 2019 - 8

stack_data

library that extracts data from stack frames and tracebacks

Released: 26 Aug 2019 - 44

python-progressbar

Progressbar 2 - A progress bar for Python 2 and Python 3 - "pip install progressbar2"

bar cli console eta gui library percentage progress progress-bar progressbar python rate terminal time

Released: 20 Feb 2012 - 857

uvicorn

An ASGI web server, for Python. 🦄

asgi asyncio http http-server python

Released: 31 May 2017 - 8,539

typer

Typer, build great CLIs. Easy to code. Based on Python type hints.

cli click python python3 shell terminal typehints typer

Released: 24 Dec 2019 - 15,720

tenacity

Retrying library for Python

failure hacktoberfest python retry retry-library

Released: 11 Aug 2016 - 6,724

python-semanticversion

Semantic version comparison for Python (see http://semver.org/)

Released: 14 May 2012 - 280

hatch

Modern, extensible Python project management

build cli packaging plugin python versioning virtualenv

Released: 31 May 2017 - 6,019

analytics-python

The hassle-free way to integrate analytics into any python application.

Released: 17 Jul 2012 - 243

scikit-image

Image processing in Python

computer-vision image-processing python

Released: 07 Jul 2011 - 6,071

urllib3

urllib3 is a user-friendly HTTP client library for Python

http http-client python urllib3

Released: 18 Sep 2011 - 3,791

mdit-py-plugins

Collection of core plugins for markdown-it-py

markdown markdown-it plugin

Released: 14 Dec 2020 - 30

poetry

Python packaging and dependency management made easy

dependency-manager package-manager packaging poetry python

Released: 28 Feb 2018 - 31,571

gcsfs

Pythonic file-system interface for Google Cloud Storage

hacktoberfest

Released: 11 Jan 2017 - 342

RapidFuzz

Rapid fuzzy string matching in Python using various string metrics

cpp levenshtein levenshtein-distance python string-comparison string-matching string-similarity

Released: 29 Feb 2020 - 2,690

exceptiongroup

Backport of PEP 654 (exception groups)

Released: 13 Jan 2022 - 42

pyparsing

Python library for creating PEG parsers

parser-combinators parsing parsing-expression-grammar parsing-library peg-parsers python python-2 python-3 python2 python3 text-processing

Released: 14 May 2017 - 2,223

python-bigquery

google-cloud-bigquery-core the core client library for connecting to the BigQuery API. Supported Python Versions ------------------------- Python >= 3.5 Deprecated Python Versions -------------------------- Python == 2.7 - Python 2.7 support will be removed on January 1, 2020. - protobuf does not support Visual C++ 2008, windows py27 package not available

Released: 10 Dec 2019 - 743

shellingham

Tool to Detect Surrounding Shell

Released: 14 Jun 2018 - 227

webcolors

A library for working with HTML/CSS color formats in Python.

colors css html python

Released: 11 Sep 2013 - 157

typeguard

Run-time type checker for Python

Released: 27 Dec 2015 - 1,536

flask-appbuilder

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/

authentication crud flask python rbac rest rest-api sql web

Released: 09 Nov 2013 - 4,681