Ecosyste.ms: Funds

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

Python: Possible Projects

GitPython

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

git-plumbing git-porcelain python-library

Released: 30 Nov 2010 - 4,623

colorama

Simple cross-platform colored terminal text in Python

Released: 17 Apr 2014 - 3,560

python-prompt-toolkit

Library for building powerful interactive command line applications in Python

Released: 25 Jan 2014 - 9,347

networkx

Network Analysis in Python

complex-networks graph-algorithms graph-analysis graph-generation graph-theory graph-visualization python spec-0 spec-1 spec-4

Released: 06 Sep 2010 - 14,926

botocore

The low-level, core functionality of boto3 and the AWS CLI.

Released: 13 Nov 2012 - 1,494

filelock

A platform-independent file lock for Python.

filelock hacktoberfest python

Released: 23 Feb 2014 - 761

rfc3986

A Python Implementation of RFC3986 including validations

Released: 25 Jun 2014 - 185

python-semanticversion

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

Released: 14 May 2012 - 280

fonttools

A library to manipulate font files from Python.

fonts opentype python

Released: 24 Jul 2013 - 4,346

identify

File identification library for Python

Released: 13 Feb 2017 - 254

toml

Python lib for TOML

hacktoberfest hacktoberfest2020

Released: 24 Feb 2013 - 1,092

pygments

Pygments is a generic syntax highlighter written in Python

python syntax-highlighting

Released: 31 Aug 2019 - 1,820

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

gitdb

IO of git-style object databases

Released: 30 Nov 2010 - 219

hatch

Modern, extensible Python project management

build cli packaging plugin python versioning virtualenv

Released: 31 May 2017 - 6,019

python-multipart

A streaming multipart parser for Python.

Released: 25 Mar 2013 - 331

PySocks

A SOCKS proxy client and wrapper for Python.

proxy socks-proxy

Released: 21 Feb 2012 - 1,234

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

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,400

python-json-logger

Json Formatter for the standard python logger

logging python

Released: 27 Dec 2011 - 1,754

lxml

The lxml XML toolkit for Python

Released: 11 Feb 2011 - 2,693

urllib3

urllib3 is a user-friendly HTTP client library for Python

http http-client python urllib3

Released: 18 Sep 2011 - 3,791

uritemplate

URI template parsing per RFC6570

python rfc6570 uri uritemplate

Released: 14 May 2013 - 231

psycopg2

PostgreSQL database adapter for the Python programming language

database driver postgresql python

Released: 21 Jan 2013 - 3,364

python-xxhash

Python Binding for xxHash

cpython hash python xxhash

Released: 30 Jul 2014 - 376

poetry

Python packaging and dependency management made easy

dependency-manager package-manager packaging poetry python

Released: 28 Feb 2018 - 31,571

virtualenv

Virtual Python Environment builder

cython hacktoberfest jython library pypa pypy pypy3 python virtualenv

Released: 06 Mar 2011 - 4,826

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

importlib_metadata

Library to access metadata for Python packages

Released: 22 Oct 2020 - 128

rfc3986-validator

Pure python RFC3986 validator

Released: 25 Oct 2019 - 4

paramiko

The leading native Python SSHv2 protocol library.

Released: 02 Feb 2009 - 9,108

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

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

python-bigquery

Google BigQuery API client library

Released: 10 Dec 2019 - 743

sentencepiece

Unsupervised text tokenizer for Neural Network-based text generation.

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

Released: 07 Mar 2017 - 10,254

arrow

🏹 Better dates & times for Python

arrow date datetime hacktoberfest python time timestamp timezones

Released: 18 Nov 2012 - 8,719

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

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

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

linkify-it-py

Links recognition library with full unicode support

autolink autolinker linkifier linkify

Released: 31 Oct 2020 - 17

pg8000

A Pure-Python PostgreSQL Driver

postgresql-driver python

Released: 18 Jun 2013 - 515

aioitertools

itertools and builtins for AsyncIO and mixed iterables

asyncio hacktoberfest itertools python python3

Released: 26 Jun 2018 - 241

docstring_parser

Parse Python docstrings in various flavors.

Released: 17 Apr 2018 - 221

pycparser

:snake: Complete C99 parser in pure Python

Released: 09 Jun 2013 - 3,237

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

rich

Rich is a Python library for rich text and beautiful formatting in the terminal.

ansi-colors emoji markdown progress-bar progress-bar-python python python-library python3 rich syntax-highlighting tables terminal terminal-color traceback tracebacks-rich tui

Released: 10 Nov 2019 - 49,372

pendulum

Python datetimes made easy

date datetime python python3 time timezones

Released: 27 Jun 2016 - 6,228

mypy

Optional static typing for Python

linter python typechecker types typing

Released: 07 Dec 2012 - 18,405

pygithub

Typed interactions with the GitHub API v3

github github-api pygithub python

Released: 25 Feb 2012 - 6,998

pyproject-hooks

A low-level library for calling build-backends in `pyproject.toml`-based project

packaging python

Released: 13 Jul 2017 - 125

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

httpcore

A minimal HTTP client. ⚙️

Released: 30 Jan 2020 - 463

ordered-set

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

Released: 17 Aug 2012 - 215

websocket-client

WebSocket client for Python

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

Released: 28 Dec 2010 - 3,578

sqlparse

A non-validating SQL parser module for Python

Released: 18 Apr 2012 - 3,738

python-json-pointer

Resolve JSON Pointers in Python

Released: 31 Jul 2011 - 141

cached-property

A decorator for caching properties in classes.

Released: 17 May 2014 - 697

httpx

A next generation HTTP client for Python. 🦋

asyncio http python trio

Released: 04 Apr 2019 - 13,210

aws-cli

Universal Command Line Interface for Amazon Web Services

aws aws-cli cloud cloud-management

Released: 20 Nov 2012 - 15,539