From 6b4ee06b419c0348f92eba6b68715a5ee3082fe6 Mon Sep 17 00:00:00 2001 From: anki-code Date: Thu, 24 Sep 2020 14:31:33 +0300 Subject: [PATCH 01/30] xonsh is a Python-powered, cross-platform, Unix-gazing shell language and command prompt. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index baabcb127..d49717f32 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [Search](#search) - [Serialization](#serialization) - [Serverless Frameworks](#serverless-frameworks) + - [Shell](#shell) - [Specific Formats Processing](#specific-formats-processing) - [Static Site Generator](#static-site-generator) - [Tagging](#tagging) @@ -1062,6 +1063,12 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [python-lambda](https://github.com/nficano/python-lambda) - A toolkit for developing and deploying Python code in AWS Lambda. * [Zappa](https://github.com/Miserlou/Zappa) - A tool for deploying WSGI applications on AWS Lambda and API Gateway. +## Shell + +*Shells based on Python.* + +* [xonsh](https://github.com/xonsh/xonsh/) - A Python-powered, cross-platform, Unix-gazing shell language and command prompt. + ## Specific Formats Processing *Libraries for parsing and manipulating specific text formats.* From f8100c48ed4908da85b24405b3ccc5a098336649 Mon Sep 17 00:00:00 2001 From: Peter Thaleikis Date: Fri, 16 Oct 2020 12:11:13 +0400 Subject: [PATCH 02/30] Fixing celery link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24bae53a3..e974e8588 100644 --- a/README.md +++ b/README.md @@ -1114,7 +1114,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for working with task queues.* -* [celery](http://www.celeryproject.org/) - An asynchronous task queue/job queue based on distributed message passing. +* [celery](https://github.com/celery/celery) - An asynchronous task queue/job queue based on distributed message passing. * [daramatiq](https://github.com/Bogdanp/dramatiq) - A fast and reliable background task processing library for Python 3. * [huey](https://github.com/coleifer/huey) - Little multi-threaded task queue. * [mrq](https://github.com/pricingassistant/mrq) - A distributed worker task queue in Python using Redis & gevent. From 07b7f643a0e13428c83361fff2165fff831e82e5 Mon Sep 17 00:00:00 2001 From: Peter Thaleikis Date: Sat, 17 Oct 2020 11:40:45 +0400 Subject: [PATCH 03/30] Update link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e974e8588..16ae932c7 100644 --- a/README.md +++ b/README.md @@ -1114,7 +1114,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for working with task queues.* -* [celery](https://github.com/celery/celery) - An asynchronous task queue/job queue based on distributed message passing. +* [celery](https://docs.celeryproject.org/en/stable/) - An asynchronous task queue/job queue based on distributed message passing. * [daramatiq](https://github.com/Bogdanp/dramatiq) - A fast and reliable background task processing library for Python 3. * [huey](https://github.com/coleifer/huey) - Little multi-threaded task queue. * [mrq](https://github.com/pricingassistant/mrq) - A distributed worker task queue in Python using Redis & gevent. From 1595f4134206cfc95866085c1202eae943783fed Mon Sep 17 00:00:00 2001 From: Tom V Date: Tue, 20 Oct 2020 21:48:51 +0100 Subject: [PATCH 04/30] modernize is renamed and re-homed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16ae932c7..dc03f5492 100644 --- a/README.md +++ b/README.md @@ -309,7 +309,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for migrating from Python 2 to 3.* * [python-future](http://python-future.org/index.html) - The missing compatibility layer between Python 2 and Python 3. -* [python-modernize](https://github.com/mitsuhiko/python-modernize) - Modernizes Python code for eventual Python 3 migration. +* [modernize](https://github.com/PyCQA/modernize) - Modernizes Python code for eventual Python 3 migration. * [six](https://pypi.org/project/six/) - Python 2 and 3 compatibility utilities. ## Computer Vision From 1a4006d13d3f19685b73ff09e21e57c5c5c6bde7 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Sat, 31 Oct 2020 04:48:39 +0800 Subject: [PATCH 05/30] Create FUNDING.yml --- .github/FUNDING.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 000000000..96ceebadb --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,13 @@ +# These are supported funding model platforms + +github: vinta +open_collective: awesome-python + +patreon: # Replace with a single Patreon username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] From 279487124faf90b326af10ea0d5269acc89be053 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Sat, 31 Oct 2020 04:50:00 +0800 Subject: [PATCH 06/30] cleanup --- .github/FUNDING.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 96ceebadb..7b835f591 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,13 +1,2 @@ # These are supported funding model platforms - -github: vinta open_collective: awesome-python - -patreon: # Replace with a single Patreon username -ko_fi: # Replace with a single Ko-fi username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] From 08e15d02efd39f5bb906a0c7899c8a4aaf41e4c3 Mon Sep 17 00:00:00 2001 From: Peter Thaleikis Date: Tue, 3 Nov 2020 11:48:58 +0400 Subject: [PATCH 07/30] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f1394309..055fd1e2a 100644 --- a/README.md +++ b/README.md @@ -647,7 +647,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [fn.py](https://github.com/kachayev/fn.py) - Functional programming in Python: implementation of missing features to enjoy FP. * [funcy](https://github.com/Suor/funcy) - A fancy and practical functional tools. * [more-itertools](https://github.com/erikrose/more-itertools) - More routines for operating on iterables, beyond `itertools`. -* [returns](https://github.com/dry-python/returns) - A set of type-safe monads, tranformers, and composition utilities. +* [returns](https://github.com/dry-python/returns) - A set of type-safe monads, transformers, and composition utilities. * [Toolz](https://github.com/pytoolz/toolz) - A collection of functional utilities for iterators, functions, and dictionaries. ## GUI Development From 2d48b117fa0ec94f871829d0b823bdd2be76707d Mon Sep 17 00:00:00 2001 From: dsuch Date: Fri, 13 Nov 2020 17:40:00 +0100 Subject: [PATCH 08/30] Add Zato to Enterprise Application Integrations. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 055fd1e2a..63535f304 100644 --- a/README.md +++ b/README.md @@ -599,6 +599,12 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [flanker](https://github.com/mailgun/flanker) - An email address and Mime parsing library. * [mailer](https://github.com/marrow/mailer) - High-performance extensible mail delivery framework. +## Enterprise Application Integrations + +*Platforms and tools for systems integrations in enterprise environments* + +* [Zato](https://zato.io) - ESB, SOA, REST, APIs and Cloud Integrations in Python. + ## Environment Management *Libraries for Python version and virtual environment management.* From e6283079dc5f87720006e62c76a6ed4b59889839 Mon Sep 17 00:00:00 2001 From: Dariusz Suchojad Date: Tue, 17 Nov 2020 12:32:16 +0100 Subject: [PATCH 09/30] Add "Enterprise Application Integrations" to the table of contents. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63535f304..fac859837 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [E-commerce](#e-commerce) - [Editor Plugins and IDEs](#editor-plugins-and-ides) - [Email](#email) + - [Enterprise Application Integrations](#enterprise-application-integrations) - [Environment Management](#environment-management) - [Files](#files) - [Foreign Function Interface](#foreign-function-interface) From e0ed13b31c2c793ca6b31a4e012026f51e1bbafa Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Wed, 18 Nov 2020 14:45:46 +0800 Subject: [PATCH 10/30] add Think Python Fixes #1670 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fac859837..951f2128a 100644 --- a/README.md +++ b/README.md @@ -1324,6 +1324,7 @@ Where to discover learning resources or new Python libraries. ## Books - [Fluent Python](https://www.oreilly.com/library/view/fluent-python/9781491946237/) +- [Think Python](https://greenteapress.com/wp/think-python-2e/) ## Websites From 4d33c0e4a4590610f9389c25147f6c4601416e5c Mon Sep 17 00:00:00 2001 From: Peter Thaleikis Date: Fri, 4 Dec 2020 18:09:38 +0400 Subject: [PATCH 11/30] Readability --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 951f2128a..c844d5b99 100644 --- a/README.md +++ b/README.md @@ -1174,7 +1174,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [VCR.py](https://github.com/kevin1024/vcrpy) - Record and replay HTTP interactions on your tests. * Object Factories * [factory_boy](https://github.com/FactoryBoy/factory_boy) - A test fixtures replacement for Python. - * [mixer](https://github.com/klen/mixer) - Another fixtures replacement. Supported Django, Flask, SQLAlchemy, Peewee and etc. + * [mixer](https://github.com/klen/mixer) - Another fixtures replacement. Supports Django, Flask, SQLAlchemy, Peewee and etc. * [model_mommy](https://github.com/vandersonmota/model_mommy) - Creating random fixtures for testing in Django. * Code Coverage * [coverage](https://pypi.org/project/coverage/) - Code coverage measurement. From 069da96862b875a839e6373eb969b3052ca75fd5 Mon Sep 17 00:00:00 2001 From: Sam Petherbridge Date: Fri, 8 Jan 2021 20:27:19 +1000 Subject: [PATCH 12/30] =?UTF-8?q?=F0=9F=97=91=20Remove=20profiling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the profiling repo as it has been archived and no longer maintained. The repo owner is highly recommending people switching to py-spy which provides better performance and usability. Repo: https://github.com/what-studio/profiling --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c844d5b99..02e1de2eb 100644 --- a/README.md +++ b/README.md @@ -459,7 +459,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * Profiler * [line_profiler](https://github.com/rkern/line_profiler) - Line-by-line profiling. * [memory_profiler](https://github.com/fabianp/memory_profiler) - Monitor Memory usage of Python code. - * [profiling](https://github.com/what-studio/profiling) - An interactive Python profiler. * [py-spy](https://github.com/benfred/py-spy) - A sampling profiler for Python programs. Written in Rust. * [pyflame](https://github.com/uber/pyflame) - A ptracing profiler For Python. * [vprof](https://github.com/nvdv/vprof) - Visual Python profiler. From d19f5d581c96301b8ef45730d386a625119340c7 Mon Sep 17 00:00:00 2001 From: Sam Petherbridge Date: Fri, 8 Jan 2021 20:38:49 +1000 Subject: [PATCH 13/30] =?UTF-8?q?=F0=9F=97=91=20Remove=20pygeoip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Repo is no longer supported, is archived and read-only. Maintainer is recommending people use the Maxmind's GeoIP2 Python API. Maxmind's GeoIP2 Python API.: https://github.com/maxmind/GeoIP2-python pygeoip: https://github.com/appliedsec/pygeoip --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c844d5b99..ebca8616d 100644 --- a/README.md +++ b/README.md @@ -710,7 +710,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [GeoIP](https://github.com/maxmind/geoip-api-python) - Python API for MaxMind GeoIP Legacy Database. * [geojson](https://github.com/frewsxcv/python-geojson) - Python bindings and utilities for GeoJSON. * [geopy](https://github.com/geopy/geopy) - Python Geocoding Toolbox. -* [pygeoip](https://github.com/appliedsec/pygeoip) - Pure Python GeoIP API. ## HTML Manipulation From 954dca36b3b0f4138c6421134e39ee519a81fdae Mon Sep 17 00:00:00 2001 From: Kemal Diri Date: Sat, 16 Jan 2021 21:36:58 +0100 Subject: [PATCH 14/30] Add clickhouse-driver --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c844d5b99..f3c3347cf 100644 --- a/README.md +++ b/README.md @@ -417,6 +417,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * Other Relational Databases * [pymssql](https://pymssql.readthedocs.io/en/latest/) - A simple database interface to Microsoft SQL Server. * [SuperSQLite](https://github.com/plasticityai/supersqlite) - A supercharged SQLite library built on top of [apsw](https://github.com/rogerbinns/apsw). + * [clickhouse-driver](https://github.com/mymarilyn/clickhouse-driver) - Python driver with native interface for ClickHouse. * NoSQL Databases * [cassandra-driver](https://github.com/datastax/python-driver) - The Python Driver for Apache Cassandra. * [happybase](https://github.com/wbolster/happybase) - A developer-friendly library for Apache HBase. From c0ade8ef07fca582b45442764d6d1ae58204c935 Mon Sep 17 00:00:00 2001 From: Brennen Raimer <5969754+norweeg@users.noreply.github.com> Date: Thu, 21 Jan 2021 11:27:07 -0500 Subject: [PATCH 15/30] add SQlite category and sqlite3 driver --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3c3347cf..08090d260 100644 --- a/README.md +++ b/README.md @@ -414,9 +414,11 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * PostgreSQL - [awesome-postgres](https://github.com/dhamaniasad/awesome-postgres) * [psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for Python. * [queries](https://github.com/gmr/queries) - A wrapper of the psycopg2 library for interacting with PostgreSQL. +* SQlite - [awesome-sqlite](https://github.com/planetopendata/awesome-sqlite) + * [sqlite3](https://docs.python.org/3/library/sqlite3.html) - (Python standard library) SQlite interface compleint with DB-API 2.0 + * [SuperSQLite](https://github.com/plasticityai/supersqlite) - A supercharged SQLite library built on top of [apsw](https://github.com/rogerbinns/apsw). * Other Relational Databases * [pymssql](https://pymssql.readthedocs.io/en/latest/) - A simple database interface to Microsoft SQL Server. - * [SuperSQLite](https://github.com/plasticityai/supersqlite) - A supercharged SQLite library built on top of [apsw](https://github.com/rogerbinns/apsw). * [clickhouse-driver](https://github.com/mymarilyn/clickhouse-driver) - Python driver with native interface for ClickHouse. * NoSQL Databases * [cassandra-driver](https://github.com/datastax/python-driver) - The Python Driver for Apache Cassandra. From 5e52e9e90c0f478c8015e9722890f3f70c459066 Mon Sep 17 00:00:00 2001 From: Brennen Raimer <5969754+norweeg@users.noreply.github.com> Date: Fri, 22 Jan 2021 09:28:10 -0500 Subject: [PATCH 16/30] fixed spelling error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08090d260..f792b4f67 100644 --- a/README.md +++ b/README.md @@ -415,7 +415,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for Python. * [queries](https://github.com/gmr/queries) - A wrapper of the psycopg2 library for interacting with PostgreSQL. * SQlite - [awesome-sqlite](https://github.com/planetopendata/awesome-sqlite) - * [sqlite3](https://docs.python.org/3/library/sqlite3.html) - (Python standard library) SQlite interface compleint with DB-API 2.0 + * [sqlite3](https://docs.python.org/3/library/sqlite3.html) - (Python standard library) SQlite interface compliant with DB-API 2.0 * [SuperSQLite](https://github.com/plasticityai/supersqlite) - A supercharged SQLite library built on top of [apsw](https://github.com/rogerbinns/apsw). * Other Relational Databases * [pymssql](https://pymssql.readthedocs.io/en/latest/) - A simple database interface to Microsoft SQL Server. From c64a0103ca2f2f149da0dd996830901f1c2274d0 Mon Sep 17 00:00:00 2001 From: Yusuke Hayashi Date: Mon, 25 Jan 2021 10:56:30 +0900 Subject: [PATCH 17/30] Fix gunicorn description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42bcace78..9be8d0945 100644 --- a/README.md +++ b/README.md @@ -1313,7 +1313,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *WSGI-compatible web servers.* * [bjoern](https://github.com/jonashaag/bjoern) - Asynchronous, very fast and written in C. -* [gunicorn](https://github.com/benoitc/gunicorn) - Pre-forked, partly written in C. +* [gunicorn](https://github.com/benoitc/gunicorn) - Pre-forked, ported from Ruby's Unicorn project. * [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/) - A project aims at developing a full stack for building hosting services, written in C. * [waitress](https://github.com/Pylons/waitress) - Multi-threaded, powers Pyramid. * [werkzeug](https://github.com/pallets/werkzeug) - A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects. From 39d97c16372bb897a53cb9548d6637a055de0432 Mon Sep 17 00:00:00 2001 From: Ramon Saraiva Date: Wed, 3 Feb 2021 20:18:51 -0300 Subject: [PATCH 18/30] Fix dramatiq spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9be8d0945..925dbe3a9 100644 --- a/README.md +++ b/README.md @@ -1130,7 +1130,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for working with task queues.* * [celery](https://docs.celeryproject.org/en/stable/) - An asynchronous task queue/job queue based on distributed message passing. -* [daramatiq](https://github.com/Bogdanp/dramatiq) - A fast and reliable background task processing library for Python 3. +* [dramatiq](https://github.com/Bogdanp/dramatiq) - A fast and reliable background task processing library for Python 3. * [huey](https://github.com/coleifer/huey) - Little multi-threaded task queue. * [mrq](https://github.com/pricingassistant/mrq) - A distributed worker task queue in Python using Redis & gevent. * [rq](https://github.com/rq/rq) - Simple job queues for Python. From 6831740c32b66105122d536be0e463e14a0c6e2a Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Fri, 14 May 2021 22:14:46 +0800 Subject: [PATCH 19/30] remove wifi Close #1712 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 925dbe3a9..0993981a6 100644 --- a/README.md +++ b/README.md @@ -750,7 +750,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [Pingo](http://www.pingo.io/) - Pingo provides a uniform API to program devices like the Raspberry Pi, pcDuino, Intel Galileo, etc. * [PyUserInput](https://github.com/SavinaRoja/PyUserInput) - A module for cross-platform control of the mouse and keyboard. * [scapy](https://github.com/secdev/scapy) - A brilliant packet manipulation library. -* [wifi](https://github.com/rockymeza/wifi) - A Python library and command line tool for working with WiFi on Linux. ## Image Processing From 19dcbb025a698625622aefe3b567027d38629ae9 Mon Sep 17 00:00:00 2001 From: Vaishnavi Mudaliar Date: Sun, 25 Jul 2021 12:24:31 +0530 Subject: [PATCH 20/30] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0993981a6..04743aeee 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [django-xadmin](https://github.com/sshwsfc/xadmin) - Drop-in replacement of Django admin comes with lots of goodies. * [flask-admin](https://github.com/flask-admin/flask-admin) - Simple and extensible administrative interface framework for Flask. * [flower](https://github.com/mher/flower) - Real-time monitor and web admin for Celery. -* [jet-bridge](https://github.com/jet-admin/jet-bridge) - Admin panel framework for any application with nice UI (ex Jet Django) +* [jet-bridge](https://github.com/jet-admin/jet-bridge) - Admin panel framework for any application with nice UI (ex Jet Django). * [wooey](https://github.com/wooey/wooey) - A Django app which creates automatic web UIs for Python scripts. ## Algorithms and Design Patterns @@ -154,8 +154,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * Audio * [audioread](https://github.com/beetbox/audioread) - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding. * [dejavu](https://github.com/worldveil/dejavu) - Audio fingerprinting and recognition. - * [kapre](https://github.com/keunwoochoi/kapre) - Keras Audio Preprocessors - * [librosa](https://github.com/librosa/librosa) - Python library for audio and music analysis + * [kapre](https://github.com/keunwoochoi/kapre) - Keras Audio Preprocessors. + * [librosa](https://github.com/librosa/librosa) - Python library for audio and music analysis. * [matchering](https://github.com/sergree/matchering) - A library for automated reference audio mastering. * [mingus](http://bspaans.github.io/python-mingus/) - An advanced music theory and notation package with MIDI file and playback support. * [pyAudioAnalysis](https://github.com/tyiannak/pyAudioAnalysis) - Audio feature extraction, classification, segmentation and applications. @@ -383,8 +383,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [Altair](https://github.com/altair-viz/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 -* [Cartopy](https://github.com/SciTools/cartopy) - A cartographic python library with matplotlib support +* [bqplot](https://github.com/bloomberg/bqplot) - Interactive Plotting Library for the Jupyter Notebook. +* [Cartopy](https://github.com/SciTools/cartopy) - A cartographic python library with matplotlib support. * [Dash](https://plot.ly/products/dash/) - Built on top of Flask, React and Plotly aimed at analytical web applications. * [awesome-dash](https://github.com/Acrotrend/awesome-dash) * [diagrams](https://github.com/mingrammer/diagrams) - Diagram as Code. From aa4e0ee1a96baf54fa730a60f789e62d1c90b297 Mon Sep 17 00:00:00 2001 From: Vaishnavi Mudaliar Date: Sun, 25 Jul 2021 12:32:36 +0530 Subject: [PATCH 21/30] Update CONTRIBUTING.md fixed a typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a46dfefee..943f93cba 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Your contributions are always welcome! -## Guideline +## Guidelines * Add one link per Pull Request. * Make sure the PR title is in the format of `Add project-name`. From 05fc6b3549b52dcc1240983779b284eca64622b6 Mon Sep 17 00:00:00 2001 From: Pranav Arora <48170643+pranavarora1895@users.noreply.github.com> Date: Fri, 17 Dec 2021 08:55:40 +0530 Subject: [PATCH 22/30] arcade link updated Arcade, a game development library, the previous link does not exist. So I updated it with the latest link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04743aeee..17bbbe2dc 100644 --- a/README.md +++ b/README.md @@ -693,7 +693,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Awesome game development libraries.* -* [Arcade](https://arcade.academy/index.html) - Arcade is a modern Python framework for crafting games with compelling graphics and sound. +* [Arcade](https://api.arcade.academy/en/latest/) - Arcade is a modern Python framework for crafting games with compelling graphics and sound. * [Cocos2d](http://cocos2d.org/) - cocos2d is a framework for building 2D games, demos, and other graphical/interactive applications. * [Harfang3D](http://www.harfang3d.com) - Python framework for 3D, VR and game development. * [Panda3D](https://www.panda3d.org/) - 3D game engine developed by Disney. From 7172dffdc9db52385f6b7017d9e6a42f7b79e4a9 Mon Sep 17 00:00:00 2001 From: nishans08 <71048600+nishans08@users.noreply.github.com> Date: Tue, 26 Jul 2022 02:27:52 -0700 Subject: [PATCH 23/30] fix errors in README.md dogpile.cache is next generation replacement for Beaker made by same authors -> dogpile.cache is a next generation replacement for Beaker made by the same authors. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17bbbe2dc..1a6409bcd 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [beaker](https://github.com/bbangert/beaker) - A WSGI middleware for sessions and caching. * [django-cache-machine](https://github.com/django-cache-machine/django-cache-machine) - Automatic caching and invalidation for Django models. * [django-cacheops](https://github.com/Suor/django-cacheops) - A slick ORM cache with automatic granular event-driven invalidation. -* [dogpile.cache](http://dogpilecache.readthedocs.io/en/latest/) - dogpile.cache is next generation replacement for Beaker made by same authors. +* [dogpile.cache](http://dogpilecache.readthedocs.io/en/latest/) - dogpile.cache is a next generation replacement for Beaker made by the same authors. * [HermesCache](https://pypi.org/project/HermesCache/) - Python caching library with tag-based invalidation and dogpile effect prevention. * [pylibmc](https://github.com/lericson/pylibmc) - A Python wrapper around the [libmemcached](https://libmemcached.org/libMemcached.html) interface. * [python-diskcache](http://www.grantjenks.com/docs/diskcache/) - SQLite and file backed cache backend with faster lookups than memcached and redis. From e7875575f96b5e2a6e6c76a67826bf33eb272bb6 Mon Sep 17 00:00:00 2001 From: Anurag Rao <77329899+anuragrao04@users.noreply.github.com> Date: Sun, 23 Oct 2022 14:19:55 +0530 Subject: [PATCH 24/30] Update README.md redirected pyqt to link to official docs, which is more useful for a beginner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a6409bcd..c169b8969 100644 --- a/README.md +++ b/README.md @@ -671,7 +671,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [kivy](https://kivy.org/) - 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. * [PyGObject](https://wiki.gnome.org/Projects/PyGObject) - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3). -* [PyQt](https://riverbankcomputing.com/software/pyqt/intro) - Python bindings for the [Qt](https://www.qt.io/) cross-platform application and UI framework. +* [PyQt](https://doc.qt.io/qtforpython/) - Python bindings for the [Qt](https://www.qt.io/) cross-platform application and UI framework. * [PySimpleGUI](https://github.com/PySimpleGUI/PySimpleGUI) - Wrapper for tkinter, Qt, WxPython and Remi. * [pywebview](https://github.com/r0x0r/pywebview/) - A lightweight cross-platform native wrapper around a webview component. * [Tkinter](https://wiki.python.org/moin/TkInter) - Tkinter is Python's de-facto standard GUI package. From b153dfe8c936553b87f6eae8c0a5870ab704dc7a Mon Sep 17 00:00:00 2001 From: timur Date: Sat, 3 Dec 2022 10:21:35 +0100 Subject: [PATCH 25/30] Add correct description of Saleor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c169b8969..08c44ed75 100644 --- a/README.md +++ b/README.md @@ -566,7 +566,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [merchant](https://github.com/agiliq/merchant) - A Django app to accept payments from various payment processors. * [money](https://github.com/carlospalol/money) - `Money` class with optional CLDR-backed locale-aware formatting and an extensible currency exchange. * [python-currencies](https://github.com/Alir3z4/python-currencies) - Display money format and its filthy currencies. -* [saleor](http://getsaleor.com/) - An e-commerce storefront for Django. +* [saleor](https://saleor.io/) - Headless open-source e-commerce platform. * [shoop](https://www.shuup.com/en/) - An open source E-Commerce platform based on Django. ## Editor Plugins and IDEs From 58d33989365338dd9e3ae1f09a7120be78676c11 Mon Sep 17 00:00:00 2001 From: Robert Hofer <1058012+hofrob@users.noreply.github.com> Date: Tue, 3 Jan 2023 19:08:58 +0100 Subject: [PATCH 26/30] Remove abandoned project pyannotate --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 08c44ed75..c01386f66 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [typeshed](https://github.com/python/typeshed) - Collection of library stubs for Python, with static types. * Static Type Annotations Generators * [MonkeyType](https://github.com/Instagram/MonkeyType) - A system for Python that generates static type annotations by collecting runtime types. - * [pyannotate](https://github.com/dropbox/pyannotate) - Auto-generate PEP-484 annotations. * [pytype](https://github.com/google/pytype) - Pytype checks and infers types for Python code - without requiring type annotations. ## Command-line Interface Development From ee3247602b961b88de0b8ac4acbe67de5fe4c254 Mon Sep 17 00:00:00 2001 From: van Date: Mon, 13 Feb 2023 14:10:50 +0800 Subject: [PATCH 27/30] Update README.md Add audioFlux: A library for audio and music analysis, feature extraction. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c01386f66..03217a0d5 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * Audio * [audioread](https://github.com/beetbox/audioread) - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding. + * [audioFlux](https://github.com/libAudioFlux/audioFlux) - A library for audio and music analysis, feature extraction. * [dejavu](https://github.com/worldveil/dejavu) - Audio fingerprinting and recognition. * [kapre](https://github.com/keunwoochoi/kapre) - Keras Audio Preprocessors. * [librosa](https://github.com/librosa/librosa) - Python library for audio and music analysis. From 86e581eea0ab4c0436f2fc66cbb43f76667c7982 Mon Sep 17 00:00:00 2001 From: Daniel Tatarkin Date: Fri, 24 Mar 2023 16:39:47 -0400 Subject: [PATCH 28/30] Fixed Zappa link Zappa github project moved to a new repository under https://github.com/zappa/Zappa --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c01386f66..48128a5ae 100644 --- a/README.md +++ b/README.md @@ -1069,7 +1069,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Frameworks for developing serverless Python code.* * [python-lambda](https://github.com/nficano/python-lambda) - A toolkit for developing and deploying Python code in AWS Lambda. -* [Zappa](https://github.com/Miserlou/Zappa) - A tool for deploying WSGI applications on AWS Lambda and API Gateway. +* [Zappa](https://github.com/zappa/Zappa) - A tool for deploying WSGI applications on AWS Lambda and API Gateway. ## Shell From 808fd55da7a69047cdcb143946858dd92d5a86aa Mon Sep 17 00:00:00 2001 From: conder Date: Fri, 24 Mar 2023 19:01:00 -0400 Subject: [PATCH 29/30] Fixed error of files section not linking. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c01386f66..65e6ebad9 100644 --- a/README.md +++ b/README.md @@ -614,7 +614,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [pyenv](https://github.com/pyenv/pyenv) - Simple Python version management. * [virtualenv](https://github.com/pypa/virtualenv) - A tool to create isolated Python environments. -## Files +## File Manipulation *Libraries for file manipulation and MIME type detection.* From 20b81c76afb8de2ff4ac57071f03573045517d24 Mon Sep 17 00:00:00 2001 From: conder Date: Fri, 24 Mar 2023 19:03:11 -0400 Subject: [PATCH 30/30] Changed files section name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65e6ebad9..7569214d8 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [Email](#email) - [Enterprise Application Integrations](#enterprise-application-integrations) - [Environment Management](#environment-management) - - [Files](#files) + - [Files](#file) - [Foreign Function Interface](#foreign-function-interface) - [Forms](#forms) - [Functional Programming](#functional-programming) @@ -614,7 +614,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [pyenv](https://github.com/pyenv/pyenv) - Simple Python version management. * [virtualenv](https://github.com/pypa/virtualenv) - A tool to create isolated Python environments. -## File Manipulation +## File *Libraries for file manipulation and MIME type detection.*