Ecosyste.ms: Funds

An open API service for providing issue and pull request metadata for open source projects.

Python: Possible Projects

https://github.com/microsoft/debugpy

An implementation of the Debug Adapter Protocol for Python

Released: 15 Jan 2020 - 1,811

https://github.com/naimetti/rfc3986-validator

Pure python RFC3986 validator

Released: 25 Oct 2019 - 4

https://github.com/Tinche/aiofiles

File support for asyncio

asyncio

Released: 29 Mar 2015 - 2,560

https://github.com/jupyter/jupyter_events

Configurable event system for Jupyter applications and extensions.

Released: 26 May 2022 - 11

https://github.com/pycqa/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,398

https://github.com/pypa/installer

A low-level library for installing from a Python wheel distribution.

python wheel

Released: 11 Apr 2020 - 123

https://github.com/spec-first/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,414

https://github.com/ubernostrum/webcolors

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

colors css html python

Released: 11 Sep 2013 - 156

https://github.com/pydata/patsy

Describing statistical models in Python using symbolic formulas

Released: 10 Jul 2012 - 923

https://github.com/dashea/requests-file

Transport adapter for fetching file:// URLs with the requests python library

Released: 10 Mar 2015 - 86

https://github.com/jaraco/jaraco.functools

Functools like those found in stdlib

Released: 12 Dec 2015 - 17

https://github.com/joblib/joblib

Computing with Python functions.

caching memoization multiprocessing parallel-computing python threading

Released: 07 May 2010 - 3,691

https://github.com/graingert/pkgutil-resolve-name

Resolve a name to an object. A backport of Python 3.9 `pkgutil.resolve_name`

Released: 18 Feb 2020 - 2

https://github.com/rspeer/ordered-set

A mutable set that remembers the order of its entries. One of Python's missing data types.

Released: 17 Aug 2012 - 212

https://github.com/Martiusweb/asynctest

Enhance the standard unittest package with features for testing asyncio libraries

Released: 04 Apr 2015 - 307

https://github.com/ifduyue/python-xxhash

Python Binding for xxHash

cpython hash python xxhash

Released: 30 Jul 2014 - 351

https://github.com/naimetti/rfc3339-validator

A pure python RFC3339 validator

datetime rfc3339 validator

Released: 24 Oct 2019 - 8

https://github.com/python/mypy_extensions

Extensions for mypy

mypy mypyc type-checking

Released: 14 Jan 2019 - 128

https://github.com/micheles/decorator

decorator

metaprogramming python

Released: 24 Nov 2013 - 844

https://github.com/Kludex/python-multipart

A streaming multipart parser for Python.

Released: 25 Mar 2013 - 306

https://github.com/eliben/pycparser

:snake: Complete C99 parser in pure Python

Released: 09 Jun 2013 - 3,167

https://github.com/pytest-dev/iniconfig

brain-dead simple config-ini parsing

Released: 18 Aug 2016 - 50

https://github.com/aws/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 - 197

https://github.com/googleapis/python-db-dtypes-pandas

Extension dtypes for pandas corresponding to GoogleSQL data types such as DATE, TIME, and JSON.

Released: 20 Sep 2021 - 23

https://github.com/alexmojaki/stack_data

Extract data from python stack frames and tracebacks for informative displays.

Released: 26 Aug 2019 - 42

https://github.com/gweis/isodate

ISO 8601 date/time parser

Released: 29 Oct 2012 - 146

https://github.com/AzureAD/microsoft-authentication-library-for-python

Microsoft Authentication Library (MSAL) for Python makes it easy to authenticate to Microsoft Entra ID. General docs are available here https://learn.microsoft.com/entra/msal/python/ Stable APIs are documented here https://msal-python.readthedocs.io. Questions can be asked on www.stackoverflow.com with tag "msal" + "python".

azure microsoft-identity-platform msal-python sdks

Released: 02 Sep 2016 - 739

https://github.com/termcolor/termcolor

ANSI color formatting for output in terminal

ansi cli color colour hacktoberfest python termcolor terminal

Released: 06 Sep 2020 - 176

https://github.com/tartley/colorama

Simple cross-platform colored terminal text in Python

Released: 17 Apr 2014 - 3,516

https://github.com/astral-sh/ruff

An extremely fast Python linter and code formatter, written in Rust.

linter pep8 python python3 ruff rust rustpython static-analysis static-code-analysis style-guide styleguide

Released: 09 Aug 2022 - 30,496

https://github.com/pycqa/mccabe

McCabe complexity checker for Python

complexity complexity-analysis flake8 flake8-extensions flake8-plugin linter-flake8 linter-plugin mccabe python

Released: 20 Feb 2013 - 626

https://github.com/ijl/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,066

https://github.com/jgm/pandocfilters

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

Released: 12 Sep 2013 - 494

https://github.com/aio-libs/aiosignal

aiosignal: a list of registered asynchronous callbacks

asyncio python signals

Released: 28 Aug 2019 - 131

https://github.com/un33k/python-slugify

Returns unicode slugs

Released: 15 Oct 2012 - 1,484

https://github.com/matplotlib/cycler

cycler: composable cycles

Released: 20 Jun 2015 - 69

https://github.com/huggingface/huggingface_hub

The official Python client for the Huggingface Hub.

deep-learning hacktoberfest machine-learning model-hub models natural-language-processing pretrained-models pytorch

Released: 22 Dec 2020 - 1,641

https://github.com/pallets/flask

The Python micro framework for building web applications.

flask jinja pallets python web-framework werkzeug wsgi

Released: 06 Apr 2010 - 66,603

https://github.com/pylint-dev/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 - 510

https://github.com/madzak/python-json-logger

Json Formatter for the standard python logger

logging python

Released: 27 Dec 2011 - 1,672

https://github.com/aio-libs/async-lru

Simple LRU cache for asyncio

asyncio lru lru-cache

Released: 20 Feb 2017 - 632

https://github.com/jupyter/jupyter_core

Core Jupyter functionality

Released: 25 Mar 2015 - 195

https://github.com/getsentry/responses

A utility for mocking out the Python Requests library.

tag-production

Released: 15 Nov 2013 - 4,056

https://github.com/pallets/jinja

A very fast and expressive template engine.

jinja jinja2 pallets python template-engine templates

Released: 17 Oct 2010 - 9,990

https://github.com/executablebooks/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 - 636

https://github.com/snowballstem/snowball

Snowball compiler and stemming algorithms

Released: 23 Feb 2013 - 718

https://github.com/pypa/hatch

Modern, extensible Python project management

build cli packaging plugin python versioning virtualenv

Released: 31 May 2017 - 5,347

https://github.com/stefankoegl/python-json-patch

Applying JSON Patches in Python

json json-patch python python-json

Released: 18 Jun 2011 - 440

https://github.com/uqfoundation/multiprocess

better multiprocessing and multithreading in Python

Released: 20 Jun 2015 - 586

https://github.com/sphinx-doc/alabaster

Lightweight, configurable Sphinx theme

Released: 07 Dec 2013 - 719

https://github.com/jaraco/jaraco.context

Precompiled Python bytecode for py3-jaraco.context

Released: 05 Mar 2016 - 3

https://github.com/rthalley/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,421

https://github.com/nedbat/coveragepy

The code coverage tool for Python

Released: 23 Jun 2018 - 2,828

https://github.com/opencv/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,178

https://github.com/pyca/cryptography

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.

cryptography python

Released: 07 Aug 2013 - 6,265

https://github.com/invl/retry

easy to use retry decorator in python

Released: 21 May 2014 - 707

https://github.com/pyca/pynacl

Python binding to the Networking and Cryptography (NaCl) library

cryptography libsodium nacl python

Released: 22 Feb 2013 - 1,033

https://github.com/python/importlib_metadata

Backport of the importlib.metadata module

Released: 22 Oct 2020 - 114

https://github.com/googleapis/python-cloud-core

Google Cloud API client core library

Released: 10 Dec 2019 - 28

https://github.com/pygments/pygments

Pygments is a generic syntax highlighter written in Python

python syntax-highlighting

Released: 31 Aug 2019 - 1,718

https://github.com/gitpython-developers/smmap

A sliding memory map manager

Released: 08 Jun 2011 - 68

https://github.com/kislyuk/argcomplete

Python and tab completion, better together.

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

Released: 19 Nov 2012 - 1,365

https://github.com/urllib3/urllib3

urllib3 is a user-friendly HTTP client library for Python

http http-client python urllib3

Released: 18 Sep 2011 - 3,660

https://github.com/jawah/charset_normalizer

Truly universal encoding detector in pure Python

chardet charset-conversion charset-detection encoding python unicode

Released: 02 Aug 2019 - 529

https://github.com/html5lib/html5lib-python

Standards-compliant library for parsing and serializing HTML documents and fragments in Python

Released: 09 Apr 2013 - 1,095

https://github.com/python/tzdata

Python package wrapping the IANA time zone database

Released: 21 Feb 2020 - 67

https://github.com/sdispater/pytzdata

Official timezone database for Python.

Released: 29 Sep 2016 - 17

https://github.com/google/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,657

https://github.com/tox-dev/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,636

https://github.com/pypa/pip

The Python package installer

packaging pip python

Released: 06 Mar 2011 - 9,307

https://github.com/sqlalchemy/alembic

A database migrations tool for SQLAlchemy.

python sql sqlalchemy

Released: 27 Nov 2018 - 2,470

https://github.com/jaraco/zipp

Precompiled Python bytecode for py3-zipp

Released: 15 Nov 2018 - 51

https://github.com/wbond/asn1crypto

Python ASN.1 library with a focus on performance and a pythonic API

asn1 cms crl cryptography csr ocsp pem pkcs12 pkcs7 python tsp x509

Released: 03 Jun 2015 - 329

https://github.com/DataDog/datadogpy

The Datadog Python library

Released: 27 Jan 2015 - 594

https://github.com/python-hyper/h11

A pure-Python, bring-your-own-I/O implementation of HTTP/1.1

http python sans-io

Released: 29 Apr 2016 - 479

https://github.com/matplotlib/matplotlib

matplotlib: plotting with Python

data-science data-visualization gtk hacktoberfest matplotlib plotting python qt tk wx

Released: 19 Feb 2011 - 19,179

https://github.com/benjaminp/six

Python 2 and 3 compatibility library

Released: 02 Jan 2017 - 978

https://github.com/scipy/scipy

SciPy library main repository

algorithms closember python scientific-computing scipy

Released: 09 Mar 2011 - 12,404

https://github.com/pypa/packaging

Core utilities for Python packages

Released: 15 May 2014 - 610

https://github.com/pydata/pydata-google-auth

A package providing helpers for authenticating to Google APIs.

Released: 14 Aug 2018 - 35

https://github.com/uiri/toml

Python lib for TOML

hacktoberfest hacktoberfest2020

Released: 24 Feb 2013 - 1,054

https://github.com/ultrajson/ultrajson

Ultra fast JSON decoder and encoder written in C with Python bindings

c decoder encoder json python ujson ultrajson

Released: 27 Feb 2011 - 4,254

https://github.com/pre-commit/identify

File identification library for Python

Released: 13 Feb 2017 - 235

https://github.com/awslabs/sagemaker-debugger-rulesconfig

SMDebug RulesConfig

Released: 12 Nov 2019 - 8

https://github.com/django/asgiref

ASGI specification and utilities

Released: 23 Dec 2015 - 1,464

https://github.com/tox-dev/filelock

A platform-independent file lock for Python.

filelock hacktoberfest python

Released: 23 Feb 2014 - 685

https://github.com/horejsek/python-fastjsonschema

Fast JSON schema validator for Python.

Released: 29 Sep 2016 - 439

https://github.com/kislyuk/watchtower

Python CloudWatch Logging: Log Analytics and Application Intelligence

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

Released: 31 May 2015 - 778

https://github.com/pre-commit/pre-commit

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

git linter pre-commit python refactoring

Released: 13 Mar 2014 - 12,178

https://github.com/aio-libs/aiohttp

Asynchronous HTTP client/server framework for asyncio and Python

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

Released: 01 Oct 2013 - 14,625

https://github.com/MagicStack/uvloop

Ultra fast asyncio event loop.

async async-await async-python asyncio event-loop high-performance libuv networking python python-3

Released: 08 Nov 2015 - 10,162

https://github.com/prompt-toolkit/python-prompt-toolkit

Library for building powerful interactive command line applications in Python

Released: 25 Jan 2014 - 9,114

https://github.com/python-semver/python-semver

Python package to work with Semantic Versioning (https://semver.org/)

python release semantic-version semantic-versioning semver semver-cli semver-format semver-release semver-tag version versioning versions

Released: 07 Feb 2012 - 464

https://github.com/imageio/imageio

Python library for reading and writing image data

animated-gif dicom imageio python scientific-formats video webcam-capture

Released: 04 May 2013 - 1,424

https://github.com/penguinolog/sqlalchemy_jsonfield

SQLALchemy JSONField implementation for storing dicts at SQL independently from JSON type support

json sqlalchemy

Released: 18 Feb 2017 - 21

https://github.com/great-expectations/great_expectations

Always know what to expect from your data.

cleandata data-engineering data-profilers data-profiling data-quality data-science data-unit-tests datacleaner datacleaning dataquality dataunittest eda exploratory-analysis exploratory-data-analysis exploratorydataanalysis mlops pipeline pipeline-debt pipeline-testing pipeline-tests

Released: 11 Sep 2017 - 9,420

https://github.com/Azure/azure-cli

Azure Command-Line Interface

azure azure-cli cloud

Released: 04 Feb 2016 - 3,834

https://github.com/pytest-dev/pytest-cov

Coverage plugin for pytest.

pytest python

Released: 17 Apr 2014 - 1,729

https://github.com/snowflakedb/snowflake-connector-python

Snowflake Connector for Python

database python sql

Released: 29 Jun 2016 - 574

https://github.com/aio-libs/yarl

Yet another URL library

aiohttp hacktoberfest url-parsing urls

Released: 02 Aug 2016 - 1,298