From 5135da985452337463d247844ae3a51fa959f8bf Mon Sep 17 00:00:00 2001 From: trananhkma Date: Thu, 15 Jun 2023 15:51:42 +0700 Subject: [PATCH] "update 2023-06-15T15:51:41.828176" --- README.md | 1028 ++++++++++++++++++++++++++--------------------------- 1 file changed, 514 insertions(+), 514 deletions(-) diff --git a/README.md b/README.md index a030cf2..63a8c46 100644 --- a/README.md +++ b/README.md @@ -107,79 +107,79 @@ Inspired by [fucking-awesome-go](https://github.com/hvnsweeting/fucking-awesome- *Libraries for administrative interfaces.* -* [:octocat: ajenti](https://github.com/ajenti/ajenti) - :star: 7008 :fork_and_knife: 824 - The admin panel your servers deserve. +* [:octocat: ajenti](https://github.com/ajenti/ajenti) - :star: 7128 :fork_and_knife: 827 - The admin panel your servers deserve. * [:earth_americas: django-grappelli](https://grappelliproject.com/) - A jazzy skin for the Django Admin-Interface. -* [:octocat: django-jet](https://github.com/geex-arts/django-jet) - :star: 3394 :fork_and_knife: 778 - Modern responsive template for the Django admin interface with improved functionality. +* [:octocat: django-jet](https://github.com/geex-arts/django-jet) - :star: 3431 :fork_and_knife: 782 - Modern responsive template for the Django admin interface with improved functionality. * [:earth_americas: django-suit](https://djangosuit.com/) - Alternative Django Admin-Interface (free only for Non-commercial use). -* [:octocat: django-xadmin](https://github.com/sshwsfc/xadmin) - :star: 4687 :fork_and_knife: 1428 - Drop-in replacement of Django admin comes with lots of goodies. -* [:octocat: flask-admin](https://github.com/flask-admin/flask-admin) - :star: 5263 :fork_and_knife: 1523 - Simple and extensible administrative interface framework for Flask. -* [:octocat: flower](https://github.com/mher/flower) - :star: 5564 :fork_and_knife: 998 - Real-time monitor and web admin for Celery. -* [:octocat: jet-bridge](https://github.com/jet-admin/jet-bridge) - :star: 1328 :fork_and_knife: 123 - Admin panel framework for any application with nice UI (ex Jet Django) -* [:octocat: wooey](https://github.com/wooey/wooey) - :star: 1922 :fork_and_knife: 186 - A Django app which creates automatic web UIs for Python scripts. +* [:octocat: django-xadmin](https://github.com/sshwsfc/xadmin) - :star: 4700 :fork_and_knife: 1421 - Drop-in replacement of Django admin comes with lots of goodies. +* [:octocat: flask-admin](https://github.com/flask-admin/flask-admin) - :star: 5378 :fork_and_knife: 1542 - Simple and extensible administrative interface framework for Flask. +* [:octocat: flower](https://github.com/mher/flower) - :star: 5715 :fork_and_knife: 1014 - Real-time monitor and web admin for Celery. +* [:octocat: jet-bridge](https://github.com/jet-admin/jet-bridge) - :star: 1391 :fork_and_knife: 133 - Admin panel framework for any application with nice UI (ex Jet Django) +* [:octocat: wooey](https://github.com/wooey/wooey) - :star: 1964 :fork_and_knife: 185 - A Django app which creates automatic web UIs for Python scripts. ## Algorithms and Design Patterns *Python implementation of data structures, algorithms and design patterns. Also see [awesome-algorithms](https://github.com/tayllan/awesome-algorithms).* * Algorithms - * [:octocat: algorithms](https://github.com/keon/algorithms) - :star: 22182 :fork_and_knife: 4435 - Minimal examples of data structures and algorithms. - * [:octocat: python-ds](https://github.com/prabhupant/python-ds) - :star: 1962 :fork_and_knife: 521 - A collection of data structure and algorithms for coding interviews. - * [:octocat: sortedcontainers](https://github.com/grantjenks/python-sortedcontainers) - :star: 2885 :fork_and_knife: 190 - Fast and pure-Python implementation of sorted collections. - * [:octocat: TheAlgorithms](https://github.com/TheAlgorithms/Python) - :star: 153284 :fork_and_knife: 39083 - All Algorithms implemented in Python. + * [:octocat: algorithms](https://github.com/keon/algorithms) - :star: 22659 :fork_and_knife: 4485 - Minimal examples of data structures and algorithms. + * [:octocat: python-ds](https://github.com/prabhupant/python-ds) - :star: 2138 :fork_and_knife: 536 - A collection of data structure and algorithms for coding interviews. + * [:octocat: sortedcontainers](https://github.com/grantjenks/python-sortedcontainers) - :star: 2967 :fork_and_knife: 193 - Fast and pure-Python implementation of sorted collections. + * [:octocat: TheAlgorithms](https://github.com/TheAlgorithms/Python) - :star: 159862 :fork_and_knife: 40326 - All Algorithms implemented in Python. * Design Patterns - * [:octocat: PyPattyrn](https://github.com/tylerlaberge/PyPattyrn) - :star: 1880 :fork_and_knife: 137 - A simple yet effective library for implementing common design patterns. - * [:octocat: python-patterns](https://github.com/faif/python-patterns) - :star: 36610 :fork_and_knife: 6720 - A collection of design patterns in Python. - * [:octocat: transitions](https://github.com/pytransitions/transitions) - :star: 4760 :fork_and_knife: 511 - A lightweight, object-oriented finite state machine implementation. + * [:octocat: PyPattyrn](https://github.com/tylerlaberge/PyPattyrn) - :star: 2002 :fork_and_knife: 143 - A simple yet effective library for implementing common design patterns. + * [:octocat: python-patterns](https://github.com/faif/python-patterns) - :star: 37510 :fork_and_knife: 6799 - A collection of design patterns in Python. + * [:octocat: transitions](https://github.com/pytransitions/transitions) - :star: 4908 :fork_and_knife: 514 - A lightweight, object-oriented finite state machine implementation. ## ASGI Servers *[ASGI](https://asgi.readthedocs.io/en/latest/)-compatible web servers.* -* [:octocat: daphne](https://github.com/django/daphne) - :star: 1927 :fork_and_knife: 231 - A HTTP, HTTP2 and WebSocket protocol server for ASGI and ASGI-HTTP. -* [:octocat: uvicorn](https://github.com/encode/uvicorn) - :star: 6173 :fork_and_knife: 546 - A lightning-fast ASGI server implementation, using uvloop and httptools. +* [:octocat: daphne](https://github.com/django/daphne) - :star: 2037 :fork_and_knife: 241 - A HTTP, HTTP2 and WebSocket protocol server for ASGI and ASGI-HTTP. +* [:octocat: uvicorn](https://github.com/encode/uvicorn) - :star: 6643 :fork_and_knife: 585 - A lightning-fast ASGI server implementation, using uvloop and httptools. ## Asynchronous Programming * [:earth_americas: asyncio](https://docs.python.org/3/library/asyncio.html) - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks. - [awesome-asyncio](https://github.com/timofurrer/awesome-asyncio) -* [:octocat: trio](https://github.com/python-trio/trio) - :star: 5166 :fork_and_knife: 294 - A friendly library for async concurrency and I/O. +* [:octocat: trio](https://github.com/python-trio/trio) - :star: 5379 :fork_and_knife: 300 - A friendly library for async concurrency and I/O. * [:earth_americas: Twisted](https://twistedmatrix.com/trac/) - An event-driven networking engine. -* [:octocat: uvloop](https://github.com/MagicStack/uvloop) - :star: 9181 :fork_and_knife: 537 - Ultra fast asyncio event loop. +* [:octocat: uvloop](https://github.com/MagicStack/uvloop) - :star: 9376 :fork_and_knife: 550 - Ultra fast asyncio event loop. ## Audio *Libraries for manipulating audio and its metadata.* * Audio - * [:octocat: audioread](https://github.com/beetbox/audioread) - :star: 426 :fork_and_knife: 105 - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding. - * [:octocat: dejavu](https://github.com/worldveil/dejavu) - :star: 6003 :fork_and_knife: 1385 - Audio fingerprinting and recognition. - * [:octocat: kapre](https://github.com/keunwoochoi/kapre) - :star: 876 :fork_and_knife: 144 - Keras Audio Preprocessors - * [:octocat: librosa](https://github.com/librosa/librosa) - :star: 5675 :fork_and_knife: 874 - Python library for audio and music analysis - * [:octocat: matchering](https://github.com/sergree/matchering) - :star: 841 :fork_and_knife: 111 - A library for automated reference audio mastering. + * [:octocat: audioread](https://github.com/beetbox/audioread) - :star: 440 :fork_and_knife: 107 - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding. + * [:octocat: dejavu](https://github.com/worldveil/dejavu) - :star: 6066 :fork_and_knife: 1404 - Audio fingerprinting and recognition. + * [:octocat: kapre](https://github.com/keunwoochoi/kapre) - :star: 889 :fork_and_knife: 146 - Keras Audio Preprocessors + * [:octocat: librosa](https://github.com/librosa/librosa) - :star: 5982 :fork_and_knife: 890 - Python library for audio and music analysis + * [:octocat: matchering](https://github.com/sergree/matchering) - :star: 968 :fork_and_knife: 130 - A library for automated reference audio mastering. * [:earth_americas: mingus](http://bspaans.github.io/python-mingus/) - An advanced music theory and notation package with MIDI file and playback support. - * [:octocat: pyAudioAnalysis](https://github.com/tyiannak/pyAudioAnalysis) - :star: 5131 :fork_and_knife: 1130 - Audio feature extraction, classification, segmentation and applications. - * [:octocat: pydub](https://github.com/jiaaro/pydub) - :star: 6785 :fork_and_knife: 907 - Manipulate audio with a simple and easy high level interface. - * [:octocat: TimeSide](https://github.com/Parisson/TimeSide) - :star: 345 :fork_and_knife: 60 - Open web audio processing framework. + * [:octocat: pyAudioAnalysis](https://github.com/tyiannak/pyAudioAnalysis) - :star: 5329 :fork_and_knife: 1150 - Audio feature extraction, classification, segmentation and applications. + * [:octocat: pydub](https://github.com/jiaaro/pydub) - :star: 7338 :fork_and_knife: 946 - Manipulate audio with a simple and easy high level interface. + * [:octocat: TimeSide](https://github.com/Parisson/TimeSide) - :star: 351 :fork_and_knife: 62 - Open web audio processing framework. * Metadata - * [:octocat: beets](https://github.com/beetbox/beets) - :star: 11447 :fork_and_knife: 1774 - A music library manager and [MusicBrainz](https://musicbrainz.org/) tagger. - * [:octocat: eyeD3](https://github.com/nicfit/eyeD3) - :star: 436 :fork_and_knife: 56 - A tool for working with audio files, specifically MP3 files containing ID3 metadata. - * [:octocat: mutagen](https://github.com/quodlibet/mutagen) - :star: 1187 :fork_and_knife: 135 - A Python module to handle audio metadata. - * [:octocat: tinytag](https://github.com/devsnd/tinytag) - :star: 579 :fork_and_knife: 96 - A library for reading music meta data of MP3, OGG, FLAC and Wave files. + * [:octocat: beets](https://github.com/beetbox/beets) - :star: 11693 :fork_and_knife: 1798 - A music library manager and [MusicBrainz](https://musicbrainz.org/) tagger. + * [:octocat: eyeD3](https://github.com/nicfit/eyeD3) - :star: 477 :fork_and_knife: 57 - A tool for working with audio files, specifically MP3 files containing ID3 metadata. + * [:octocat: mutagen](https://github.com/quodlibet/mutagen) - :star: 1275 :fork_and_knife: 140 - A Python module to handle audio metadata. + * [:octocat: tinytag](https://github.com/devsnd/tinytag) - :star: 604 :fork_and_knife: 100 - A library for reading music meta data of MP3, OGG, FLAC and Wave files. ## Authentication *Libraries for implementing authentications schemes.* * OAuth - * [:octocat: authlib](https://github.com/lepture/authlib) - :star: 3507 :fork_and_knife: 355 - JavaScript Object Signing and Encryption draft implementation. - * [:octocat: django-allauth](https://github.com/pennersr/django-allauth) - :star: 7777 :fork_and_knife: 2736 - Authentication app for Django that "just works." - * [:octocat: django-oauth-toolkit](https://github.com/evonove/django-oauth-toolkit) - :star: 2759 :fork_and_knife: 726 - OAuth 2 goodies for Django. - * [:octocat: oauthlib](https://github.com/idan/oauthlib) - :star: 2545 :fork_and_knife: 476 - A generic and thorough implementation of the OAuth request-signing logic. - * [:octocat: python-oauth2](https://github.com/joestump/python-oauth2) - :star: 2967 :fork_and_knife: 1043 - A fully tested, abstract interface to creating OAuth clients and servers. - * [:octocat: python-social-auth](https://github.com/omab/python-social-auth) - :star: 2828 :fork_and_knife: 1119 - An easy-to-setup social authentication mechanism. + * [:octocat: authlib](https://github.com/lepture/authlib) - :star: 3700 :fork_and_knife: 370 - JavaScript Object Signing and Encryption draft implementation. + * [:octocat: django-allauth](https://github.com/pennersr/django-allauth) - :star: 7998 :fork_and_knife: 2800 - Authentication app for Django that "just works." + * [:octocat: django-oauth-toolkit](https://github.com/evonove/django-oauth-toolkit) - :star: 2825 :fork_and_knife: 743 - OAuth 2 goodies for Django. + * [:octocat: oauthlib](https://github.com/idan/oauthlib) - :star: 2598 :fork_and_knife: 488 - A generic and thorough implementation of the OAuth request-signing logic. + * [:octocat: python-oauth2](https://github.com/joestump/python-oauth2) - :star: 2974 :fork_and_knife: 1045 - A fully tested, abstract interface to creating OAuth clients and servers. + * [:octocat: python-social-auth](https://github.com/omab/python-social-auth) - :star: 2834 :fork_and_knife: 1121 - An easy-to-setup social authentication mechanism. * JWT - * [:octocat: pyjwt](https://github.com/jpadilla/pyjwt) - :star: 4484 :fork_and_knife: 613 - JSON Web Token implementation in Python. - * [:octocat: python-jose](https://github.com/mpdavis/python-jose/) - :star: 1244 :fork_and_knife: 219 - A JOSE implementation in Python. + * [:octocat: pyjwt](https://github.com/jpadilla/pyjwt) - :star: 4606 :fork_and_knife: 636 - JSON Web Token implementation in Python. + * [:octocat: python-jose](https://github.com/mpdavis/python-jose/) - :star: 1309 :fork_and_knife: 225 - A JOSE implementation in Python. * [:octocat: python-jwt](https://github.com/davedoesdev/python-jwt) - :star: 213 :fork_and_knife: 27 - A module for generating and verifying JSON Web Tokens. ## Build Tools @@ -188,79 +188,79 @@ Inspired by [fucking-awesome-go](https://github.com/hvnsweeting/fucking-awesome- * [:earth_americas: BitBake](http://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html) - A make-like build tool for embedded Linux. * [:earth_americas: buildout](http://www.buildout.org/en/latest/) - A build system for creating, assembling and deploying applications from multiple parts. -* [:octocat: PlatformIO](https://github.com/platformio/platformio-core) - :star: 6615 :fork_and_knife: 752 - A console tool to build code with different development platforms. -* [:octocat: pybuilder](https://github.com/pybuilder/pybuilder) - :star: 1499 :fork_and_knife: 255 - A continuous build tool written in pure Python. +* [:octocat: PlatformIO](https://github.com/platformio/platformio-core) - :star: 6830 :fork_and_knife: 766 - A console tool to build code with different development platforms. +* [:octocat: pybuilder](https://github.com/pybuilder/pybuilder) - :star: 1541 :fork_and_knife: 256 - A continuous build tool written in pure Python. * [:earth_americas: SCons](http://www.scons.org/) - A software construction tool. ## Built-in Classes Enhancement *Libraries for enhancing Python built-in classes.* -* [:octocat: attrs](https://github.com/python-attrs/attrs) - :star: 4638 :fork_and_knife: 331 - Replacement for `__init__`, `__eq__`, `__repr__`, etc. boilerplate in class definitions. -* [:octocat: bidict](https://github.com/jab/bidict) - :star: 1236 :fork_and_knife: 53 - Efficient, Pythonic bidirectional map data structures and related functionality.. -* [:octocat: Box](https://github.com/cdgriffith/Box) - :star: 2151 :fork_and_knife: 96 - Python dictionaries with advanced dot notation access. +* [:octocat: attrs](https://github.com/python-attrs/attrs) - :star: 4767 :fork_and_knife: 339 - Replacement for `__init__`, `__eq__`, `__repr__`, etc. boilerplate in class definitions. +* [:octocat: bidict](https://github.com/jab/bidict) - :star: 1299 :fork_and_knife: 56 - Efficient, Pythonic bidirectional map data structures and related functionality.. +* [:octocat: Box](https://github.com/cdgriffith/Box) - :star: 2218 :fork_and_knife: 101 - Python dictionaries with advanced dot notation access. * [:earth_americas: dataclasses](https://docs.python.org/3/library/dataclasses.html) - (Python standard library) Data classes. -* [:octocat: DottedDict](https://github.com/carlosescri/DottedDict) - :star: 160 :fork_and_knife: 19 - A library that provides a method of accessing lists and dicts with a dotted path notation. +* [:octocat: DottedDict](https://github.com/carlosescri/DottedDict) - :star: 167 :fork_and_knife: 24 - A library that provides a method of accessing lists and dicts with a dotted path notation. ## CMS *Content Management Systems.* * [:earth_americas: django-cms](https://www.django-cms.org/en/) - An Open source enterprise CMS based on the Django. -* [:octocat: feincms](https://github.com/feincms/feincms) - :star: 848 :fork_and_knife: 230 - One of the most advanced Content Management Systems built on Django. -* [:octocat: indico](https://github.com/indico/indico) - :star: 1438 :fork_and_knife: 357 - A feature-rich event management system, made @ [CERN](https://en.wikipedia.org/wiki/CERN). -* [:octocat: Kotti](https://github.com/Kotti/Kotti) - :star: 394 :fork_and_knife: 116 - A high-level, Pythonic web application framework built on Pyramid. -* [:octocat: mezzanine](https://github.com/stephenmcd/mezzanine) - :star: 4580 :fork_and_knife: 1624 - A powerful, consistent, and flexible content management platform. +* [:octocat: feincms](https://github.com/feincms/feincms) - :star: 867 :fork_and_knife: 229 - One of the most advanced Content Management Systems built on Django. +* [:octocat: indico](https://github.com/indico/indico) - :star: 1491 :fork_and_knife: 365 - A feature-rich event management system, made @ [CERN](https://en.wikipedia.org/wiki/CERN). +* [:octocat: Kotti](https://github.com/Kotti/Kotti) - :star: 400 :fork_and_knife: 116 - A high-level, Pythonic web application framework built on Pyramid. +* [:octocat: mezzanine](https://github.com/stephenmcd/mezzanine) - :star: 4638 :fork_and_knife: 1631 - A powerful, consistent, and flexible content management platform. * [:earth_americas: plone](https://plone.org/) - A CMS built on top of the open source application server Zope. -* [:octocat: quokka](https://github.com/rochacbruno/quokka) - :star: 2220 :fork_and_knife: 456 - Flexible, extensible, small CMS powered by Flask and MongoDB. +* [:octocat: quokka](https://github.com/rochacbruno/quokka) - :star: 2227 :fork_and_knife: 456 - Flexible, extensible, small CMS powered by Flask and MongoDB. * [:earth_americas: wagtail](https://wagtail.io/) - A Django content management system. ## Caching *Libraries for caching data.* -* [:octocat: beaker](https://github.com/bbangert/beaker) - :star: 501 :fork_and_knife: 141 - A WSGI middleware for sessions and caching. -* [:octocat: django-cache-machine](https://github.com/django-cache-machine/django-cache-machine) - :star: 849 :fork_and_knife: 163 - Automatic caching and invalidation for Django models. -* [:octocat: django-cacheops](https://github.com/Suor/django-cacheops) - :star: 1775 :fork_and_knife: 208 - A slick ORM cache with automatic granular event-driven invalidation. +* [:octocat: beaker](https://github.com/bbangert/beaker) - :star: 507 :fork_and_knife: 142 - A WSGI middleware for sessions and caching. +* [:octocat: django-cache-machine](https://github.com/django-cache-machine/django-cache-machine) - :star: 858 :fork_and_knife: 162 - Automatic caching and invalidation for Django models. +* [:octocat: django-cacheops](https://github.com/Suor/django-cacheops) - :star: 1854 :fork_and_knife: 214 - A slick ORM cache with automatic granular event-driven invalidation. * [:earth_americas: dogpile.cache](http://dogpilecache.readthedocs.io/en/latest/) - dogpile.cache is next generation replacement for Beaker made by same authors. * [:earth_americas: HermesCache](https://pypi.org/project/HermesCache/) - Python caching library with tag-based invalidation and dogpile effect prevention. -* [:octocat: pylibmc](https://github.com/lericson/pylibmc) - :star: 462 :fork_and_knife: 133 - A Python wrapper around the [libmemcached](https://libmemcached.org/libMemcached.html) interface. +* [:octocat: pylibmc](https://github.com/lericson/pylibmc) - :star: 470 :fork_and_knife: 134 - A Python wrapper around the [libmemcached](https://libmemcached.org/libMemcached.html) interface. * [:earth_americas: python-diskcache](http://www.grantjenks.com/docs/diskcache/) - SQLite and file backed cache backend with faster lookups than memcached and redis. ## ChatOps Tools *Libraries for chatbot development.* -* [:octocat: errbot](https://github.com/errbotio/errbot/) - :star: 2857 :fork_and_knife: 598 - The easiest and most popular chatbot to implement ChatOps. +* [:octocat: errbot](https://github.com/errbotio/errbot/) - :star: 2930 :fork_and_knife: 603 - The easiest and most popular chatbot to implement ChatOps. ## Code Analysis *Tools of static analysis, linters and code quality checkers. Also see [awesome-static-analysis](https://github.com/mre/awesome-static-analysis).* * Code Analysis - * [:octocat: coala](https://github.com/coala/coala/) - :star: 3424 :fork_and_knife: 1347 - Language independent and easily extendable code analysis application. - * [:octocat: code2flow](https://github.com/scottrogowski/code2flow) - :star: 3064 :fork_and_knife: 232 - Turn your Python and JavaScript code into DOT flowcharts. - * [:octocat: prospector](https://github.com/PyCQA/prospector) - :star: 1761 :fork_and_knife: 163 - A tool to analyse Python code. - * [:octocat: pycallgraph](https://github.com/gak/pycallgraph) - :star: 1714 :fork_and_knife: 309 - A library that visualises the flow (call graph) of your Python application. - * [:octocat: vulture](https://github.com/jendrikseipp/vulture) - :star: 2418 :fork_and_knife: 116 - A tool for finding and analysing dead Python code. + * [:octocat: coala](https://github.com/coala/coala/) - :star: 3473 :fork_and_knife: 1346 - Language independent and easily extendable code analysis application. + * [:octocat: code2flow](https://github.com/scottrogowski/code2flow) - :star: 3244 :fork_and_knife: 244 - Turn your Python and JavaScript code into DOT flowcharts. + * [:octocat: prospector](https://github.com/PyCQA/prospector) - :star: 1823 :fork_and_knife: 169 - A tool to analyse Python code. + * [:octocat: pycallgraph](https://github.com/gak/pycallgraph) - :star: 1735 :fork_and_knife: 313 - A library that visualises the flow (call graph) of your Python application. + * [:octocat: vulture](https://github.com/jendrikseipp/vulture) - :star: 2553 :fork_and_knife: 124 - A tool for finding and analysing dead Python code. * Code Linters * [:earth_americas: flake8](https://pypi.org/project/flake8/) - A wrapper around `pycodestyle`, `pyflakes` and McCabe. - * [:octocat: awesome-flake8-extensions](https://github.com/DmytroLitvinov/awesome-flake8-extensions) - :star: 1033 :fork_and_knife: 41 - * [:octocat: pylama](https://github.com/klen/pylama) - :star: 975 :fork_and_knife: 99 - A code audit tool for Python and JavaScript. + * [:octocat: awesome-flake8-extensions](https://github.com/DmytroLitvinov/awesome-flake8-extensions) - :star: 1098 :fork_and_knife: 42 + * [:octocat: pylama](https://github.com/klen/pylama) - :star: 1001 :fork_and_knife: 102 - A code audit tool for Python and JavaScript. * [:earth_americas: pylint](https://www.pylint.org/) - A fully customizable source code analyzer. - * [:octocat: wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide) - :star: 2144 :fork_and_knife: 362 - The strictest and most opinionated python linter ever. + * [:octocat: wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide) - :star: 2233 :fork_and_knife: 372 - The strictest and most opinionated python linter ever. * Code Formatters - * [:octocat: black](https://github.com/python/black) - :star: 31398 :fork_and_knife: 2027 - The uncompromising Python code formatter. - * [:octocat: isort](https://github.com/timothycrosley/isort) - :star: 5618 :fork_and_knife: 519 - A Python utility / library to sort imports. - * [:octocat: yapf](https://github.com/google/yapf) - :star: 13105 :fork_and_knife: 893 - Yet another Python code formatter from Google. + * [:octocat: black](https://github.com/python/black) - :star: 32632 :fork_and_knife: 2102 - The uncompromising Python code formatter. + * [:octocat: isort](https://github.com/timothycrosley/isort) - :star: 5852 :fork_and_knife: 533 - A Python utility / library to sort imports. + * [:octocat: yapf](https://github.com/google/yapf) - :star: 13273 :fork_and_knife: 902 - Yet another Python code formatter from Google. * Static Type Checkers, also see [awesome-python-typing](https://github.com/typeddjango/awesome-python-typing) * [:earth_americas: mypy](http://mypy-lang.org/) - Check variable types during compile time. - * [:octocat: pyre-check](https://github.com/facebook/pyre-check) - :star: 6240 :fork_and_knife: 414 - Performant type checking. - * [:octocat: typeshed](https://github.com/python/typeshed) - :star: 3421 :fork_and_knife: 1478 - Collection of library stubs for Python, with static types. + * [:octocat: pyre-check](https://github.com/facebook/pyre-check) - :star: 6370 :fork_and_knife: 424 - Performant type checking. + * [:octocat: typeshed](https://github.com/python/typeshed) - :star: 3630 :fork_and_knife: 1541 - Collection of library stubs for Python, with static types. * Static Type Annotations Generators - * [:octocat: MonkeyType](https://github.com/Instagram/MonkeyType) - :star: 4129 :fork_and_knife: 154 - A system for Python that generates static type annotations by collecting runtime types. - * [:octocat: pyannotate](https://github.com/dropbox/pyannotate) - :star: 1375 :fork_and_knife: 60 - Auto-generate PEP-484 annotations. - * [:octocat: pytype](https://github.com/google/pytype) - :star: 4118 :fork_and_knife: 263 - Pytype checks and infers types for Python code - without requiring type annotations. + * [:octocat: MonkeyType](https://github.com/Instagram/MonkeyType) - :star: 4260 :fork_and_knife: 159 - A system for Python that generates static type annotations by collecting runtime types. + * [:octocat: pyannotate](https://github.com/dropbox/pyannotate) - :star: 1388 :fork_and_knife: 61 - Auto-generate PEP-484 annotations. + * [:octocat: pytype](https://github.com/google/pytype) - :star: 4241 :fork_and_knife: 272 - Pytype checks and infers types for Python code - without requiring type annotations. ## Command-line Interface Development @@ -271,59 +271,59 @@ Inspired by [fucking-awesome-go](https://github.com/hvnsweeting/fucking-awesome- * [:earth_americas: click](http://click.pocoo.org/dev/) - A package for creating beautiful command line interfaces in a composable way. * [:earth_americas: cliff](https://docs.openstack.org/developer/cliff/) - A framework for creating command-line programs with multi-level commands. * [:earth_americas: docopt](http://docopt.org/) - Pythonic command line arguments parser. - * [:octocat: python-fire](https://github.com/google/python-fire) - :star: 23922 :fork_and_knife: 1364 - A library for creating command line interfaces from absolutely any Python object. - * [:octocat: python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - :star: 8170 :fork_and_knife: 665 - A library for building powerful interactive command lines. + * [:octocat: python-fire](https://github.com/google/python-fire) - :star: 24692 :fork_and_knife: 1401 - A library for creating command line interfaces from absolutely any Python object. + * [:octocat: python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - :star: 8400 :fork_and_knife: 682 - A library for building powerful interactive command lines. * Terminal Rendering - * [:octocat: alive-progress](https://github.com/rsalmei/alive-progress) - :star: 4164 :fork_and_knife: 169 - A new kind of Progress Bar, with real-time throughput, eta and very cool animations. - * [:octocat: asciimatics](https://github.com/peterbrittain/asciimatics) - :star: 3252 :fork_and_knife: 241 - A package to create full-screen text UIs (from interactive forms to ASCII animations). - * [:octocat: bashplotlib](https://github.com/glamp/bashplotlib) - :star: 1719 :fork_and_knife: 133 - Making basic plots in the terminal. + * [:octocat: alive-progress](https://github.com/rsalmei/alive-progress) - :star: 4468 :fork_and_knife: 179 - A new kind of Progress Bar, with real-time throughput, eta and very cool animations. + * [:octocat: asciimatics](https://github.com/peterbrittain/asciimatics) - :star: 3342 :fork_and_knife: 242 - A package to create full-screen text UIs (from interactive forms to ASCII animations). + * [:octocat: bashplotlib](https://github.com/glamp/bashplotlib) - :star: 1742 :fork_and_knife: 134 - Making basic plots in the terminal. * [:earth_americas: colorama](https://pypi.org/project/colorama/) - Cross-platform colored terminal text. - * [:octocat: rich](https://github.com/willmcgugan/rich) - :star: 42113 :fork_and_knife: 1496 - Python library for rich text and beautiful formatting in the terminal. Also provides a great `RichHandler` log handler. - * [:octocat: tqdm](https://github.com/tqdm/tqdm) - :star: 24037 :fork_and_knife: 1222 - Fast, extensible progress bar for loops and CLI. + * [:octocat: rich](https://github.com/willmcgugan/rich) - :star: 43603 :fork_and_knife: 1570 - Python library for rich text and beautiful formatting in the terminal. Also provides a great `RichHandler` log handler. + * [:octocat: tqdm](https://github.com/tqdm/tqdm) - :star: 25019 :fork_and_knife: 1277 - Fast, extensible progress bar for loops and CLI. ## Command-line Tools *Useful CLI-based tools for productivity.* * Productivity Tools - * [:octocat: copier](https://github.com/pykong/copier) - :star: 881 :fork_and_knife: 110 - A library and command-line utility for rendering projects templates. - * [:octocat: cookiecutter](https://github.com/audreyr/cookiecutter) - :star: 18949 :fork_and_knife: 1787 - A command-line utility that creates projects from cookiecutters (project templates). - * [:octocat: doitlive](https://github.com/sloria/doitlive) - :star: 3247 :fork_and_knife: 95 - A tool for live presentations in the terminal. - * [:octocat: howdoi](https://github.com/gleitz/howdoi) - :star: 9900 :fork_and_knife: 861 - Instant coding answers via the command line. - * [:octocat: Invoke](https://github.com/pyinvoke/invoke#readme) - :star: 3847 :fork_and_knife: 341 - A tool for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks. - * [:octocat: PathPicker](https://github.com/facebook/PathPicker) - :star: 4878 :fork_and_knife: 310 - Select files out of bash output. - * [:octocat: percol](https://github.com/mooz/percol) - :star: 3169 :fork_and_knife: 148 - Adds flavor of interactive selection to the traditional pipe concept on UNIX. - * [:octocat: thefuck](https://github.com/nvbn/thefuck) - :star: 75849 :fork_and_knife: 3317 - Correcting your previous console command. - * [:octocat: tmuxp](https://github.com/tony/tmuxp) - :star: 3606 :fork_and_knife: 227 - A [tmux](https://github.com/tmux/tmux) session manager. - * [:octocat: try](https://github.com/timofurrer/try) - :star: 665 :fork_and_knife: 40 - A dead simple CLI to try out python packages - it's never been easier. + * [:octocat: copier](https://github.com/pykong/copier) - :star: 1092 :fork_and_knife: 126 - A library and command-line utility for rendering projects templates. + * [:octocat: cookiecutter](https://github.com/audreyr/cookiecutter) - :star: 19745 :fork_and_knife: 1848 - A command-line utility that creates projects from cookiecutters (project templates). + * [:octocat: doitlive](https://github.com/sloria/doitlive) - :star: 3301 :fork_and_knife: 97 - A tool for live presentations in the terminal. + * [:octocat: howdoi](https://github.com/gleitz/howdoi) - :star: 10106 :fork_and_knife: 865 - Instant coding answers via the command line. + * [:octocat: Invoke](https://github.com/pyinvoke/invoke#readme) - :star: 3977 :fork_and_knife: 349 - A tool for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks. + * [:octocat: PathPicker](https://github.com/facebook/PathPicker) - :star: 4922 :fork_and_knife: 311 - Select files out of bash output. + * [:octocat: percol](https://github.com/mooz/percol) - :star: 3200 :fork_and_knife: 149 - Adds flavor of interactive selection to the traditional pipe concept on UNIX. + * [:octocat: thefuck](https://github.com/nvbn/thefuck) - :star: 77811 :fork_and_knife: 3360 - Correcting your previous console command. + * [:octocat: tmuxp](https://github.com/tony/tmuxp) - :star: 3710 :fork_and_knife: 228 - A [tmux](https://github.com/tmux/tmux) session manager. + * [:octocat: try](https://github.com/timofurrer/try) - :star: 675 :fork_and_knife: 41 - A dead simple CLI to try out python packages - it's never been easier. * CLI Enhancements - * [:octocat: httpie](https://github.com/jakubroztocil/httpie) - :star: 26483 :fork_and_knife: 3753 - A command line HTTP client, a user-friendly cURL replacement. - * [:octocat: iredis](https://github.com/laixintao/iredis) - :star: 2243 :fork_and_knife: 90 - Redis CLI with autocompletion and syntax highlighting. - * [:octocat: kube-shell](https://github.com/cloudnativelabs/kube-shell) - :star: 2224 :fork_and_knife: 173 - An integrated shell for working with the Kubernetes CLI. - * [:octocat: litecli](https://github.com/dbcli/litecli) - :star: 1775 :fork_and_knife: 64 - SQLite CLI with autocompletion and syntax highlighting. - * [:octocat: mycli](https://github.com/dbcli/mycli) - :star: 10762 :fork_and_knife: 643 - MySQL CLI with autocompletion and syntax highlighting. - * [:octocat: pgcli](https://github.com/dbcli/pgcli) - :star: 10915 :fork_and_knife: 501 - PostgreSQL CLI with autocompletion and syntax highlighting. - * [:octocat: saws](https://github.com/donnemartin/saws) - :star: 5086 :fork_and_knife: 281 - A Supercharged [aws-cli](https://github.com/aws/aws-cli). + * [:octocat: httpie](https://github.com/jakubroztocil/httpie) - :star: 28095 :fork_and_knife: 3773 - A command line HTTP client, a user-friendly cURL replacement. + * [:octocat: iredis](https://github.com/laixintao/iredis) - :star: 2300 :fork_and_knife: 92 - Redis CLI with autocompletion and syntax highlighting. + * [:octocat: kube-shell](https://github.com/cloudnativelabs/kube-shell) - :star: 2298 :fork_and_knife: 177 - An integrated shell for working with the Kubernetes CLI. + * [:octocat: litecli](https://github.com/dbcli/litecli) - :star: 1834 :fork_and_knife: 65 - SQLite CLI with autocompletion and syntax highlighting. + * [:octocat: mycli](https://github.com/dbcli/mycli) - :star: 10931 :fork_and_knife: 648 - MySQL CLI with autocompletion and syntax highlighting. + * [:octocat: pgcli](https://github.com/dbcli/pgcli) - :star: 11116 :fork_and_knife: 514 - PostgreSQL CLI with autocompletion and syntax highlighting. + * [:octocat: saws](https://github.com/donnemartin/saws) - :star: 5132 :fork_and_knife: 283 - A Supercharged [aws-cli](https://github.com/aws/aws-cli). ## Compatibility *Libraries for migrating from Python 2 to 3.* * [:earth_americas: python-future](http://python-future.org/index.html) - The missing compatibility layer between Python 2 and Python 3. -* [:octocat: modernize](https://github.com/PyCQA/modernize) - :star: 311 :fork_and_knife: 51 - Modernizes Python code for eventual Python 3 migration. +* [:octocat: modernize](https://github.com/PyCQA/modernize) - :star: 316 :fork_and_knife: 54 - Modernizes Python code for eventual Python 3 migration. * [:earth_americas: six](https://pypi.org/project/six/) - Python 2 and 3 compatibility utilities. ## Computer Vision *Libraries for Computer Vision.* -* [:octocat: EasyOCR](https://github.com/JaidedAI/EasyOCR) - :star: 17058 :fork_and_knife: 2464 - Ready-to-use OCR with 40+ languages supported. -* [:octocat: Face Recognition](https://github.com/ageitgey/face_recognition) - :star: 47327 :fork_and_knife: 12766 - Simple facial recognition library. -* [:octocat: Kornia](https://github.com/kornia/kornia/) - :star: 7765 :fork_and_knife: 780 - Open Source Differentiable Computer Vision Library for PyTorch. +* [:octocat: EasyOCR](https://github.com/JaidedAI/EasyOCR) - :star: 18339 :fork_and_knife: 2611 - Ready-to-use OCR with 40+ languages supported. +* [:octocat: Face Recognition](https://github.com/ageitgey/face_recognition) - :star: 48542 :fork_and_knife: 12964 - Simple facial recognition library. +* [:octocat: Kornia](https://github.com/kornia/kornia/) - :star: 8275 :fork_and_knife: 842 - Open Source Differentiable Computer Vision Library for PyTorch. * [:earth_americas: OpenCV](https://opencv.org/) - Open Source Computer Vision Library. -* [:octocat: pytesseract](https://github.com/madmaze/pytesseract) - :star: 4650 :fork_and_knife: 638 - A wrapper for [Google Tesseract OCR](https://github.com/tesseract-ocr). -* [:octocat: SimpleCV](https://github.com/sightmachine/SimpleCV) - :star: 2598 :fork_and_knife: 811 - An open source framework for building computer vision applications. -* [:octocat: tesserocr](https://github.com/sirfz/tesserocr) - :star: 1748 :fork_and_knife: 242 - Another simple, Pillow-friendly, wrapper around the `tesseract-ocr` API for OCR. +* [:octocat: pytesseract](https://github.com/madmaze/pytesseract) - :star: 4890 :fork_and_knife: 659 - A wrapper for [Google Tesseract OCR](https://github.com/tesseract-ocr). +* [:octocat: SimpleCV](https://github.com/sightmachine/SimpleCV) - :star: 2614 :fork_and_knife: 813 - An open source framework for building computer vision applications. +* [:octocat: tesserocr](https://github.com/sirfz/tesserocr) - :star: 1796 :fork_and_knife: 248 - Another simple, Pillow-friendly, wrapper around the `tesseract-ocr` API for OCR. ## Concurrency and Parallelism @@ -331,36 +331,36 @@ Inspired by [fucking-awesome-go](https://github.com/hvnsweeting/fucking-awesome- * [:earth_americas: concurrent.futures](https://docs.python.org/3/library/concurrent.futures.html) - (Python standard library) A high-level interface for asynchronously executing callables. * [:earth_americas: eventlet](http://eventlet.net/) - Asynchronous framework with WSGI support. -* [:octocat: gevent](http://www.gevent.org/) - :star: 1445 :fork_and_knife: 222 - A coroutine-based Python networking library that uses [greenlet](https://github.com/python-greenlet/greenlet). +* [:octocat: gevent](http://www.gevent.org/) - :star: 1479 :fork_and_knife: 228 - A coroutine-based Python networking library that uses [greenlet](https://github.com/python-greenlet/greenlet). * [:earth_americas: multiprocessing](https://docs.python.org/3/library/multiprocessing.html) - (Python standard library) Process-based parallelism. -* [:octocat: scoop](https://github.com/soravux/scoop) - :star: 585 :fork_and_knife: 89 - Scalable Concurrent Operations in Python. -* [:octocat: uvloop](https://github.com/MagicStack/uvloop) - :star: 9181 :fork_and_knife: 537 - Ultra fast implementation of `asyncio` event loop on top of `libuv`. +* [:octocat: scoop](https://github.com/soravux/scoop) - :star: 593 :fork_and_knife: 89 - Scalable Concurrent Operations in Python. +* [:octocat: uvloop](https://github.com/MagicStack/uvloop) - :star: 9376 :fork_and_knife: 550 - Ultra fast implementation of `asyncio` event loop on top of `libuv`. ## Configuration *Libraries for storing and parsing configuration options.* -* [:octocat: configobj](https://github.com/DiffSK/configobj) - :star: 289 :fork_and_knife: 68 - INI file parser with validation. +* [:octocat: configobj](https://github.com/DiffSK/configobj) - :star: 294 :fork_and_knife: 70 - INI file parser with validation. * [:earth_americas: configparser](https://docs.python.org/3/library/configparser.html) - (Python standard library) INI file parser. -* [:octocat: hydra](https://github.com/facebookresearch/hydra) - :star: 6805 :fork_and_knife: 556 - Hydra is a framework for elegantly configuring complex applications. +* [:octocat: hydra](https://github.com/facebookresearch/hydra) - :star: 7204 :fork_and_knife: 588 - Hydra is a framework for elegantly configuring complex applications. * [:earth_americas: profig](https://profig.readthedocs.io/en/latest/) - Config from multiple formats with value conversion. -* [:octocat: python-decouple](https://github.com/henriquebastos/python-decouple) - :star: 2349 :fork_and_knife: 168 - Strict separation of settings from code. +* [:octocat: python-decouple](https://github.com/henriquebastos/python-decouple) - :star: 2448 :fork_and_knife: 177 - Strict separation of settings from code. ## Cryptography * [:earth_americas: cryptography](https://cryptography.io/en/latest/) - A package designed to expose cryptographic primitives and recipes to Python developers. -* [:octocat: paramiko](https://github.com/paramiko/paramiko) - :star: 8173 :fork_and_knife: 1909 - The leading native Python SSHv2 protocol library. +* [:octocat: paramiko](https://github.com/paramiko/paramiko) - :star: 8368 :fork_and_knife: 1932 - The leading native Python SSHv2 protocol library. * [:earth_americas: passlib](https://passlib.readthedocs.io/en/stable/) - Secure password storage/hashing library, very high level. -* [:octocat: pynacl](https://github.com/pyca/pynacl) - :star: 944 :fork_and_knife: 219 - Python binding to the Networking and Cryptography (NaCl) library. +* [:octocat: pynacl](https://github.com/pyca/pynacl) - :star: 976 :fork_and_knife: 225 - Python binding to the Networking and Cryptography (NaCl) library. ## Data Analysis *Libraries for data analyzing.* -* [:octocat: AWS Data Wrangler](https://github.com/awslabs/aws-data-wrangler) - :star: 3335 :fork_and_knife: 579 - Pandas on AWS. -* [:octocat: Blaze](https://github.com/blaze/blaze) - :star: 3124 :fork_and_knife: 387 - NumPy and Pandas interface to Big Data. -* [:octocat: Open Mining](https://github.com/mining/mining) - :star: 1214 :fork_and_knife: 239 - Business Intelligence (BI) in Pandas interface. -* [:octocat: Optimus](https://github.com/ironmussa/Optimus) - :star: 1338 :fork_and_knife: 224 - Agile Data Science Workflows made easy with PySpark. +* [:octocat: AWS Data Wrangler](https://github.com/awslabs/aws-data-wrangler) - :star: 3492 :fork_and_knife: 623 - Pandas on AWS. +* [:octocat: Blaze](https://github.com/blaze/blaze) - :star: 3147 :fork_and_knife: 390 - NumPy and Pandas interface to Big Data. +* [:octocat: Open Mining](https://github.com/mining/mining) - :star: 1226 :fork_and_knife: 239 - Business Intelligence (BI) in Pandas interface. +* [:octocat: Optimus](https://github.com/ironmussa/Optimus) - :star: 1383 :fork_and_knife: 229 - Agile Data Science Workflows made easy with PySpark. * [:earth_americas: Orange](https://orange.biolab.si/) - Data mining, data visualization, analysis and machine learning through visual programming or scripts. * [:earth_americas: Pandas](http://pandas.pydata.org/) - A library providing high-performance, easy-to-use data structures and data analysis tools. @@ -368,76 +368,76 @@ Inspired by [fucking-awesome-go](https://github.com/hvnsweeting/fucking-awesome- *Libraries for validating data. Used for forms in many cases.* -* [:octocat: Cerberus](https://github.com/pyeve/cerberus) - :star: 2936 :fork_and_knife: 230 - A lightweight and extensible data validation library. +* [:octocat: Cerberus](https://github.com/pyeve/cerberus) - :star: 2988 :fork_and_knife: 232 - A lightweight and extensible data validation library. * [:earth_americas: colander](https://docs.pylonsproject.org/projects/colander/en/latest/) - Validating and deserializing data obtained via XML, JSON, an HTML form post. -* [:octocat: jsonschema](https://github.com/Julian/jsonschema) - :star: 4020 :fork_and_knife: 546 - An implementation of [JSON Schema](http://json-schema.org/) for Python. -* [:octocat: schema](https://github.com/keleshev/schema) - :star: 2720 :fork_and_knife: 194 - A library for validating Python data structures. -* [:octocat: Schematics](https://github.com/schematics/schematics) - :star: 2553 :fork_and_knife: 290 - Data Structure Validation. -* [:octocat: valideer](https://github.com/podio/valideer) - :star: 261 :fork_and_knife: 23 - Lightweight extensible data validation and adaptation library. -* [:octocat: voluptuous](https://github.com/alecthomas/voluptuous) - :star: 1760 :fork_and_knife: 206 - A Python data validation library. +* [:octocat: jsonschema](https://github.com/Julian/jsonschema) - :star: 4163 :fork_and_knife: 558 - An implementation of [JSON Schema](http://json-schema.org/) for Python. +* [:octocat: schema](https://github.com/keleshev/schema) - :star: 2760 :fork_and_knife: 197 - A library for validating Python data structures. +* [:octocat: Schematics](https://github.com/schematics/schematics) - :star: 2558 :fork_and_knife: 291 - Data Structure Validation. +* [:octocat: valideer](https://github.com/podio/valideer) - :star: 263 :fork_and_knife: 24 - Lightweight extensible data validation and adaptation library. +* [:octocat: voluptuous](https://github.com/alecthomas/voluptuous) - :star: 1771 :fork_and_knife: 208 - A Python data validation library. ## Data Visualization *Libraries for visualizing data. Also see [awesome-javascript](https://github.com/sorrycc/awesome-javascript#data-visualization).* -* [:octocat: Altair](https://github.com/altair-viz/altair) - :star: 8055 :fork_and_knife: 715 - Declarative statistical visualization library for Python. -* [:octocat: Bokeh](https://github.com/bokeh/bokeh) - :star: 17244 :fork_and_knife: 4036 - Interactive Web Plotting for Python. -* [:octocat: bqplot](https://github.com/bloomberg/bqplot) - :star: 3407 :fork_and_knife: 471 - Interactive Plotting Library for the Jupyter Notebook -* [:octocat: Cartopy](https://github.com/SciTools/cartopy) - :star: 1175 :fork_and_knife: 337 - A cartographic python library with matplotlib support +* [:octocat: Altair](https://github.com/altair-viz/altair) - :star: 8313 :fork_and_knife: 737 - Declarative statistical visualization library for Python. +* [:octocat: Bokeh](https://github.com/bokeh/bokeh) - :star: 17668 :fork_and_knife: 4109 - Interactive Web Plotting for Python. +* [:octocat: bqplot](https://github.com/bloomberg/bqplot) - :star: 3444 :fork_and_knife: 473 - Interactive Plotting Library for the Jupyter Notebook +* [:octocat: Cartopy](https://github.com/SciTools/cartopy) - :star: 1237 :fork_and_knife: 347 - A cartographic python library with matplotlib support * [:earth_americas: Dash](https://plot.ly/products/dash/) - Built on top of Flask, React and Plotly aimed at analytical web applications. - * [:octocat: awesome-dash](https://github.com/Acrotrend/awesome-dash) - :star: 1773 :fork_and_knife: 237 -* [:octocat: diagrams](https://github.com/mingrammer/diagrams) - :star: 27862 :fork_and_knife: 1711 - Diagram as Code. + * [:octocat: awesome-dash](https://github.com/Acrotrend/awesome-dash) - :star: 1865 :fork_and_knife: 241 +* [:octocat: diagrams](https://github.com/mingrammer/diagrams) - :star: 30089 :fork_and_knife: 1906 - Diagram as Code. * [:earth_americas: Matplotlib](http://matplotlib.org/) - A Python 2D plotting library. -* [:octocat: plotnine](https://github.com/has2k1/plotnine) - :star: 3354 :fork_and_knife: 193 - A grammar of graphics for Python based on ggplot2. +* [:octocat: plotnine](https://github.com/has2k1/plotnine) - :star: 3486 :fork_and_knife: 202 - A grammar of graphics for Python based on ggplot2. * [:earth_americas: Pygal](http://www.pygal.org/en/latest/) - A Python SVG Charts Creator. * [:earth_americas: PyGraphviz](https://pypi.org/project/pygraphviz/) - Python interface to [Graphviz](http://www.graphviz.org/). * [:earth_americas: PyQtGraph](http://www.pyqtgraph.org/) - Interactive and realtime 2D/3D/Image plotting and science/engineering widgets. -* [:octocat: Seaborn](https://github.com/mwaskom/seaborn) - :star: 10364 :fork_and_knife: 1703 - Statistical data visualization using Matplotlib. -* [:octocat: VisPy](https://github.com/vispy/vispy) - :star: 3017 :fork_and_knife: 606 - High-performance scientific visualization based on OpenGL. +* [:octocat: Seaborn](https://github.com/mwaskom/seaborn) - :star: 10816 :fork_and_knife: 1727 - Statistical data visualization using Matplotlib. +* [:octocat: VisPy](https://github.com/vispy/vispy) - :star: 3069 :fork_and_knife: 606 - High-performance scientific visualization based on OpenGL. ## Database *Databases implemented in Python.* -* [:octocat: pickleDB](https://github.com/patx/pickledb) - :star: 753 :fork_and_knife: 118 - A simple and lightweight key-value store for Python. -* [:octocat: tinydb](https://github.com/msiemens/tinydb) - :star: 5679 :fork_and_knife: 487 - A tiny, document-oriented database. -* [:octocat: ZODB](https://github.com/zopefoundation/ZODB) - :star: 583 :fork_and_knife: 83 - A native object database for Python. A key-value and object graph database. +* [:octocat: pickleDB](https://github.com/patx/pickledb) - :star: 788 :fork_and_knife: 122 - A simple and lightweight key-value store for Python. +* [:octocat: tinydb](https://github.com/msiemens/tinydb) - :star: 5916 :fork_and_knife: 505 - A tiny, document-oriented database. +* [:octocat: ZODB](https://github.com/zopefoundation/ZODB) - :star: 607 :fork_and_knife: 87 - A native object database for Python. A key-value and object graph database. ## Database Drivers *Libraries for connecting and operating databases.* * MySQL - [awesome-mysql](http://shlomi-noach.github.io/awesome-mysql/) - * [:octocat: mysqlclient](https://github.com/PyMySQL/mysqlclient-python) - :star: 2184 :fork_and_knife: 388 - MySQL connector with Python 3 support ([mysql-python](https://sourceforge.net/projects/mysql-python/) fork). - * [:octocat: PyMySQL](https://github.com/PyMySQL/PyMySQL) - :star: 7202 :fork_and_knife: 1392 - A pure Python MySQL driver compatible to mysql-python. + * [:octocat: mysqlclient](https://github.com/PyMySQL/mysqlclient-python) - :star: 2254 :fork_and_knife: 409 - MySQL connector with Python 3 support ([mysql-python](https://sourceforge.net/projects/mysql-python/) fork). + * [:octocat: PyMySQL](https://github.com/PyMySQL/PyMySQL) - :star: 7318 :fork_and_knife: 1409 - A pure Python MySQL driver compatible to mysql-python. * PostgreSQL - [awesome-postgres](https://github.com/dhamaniasad/awesome-postgres) * [:earth_americas: psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for Python. - * [:octocat: queries](https://github.com/gmr/queries) - :star: 253 :fork_and_knife: 33 - A wrapper of the psycopg2 library for interacting with PostgreSQL. + * [:octocat: queries](https://github.com/gmr/queries) - :star: 258 :fork_and_knife: 34 - A wrapper of the psycopg2 library for interacting with PostgreSQL. * Other Relational Databases * [:earth_americas: pymssql](https://pymssql.readthedocs.io/en/latest/) - A simple database interface to Microsoft SQL Server. - * [:octocat: SuperSQLite](https://github.com/plasticityai/supersqlite) - :star: 705 :fork_and_knife: 24 - A supercharged SQLite library built on top of [apsw](https://github.com/rogerbinns/apsw). + * [:octocat: SuperSQLite](https://github.com/plasticityai/supersqlite) - :star: 711 :fork_and_knife: 24 - A supercharged SQLite library built on top of [apsw](https://github.com/rogerbinns/apsw). * NoSQL Databases - * [:octocat: cassandra-driver](https://github.com/datastax/python-driver) - :star: 1318 :fork_and_knife: 510 - The Python Driver for Apache Cassandra. - * [:octocat: happybase](https://github.com/wbolster/happybase) - :star: 599 :fork_and_knife: 165 - A developer-friendly library for Apache HBase. - * [:octocat: kafka-python](https://github.com/dpkp/kafka-python) - :star: 5121 :fork_and_knife: 1336 - The Python client for Apache Kafka. + * [:octocat: cassandra-driver](https://github.com/datastax/python-driver) - :star: 1336 :fork_and_knife: 520 - The Python Driver for Apache Cassandra. + * [:octocat: happybase](https://github.com/wbolster/happybase) - :star: 601 :fork_and_knife: 165 - A developer-friendly library for Apache HBase. + * [:octocat: kafka-python](https://github.com/dpkp/kafka-python) - :star: 5214 :fork_and_knife: 1353 - The Python client for Apache Kafka. * [:earth_americas: py2neo](https://py2neo.org/) - A client library and toolkit for working with Neo4j. - * [:octocat: pymongo](https://github.com/mongodb/mongo-python-driver) - :star: 3791 :fork_and_knife: 1091 - The official Python client for MongoDB. - * [:octocat: redis-py](https://github.com/andymccurdy/redis-py) - :star: 11163 :fork_and_knife: 2315 - The Python client for Redis. + * [:octocat: pymongo](https://github.com/mongodb/mongo-python-driver) - :star: 3858 :fork_and_knife: 1113 - The official Python client for MongoDB. + * [:octocat: redis-py](https://github.com/andymccurdy/redis-py) - :star: 11550 :fork_and_knife: 2378 - The Python client for Redis. * Asynchronous Clients - * [:octocat: motor](https://github.com/mongodb/motor) - :star: 2107 :fork_and_knife: 188 - The async Python driver for MongoDB. + * [:octocat: motor](https://github.com/mongodb/motor) - :star: 2169 :fork_and_knife: 196 - The async Python driver for MongoDB. ## Date and Time *Libraries for working with dates and times.* * [:earth_americas: Arrow](https://arrow.readthedocs.io/en/latest/) - A Python library that offers a sensible and human-friendly approach to creating, manipulating, formatting and converting dates, times and timestamps. -* [:octocat: Chronyk](https://github.com/KoffeinFlummi/Chronyk) - :star: 338 :fork_and_knife: 16 - A Python 3 library for parsing human-written times and dates. -* [:octocat: dateutil](https://github.com/dateutil/dateutil) - :star: 1984 :fork_and_knife: 424 - Extensions to the standard Python [datetime](https://docs.python.org/3/library/datetime.html) module. -* [:octocat: delorean](https://github.com/myusuf3/delorean/) - :star: 1837 :fork_and_knife: 134 - A library for clearing up the inconvenient truths that arise dealing with datetimes. -* [:octocat: maya](https://github.com/timofurrer/maya) - :star: 3373 :fork_and_knife: 218 - Datetimes for Humans. -* [:octocat: moment](https://github.com/zachwill/moment) - :star: 712 :fork_and_knife: 46 - A Python library for dealing with dates/times. Inspired by [Moment.js](http://momentjs.com/). -* [:octocat: Pendulum](https://github.com/sdispater/pendulum) - :star: 5336 :fork_and_knife: 319 - Python datetimes made easy. -* [:octocat: PyTime](https://github.com/shinux/PyTime) - :star: 148 :fork_and_knife: 25 - An easy-to-use Python module which aims to operate date/time/datetime by string. +* [:octocat: Chronyk](https://github.com/KoffeinFlummi/Chronyk) - :star: 340 :fork_and_knife: 16 - A Python 3 library for parsing human-written times and dates. +* [:octocat: dateutil](https://github.com/dateutil/dateutil) - :star: 2082 :fork_and_knife: 438 - Extensions to the standard Python [datetime](https://docs.python.org/3/library/datetime.html) module. +* [:octocat: delorean](https://github.com/myusuf3/delorean/) - :star: 1844 :fork_and_knife: 133 - A library for clearing up the inconvenient truths that arise dealing with datetimes. +* [:octocat: maya](https://github.com/timofurrer/maya) - :star: 3381 :fork_and_knife: 218 - Datetimes for Humans. +* [:octocat: moment](https://github.com/zachwill/moment) - :star: 715 :fork_and_knife: 49 - A Python library for dealing with dates/times. Inspired by [Moment.js](http://momentjs.com/). +* [:octocat: Pendulum](https://github.com/sdispater/pendulum) - :star: 5491 :fork_and_knife: 331 - Python datetimes made easy. +* [:octocat: PyTime](https://github.com/shinux/PyTime) - :star: 151 :fork_and_knife: 26 - An easy-to-use Python module which aims to operate date/time/datetime by string. * [:earth_americas: pytz](https://launchpad.net/pytz) - World timezone definitions, modern and historical. Brings the [tz database](https://en.wikipedia.org/wiki/Tz_database) into Python. * [:octocat: when.py](https://github.com/dirn/When.py) - :star: 191 :fork_and_knife: 20 - Providing user-friendly functions to help perform common date and time actions. @@ -446,60 +446,60 @@ Inspired by [fucking-awesome-go](https://github.com/hvnsweeting/fucking-awesome- *Libraries for debugging code.* * pdb-like Debugger - * [:octocat: ipdb](https://github.com/gotcha/ipdb) - :star: 1663 :fork_and_knife: 146 - IPython-enabled [pdb](https://docs.python.org/3/library/pdb.html). - * [:octocat: pdb++](https://github.com/antocuni/pdb) - :star: 1056 :fork_and_knife: 58 - Another drop-in replacement for pdb. - * [:octocat: pudb](https://github.com/inducer/pudb) - :star: 2594 :fork_and_knife: 217 - A full-screen, console-based Python debugger. - * [:octocat: wdb](https://github.com/Kozea/wdb) - :star: 1555 :fork_and_knife: 116 - An improbable web debugger through WebSockets. + * [:octocat: ipdb](https://github.com/gotcha/ipdb) - :star: 1714 :fork_and_knife: 147 - IPython-enabled [pdb](https://docs.python.org/3/library/pdb.html). + * [:octocat: pdb++](https://github.com/antocuni/pdb) - :star: 1101 :fork_and_knife: 62 - Another drop-in replacement for pdb. + * [:octocat: pudb](https://github.com/inducer/pudb) - :star: 2686 :fork_and_knife: 217 - A full-screen, console-based Python debugger. + * [:octocat: wdb](https://github.com/Kozea/wdb) - :star: 1564 :fork_and_knife: 117 - An improbable web debugger through WebSockets. * Tracing - * [:octocat: lptrace](https://github.com/khamidou/lptrace) - :star: 688 :fork_and_knife: 41 - [strace](http://man7.org/linux/man-pages/man1/strace.1.html) for Python programs. - * [:octocat: manhole](https://github.com/ionelmc/python-manhole) - :star: 335 :fork_and_knife: 20 - Debugging UNIX socket connections and present the stacktraces for all threads and an interactive prompt. - * [:octocat: pyringe](https://github.com/google/pyringe) - :star: 1635 :fork_and_knife: 81 - Debugger capable of attaching to and injecting code into Python processes. - * [:octocat: python-hunter](https://github.com/ionelmc/python-hunter) - :star: 715 :fork_and_knife: 42 - A flexible code tracing toolkit. + * [:octocat: lptrace](https://github.com/khamidou/lptrace) - :star: 693 :fork_and_knife: 42 - [strace](http://man7.org/linux/man-pages/man1/strace.1.html) for Python programs. + * [:octocat: manhole](https://github.com/ionelmc/python-manhole) - :star: 341 :fork_and_knife: 21 - Debugging UNIX socket connections and present the stacktraces for all threads and an interactive prompt. + * [:octocat: pyringe](https://github.com/google/pyringe) - :star: 1638 :fork_and_knife: 82 - Debugger capable of attaching to and injecting code into Python processes. + * [:octocat: python-hunter](https://github.com/ionelmc/python-hunter) - :star: 736 :fork_and_knife: 43 - A flexible code tracing toolkit. * Profiler - * [:octocat: line_profiler](https://github.com/rkern/line_profiler) - :star: 3594 :fork_and_knife: 258 - Line-by-line profiling. - * [:octocat: memory_profiler](https://github.com/fabianp/memory_profiler) - :star: 80 :fork_and_knife: 13 - Monitor Memory usage of Python code. - * [:octocat: profiling](https://github.com/what-studio/profiling) - :star: 2974 :fork_and_knife: 121 - An interactive Python profiler. - * [:octocat: py-spy](https://github.com/benfred/py-spy) - :star: 9743 :fork_and_knife: 346 - A sampling profiler for Python programs. Written in Rust. - * [:octocat: pyflame](https://github.com/uber/pyflame) - :star: 2966 :fork_and_knife: 240 - A ptracing profiler For Python. - * [:octocat: vprof](https://github.com/nvdv/vprof) - :star: 3884 :fork_and_knife: 171 - Visual Python profiler. + * [:octocat: line_profiler](https://github.com/rkern/line_profiler) - :star: 3598 :fork_and_knife: 258 - Line-by-line profiling. + * [:octocat: memory_profiler](https://github.com/fabianp/memory_profiler) - :star: 81 :fork_and_knife: 13 - Monitor Memory usage of Python code. + * [:octocat: profiling](https://github.com/what-studio/profiling) - :star: 2973 :fork_and_knife: 121 - An interactive Python profiler. + * [:octocat: py-spy](https://github.com/benfred/py-spy) - :star: 10400 :fork_and_knife: 368 - A sampling profiler for Python programs. Written in Rust. + * [:octocat: pyflame](https://github.com/uber/pyflame) - :star: 2970 :fork_and_knife: 240 - A ptracing profiler For Python. + * [:octocat: vprof](https://github.com/nvdv/vprof) - :star: 3921 :fork_and_knife: 170 - Visual Python profiler. * Others - * [:octocat: django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) - :star: 7370 :fork_and_knife: 1000 - Display various debug information for Django. - * [:octocat: django-devserver](https://github.com/dcramer/django-devserver) - :star: 1270 :fork_and_knife: 167 - A drop-in replacement for Django's runserver. - * [:octocat: flask-debugtoolbar](https://github.com/mgood/flask-debugtoolbar) - :star: 865 :fork_and_knife: 131 - A port of the django-debug-toolbar to flask. - * [:octocat: icecream](https://github.com/gruns/icecream) - :star: 6602 :fork_and_knife: 135 - Inspect variables, expressions, and program execution with a single, simple function call. - * [:octocat: pyelftools](https://github.com/eliben/pyelftools) - :star: 1610 :fork_and_knife: 467 - Parsing and analyzing ELF files and DWARF debugging information. + * [:octocat: django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) - :star: 7524 :fork_and_knife: 1012 - Display various debug information for Django. + * [:octocat: django-devserver](https://github.com/dcramer/django-devserver) - :star: 1274 :fork_and_knife: 167 - A drop-in replacement for Django's runserver. + * [:octocat: flask-debugtoolbar](https://github.com/mgood/flask-debugtoolbar) - :star: 873 :fork_and_knife: 131 - A port of the django-debug-toolbar to flask. + * [:octocat: icecream](https://github.com/gruns/icecream) - :star: 6808 :fork_and_knife: 140 - Inspect variables, expressions, and program execution with a single, simple function call. + * [:octocat: pyelftools](https://github.com/eliben/pyelftools) - :star: 1677 :fork_and_knife: 480 - Parsing and analyzing ELF files and DWARF debugging information. ## Deep Learning *Frameworks for Neural Networks and Deep Learning. Also see [awesome-deep-learning](https://github.com/ChristosChristofidis/awesome-deep-learning).* -* [:octocat: caffe](https://github.com/BVLC/caffe) - :star: 33136 :fork_and_knife: 18985 - A fast open framework for deep learning.. -* [:octocat: keras](https://github.com/keras-team/keras) - :star: 57349 :fork_and_knife: 19293 - A high-level neural networks library and capable of running on top of either TensorFlow or Theano. -* [:octocat: mxnet](https://github.com/dmlc/mxnet) - :star: 20257 :fork_and_knife: 6873 - A deep learning framework designed for both efficiency and flexibility. -* [:octocat: pytorch](https://github.com/pytorch/pytorch) - :star: 62891 :fork_and_knife: 17458 - Tensors and Dynamic neural networks in Python with strong GPU acceleration. -* [:octocat: SerpentAI](https://github.com/SerpentAI/SerpentAI) - :star: 6430 :fork_and_knife: 762 - Game agent framework. Use any video game as a deep learning sandbox. -* [:octocat: tensorflow](https://github.com/tensorflow/tensorflow) - :star: 171362 :fork_and_knife: 87817 - The most popular Deep Learning framework created by Google. -* [:octocat: Theano](https://github.com/Theano/Theano) - :star: 9664 :fork_and_knife: 2508 - A library for fast numerical computation. +* [:octocat: caffe](https://github.com/BVLC/caffe) - :star: 33414 :fork_and_knife: 18995 - A fast open framework for deep learning.. +* [:octocat: keras](https://github.com/keras-team/keras) - :star: 58593 :fork_and_knife: 19358 - A high-level neural networks library and capable of running on top of either TensorFlow or Theano. +* [:octocat: mxnet](https://github.com/dmlc/mxnet) - :star: 20438 :fork_and_knife: 6875 - A deep learning framework designed for both efficiency and flexibility. +* [:octocat: pytorch](https://github.com/pytorch/pytorch) - :star: 67854 :fork_and_knife: 18598 - Tensors and Dynamic neural networks in Python with strong GPU acceleration. +* [:octocat: SerpentAI](https://github.com/SerpentAI/SerpentAI) - :star: 6515 :fork_and_knife: 771 - Game agent framework. Use any video game as a deep learning sandbox. +* [:octocat: tensorflow](https://github.com/tensorflow/tensorflow) - :star: 175542 :fork_and_knife: 88446 - The most popular Deep Learning framework created by Google. +* [:octocat: Theano](https://github.com/Theano/Theano) - :star: 9739 :fork_and_knife: 2508 - A library for fast numerical computation. ## DevOps Tools *Software and libraries for DevOps.* * Configuration Management - * [:octocat: ansible](https://github.com/ansible/ansible) - :star: 56328 :fork_and_knife: 23006 - A radically simple IT automation platform. + * [:octocat: ansible](https://github.com/ansible/ansible) - :star: 57699 :fork_and_knife: 23417 - A radically simple IT automation platform. * [:earth_americas: cloudinit](https://cloudinit.readthedocs.io/en/latest/) - A multi-distribution package that handles early initialization of a cloud instance. * [:earth_americas: OpenStack](https://www.openstack.org/) - Open source software for building private and public clouds. - * [:octocat: pyinfra](https://github.com/Fizzadar/pyinfra) - :star: 2187 :fork_and_knife: 304 - A versatile CLI tools and python libraries to automate infrastructure. - * [:octocat: saltstack](https://github.com/saltstack/salt) - :star: 13046 :fork_and_knife: 5400 - Infrastructure automation and management system. + * [:octocat: pyinfra](https://github.com/Fizzadar/pyinfra) - :star: 2335 :fork_and_knife: 305 - A versatile CLI tools and python libraries to automate infrastructure. + * [:octocat: saltstack](https://github.com/saltstack/salt) - :star: 13284 :fork_and_knife: 5424 - Infrastructure automation and management system. * SSH-style Deployment - * [:octocat: cuisine](https://github.com/sebastien/cuisine) - :star: 1252 :fork_and_knife: 161 - Chef-like functionality for Fabric. - * [:octocat: fabric](https://github.com/fabric/fabric) - :star: 13873 :fork_and_knife: 1915 - A simple, Pythonic tool for remote execution and deployment. - * [:octocat: fabtools](https://github.com/fabtools/fabtools) - :star: 1255 :fork_and_knife: 213 - Tools for writing awesome Fabric files. + * [:octocat: cuisine](https://github.com/sebastien/cuisine) - :star: 1259 :fork_and_knife: 162 - Chef-like functionality for Fabric. + * [:octocat: fabric](https://github.com/fabric/fabric) - :star: 14075 :fork_and_knife: 1923 - A simple, Pythonic tool for remote execution and deployment. + * [:octocat: fabtools](https://github.com/fabtools/fabtools) - :star: 1257 :fork_and_knife: 210 - Tools for writing awesome Fabric files. * Process Management - * [:octocat: honcho](https://github.com/nickstenning/honcho) - :star: 1504 :fork_and_knife: 139 - A Python clone of [Foreman](https://github.com/ddollar/foreman), for managing Procfile-based applications. - * [:octocat: supervisor](https://github.com/Supervisor/supervisor) - :star: 7661 :fork_and_knife: 1207 - Supervisor process control system for UNIX. + * [:octocat: honcho](https://github.com/nickstenning/honcho) - :star: 1533 :fork_and_knife: 142 - A Python clone of [Foreman](https://github.com/ddollar/foreman), for managing Procfile-based applications. + * [:octocat: supervisor](https://github.com/Supervisor/supervisor) - :star: 7794 :fork_and_knife: 1218 - Supervisor process control system for UNIX. * Monitoring - * [:octocat: psutil](https://github.com/giampaolo/psutil) - :star: 9091 :fork_and_knife: 1307 - A cross-platform process and system utilities module. + * [:octocat: psutil](https://github.com/giampaolo/psutil) - :star: 9357 :fork_and_knife: 1336 - A cross-platform process and system utilities module. * Backup * [:earth_americas: BorgBackup](https://www.borgbackup.org/) - A deduplicating archiver with compression and encryption. * Others @@ -510,44 +510,44 @@ Inspired by [fucking-awesome-go](https://github.com/hvnsweeting/fucking-awesome- *Frameworks and libraries for Distributed Computing.* * Batch Processing - * [:octocat: dask](https://github.com/dask/dask) - :star: 10746 :fork_and_knife: 1594 - A flexible parallel computing library for analytic computing. - * [:octocat: luigi](https://github.com/spotify/luigi) - :star: 16331 :fork_and_knife: 2356 - A module that helps you build complex pipelines of batch jobs. - * [:octocat: mrjob](https://github.com/Yelp/mrjob) - :star: 2597 :fork_and_knife: 607 - Run MapReduce jobs on Hadoop or Amazon Web Services. + * [:octocat: dask](https://github.com/dask/dask) - :star: 11105 :fork_and_knife: 1628 - A flexible parallel computing library for analytic computing. + * [:octocat: luigi](https://github.com/spotify/luigi) - :star: 16580 :fork_and_knife: 2373 - A module that helps you build complex pipelines of batch jobs. + * [:octocat: mrjob](https://github.com/Yelp/mrjob) - :star: 2601 :fork_and_knife: 606 - Run MapReduce jobs on Hadoop or Amazon Web Services. * [:earth_americas: PySpark](https://pypi.org/project/pyspark/) - [Apache Spark](https://spark.apache.org/) Python API. - * [:octocat: Ray](https://github.com/ray-project/ray/) - :star: 24177 :fork_and_knife: 4201 - A system for parallel and distributed Python that unifies the machine learning ecosystem. + * [:octocat: Ray](https://github.com/ray-project/ray/) - :star: 26159 :fork_and_knife: 4886 - A system for parallel and distributed Python that unifies the machine learning ecosystem. * Stream Processing - * [:octocat: faust](https://github.com/robinhood/faust) - :star: 6501 :fork_and_knife: 548 - A stream processing library, porting the ideas from [Kafka Streams](https://kafka.apache.org/documentation/streams/) to Python. - * [:octocat: streamparse](https://github.com/Parsely/streamparse) - :star: 1473 :fork_and_knife: 219 - Run Python code against real-time streams of data via [Apache Storm](http://storm.apache.org/). + * [:octocat: faust](https://github.com/robinhood/faust) - :star: 6554 :fork_and_knife: 551 - A stream processing library, porting the ideas from [Kafka Streams](https://kafka.apache.org/documentation/streams/) to Python. + * [:octocat: streamparse](https://github.com/Parsely/streamparse) - :star: 1484 :fork_and_knife: 221 - Run Python code against real-time streams of data via [Apache Storm](http://storm.apache.org/). ## Distribution *Libraries to create packaged executables for release distribution.* -* [:octocat: dh-virtualenv](https://github.com/spotify/dh-virtualenv) - :star: 1553 :fork_and_knife: 187 - Build and distribute a virtualenv as a Debian package. +* [:octocat: dh-virtualenv](https://github.com/spotify/dh-virtualenv) - :star: 1566 :fork_and_knife: 189 - Build and distribute a virtualenv as a Debian package. * [:earth_americas: Nuitka](http://nuitka.net/) - Compile scripts, modules, packages to an executable or extension module. * [:earth_americas: py2app](http://pythonhosted.org/py2app/) - Freezes Python scripts (Mac OS X). * [:earth_americas: py2exe](http://www.py2exe.org/) - Freezes Python scripts (Windows). -* [:octocat: pyarmor](https://github.com/dashingsoft/pyarmor) - :star: 2036 :fork_and_knife: 213 - A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts. -* [:octocat: PyInstaller](https://github.com/pyinstaller/pyinstaller) - :star: 10042 :fork_and_knife: 1860 - Converts Python programs into stand-alone executables (cross-platform). +* [:octocat: pyarmor](https://github.com/dashingsoft/pyarmor) - :star: 2259 :fork_and_knife: 234 - A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts. +* [:octocat: PyInstaller](https://github.com/pyinstaller/pyinstaller) - :star: 10366 :fork_and_knife: 1883 - Converts Python programs into stand-alone executables (cross-platform). * [:earth_americas: pynsist](http://pynsist.readthedocs.io/en/latest/) - A tool to build Windows installers, installers bundle Python itself. -* [:octocat: shiv](https://github.com/linkedin/shiv) - :star: 1551 :fork_and_knife: 84 - A command line utility for building fully self-contained zipapps (PEP 441), but with all their dependencies included. +* [:octocat: shiv](https://github.com/linkedin/shiv) - :star: 1606 :fork_and_knife: 85 - A command line utility for building fully self-contained zipapps (PEP 441), but with all their dependencies included. ## Documentation *Libraries for generating project documentation.* -* [:octocat: sphinx](https://github.com/sphinx-doc/sphinx/) - :star: 5211 :fork_and_knife: 1863 - Python Documentation generator. - * [:octocat: awesome-sphinxdoc](https://github.com/yoloseem/awesome-sphinxdoc) - :star: 847 :fork_and_knife: 68 -* [:octocat: pdoc](https://github.com/mitmproxy/pdoc) - :star: 1460 :fork_and_knife: 166 - Epydoc replacement to auto generate API documentation for Python libraries. -* [:octocat: pycco](https://github.com/pycco-docs/pycco) - :star: 812 :fork_and_knife: 148 - The literate-programming-style documentation generator. +* [:octocat: sphinx](https://github.com/sphinx-doc/sphinx/) - :star: 5467 :fork_and_knife: 1939 - Python Documentation generator. + * [:octocat: awesome-sphinxdoc](https://github.com/yoloseem/awesome-sphinxdoc) - :star: 867 :fork_and_knife: 70 +* [:octocat: pdoc](https://github.com/mitmproxy/pdoc) - :star: 1552 :fork_and_knife: 176 - Epydoc replacement to auto generate API documentation for Python libraries. +* [:octocat: pycco](https://github.com/pycco-docs/pycco) - :star: 826 :fork_and_knife: 149 - The literate-programming-style documentation generator. ## Downloader *Libraries for downloading.* -* [:octocat: akshare](https://github.com/jindaxiang/akshare) - :star: 6025 :fork_and_knife: 1353 - A financial data interface library, built for human beings! -* [:octocat: s3cmd](https://github.com/s3tools/s3cmd) - :star: 4095 :fork_and_knife: 877 - A command line tool for managing Amazon S3 and CloudFront. -* [:octocat: s4cmd](https://github.com/bloomreach/s4cmd) - :star: 1256 :fork_and_knife: 203 - Super S3 command line tool, good for higher performance. +* [:octocat: akshare](https://github.com/jindaxiang/akshare) - :star: 6667 :fork_and_knife: 1474 - A financial data interface library, built for human beings! +* [:octocat: s3cmd](https://github.com/s3tools/s3cmd) - :star: 4189 :fork_and_knife: 891 - A command line tool for managing Amazon S3 and CloudFront. +* [:octocat: s4cmd](https://github.com/bloomreach/s4cmd) - :star: 1293 :fork_and_knife: 206 - Super S3 command line tool, good for higher performance. * [:earth_americas: you-get](https://you-get.org/) - A YouTube/Youku/Niconico video downloader written in Python 3. * [:earth_americas: youtube-dl](https://rg3.github.io/youtube-dl/) - A small command-line program to download videos from YouTube. @@ -555,68 +555,68 @@ Inspired by [fucking-awesome-go](https://github.com/hvnsweeting/fucking-awesome- *Frameworks and libraries for e-commerce and payments.* -* [:octocat: alipay](https://github.com/lxneng/alipay) - :star: 321 :fork_and_knife: 97 - Unofficial Alipay API for Python. -* [:octocat: Cartridge](https://github.com/stephenmcd/cartridge) - :star: 685 :fork_and_knife: 296 - A shopping cart app built using the Mezzanine. +* [:octocat: alipay](https://github.com/lxneng/alipay) - :star: 324 :fork_and_knife: 98 - Unofficial Alipay API for Python. +* [:octocat: Cartridge](https://github.com/stephenmcd/cartridge) - :star: 689 :fork_and_knife: 302 - A shopping cart app built using the Mezzanine. * [:earth_americas: django-oscar](http://oscarcommerce.com/) - An open-source e-commerce framework for Django. -* [:octocat: django-shop](https://github.com/awesto/django-shop) - :star: 2958 :fork_and_knife: 1000 - A Django based shop system. -* [:octocat: forex-python](https://github.com/MicroPyramid/forex-python) - :star: 552 :fork_and_knife: 166 - Foreign exchange rates, Bitcoin price index and currency conversion. -* [:octocat: merchant](https://github.com/agiliq/merchant) - :star: 997 :fork_and_knife: 176 - A Django app to accept payments from various payment processors. -* [:octocat: money](https://github.com/carlospalol/money) - :star: 217 :fork_and_knife: 28 - `Money` class with optional CLDR-backed locale-aware formatting and an extensible currency exchange. -* [:octocat: python-currencies](https://github.com/Alir3z4/python-currencies) - :star: 64 :fork_and_knife: 12 - Display money format and its filthy currencies. +* [:octocat: django-shop](https://github.com/awesto/django-shop) - :star: 3009 :fork_and_knife: 1013 - A Django based shop system. +* [:octocat: forex-python](https://github.com/MicroPyramid/forex-python) - :star: 577 :fork_and_knife: 173 - Foreign exchange rates, Bitcoin price index and currency conversion. +* [:octocat: merchant](https://github.com/agiliq/merchant) - :star: 1008 :fork_and_knife: 175 - A Django app to accept payments from various payment processors. +* [:octocat: money](https://github.com/carlospalol/money) - :star: 223 :fork_and_knife: 30 - `Money` class with optional CLDR-backed locale-aware formatting and an extensible currency exchange. +* [:octocat: python-currencies](https://github.com/Alir3z4/python-currencies) - :star: 67 :fork_and_knife: 12 - Display money format and its filthy currencies. * [:earth_americas: saleor](http://getsaleor.com/) - An e-commerce storefront for Django. * [:earth_americas: shoop](https://www.shuup.com/en/) - An open source E-Commerce platform based on Django. ## Editor Plugins and IDEs * Emacs - * [:octocat: elpy](https://github.com/jorgenschaefer/elpy) - :star: 1830 :fork_and_knife: 251 - Emacs Python Development Environment. + * [:octocat: elpy](https://github.com/jorgenschaefer/elpy) - :star: 1845 :fork_and_knife: 253 - Emacs Python Development Environment. * Sublime Text - * [:octocat: anaconda](https://github.com/DamnWidget/anaconda) - :star: 2173 :fork_and_knife: 262 - Anaconda turns your Sublime Text 3 in a full featured Python development IDE. - * [:octocat: SublimeJEDI](https://github.com/srusskih/SublimeJEDI) - :star: 936 :fork_and_knife: 113 - A Sublime Text plugin to the awesome auto-complete library Jedi. + * [:octocat: anaconda](https://github.com/DamnWidget/anaconda) - :star: 2188 :fork_and_knife: 266 - Anaconda turns your Sublime Text 3 in a full featured Python development IDE. + * [:octocat: SublimeJEDI](https://github.com/srusskih/SublimeJEDI) - :star: 941 :fork_and_knife: 113 - A Sublime Text plugin to the awesome auto-complete library Jedi. * Vim - * [:octocat: jedi-vim](https://github.com/davidhalter/jedi-vim) - :star: 5135 :fork_and_knife: 378 - Vim bindings for the Jedi auto-completion library for Python. - * [:octocat: python-mode](https://github.com/python-mode/python-mode) - :star: 5399 :fork_and_knife: 896 - An all in one plugin for turning Vim into a Python IDE. - * [:octocat: YouCompleteMe](https://github.com/Valloric/YouCompleteMe) - :star: 24595 :fork_and_knife: 2798 - Includes [Jedi](https://github.com/davidhalter/jedi)-based completion engine for Python. + * [:octocat: jedi-vim](https://github.com/davidhalter/jedi-vim) - :star: 5175 :fork_and_knife: 376 - Vim bindings for the Jedi auto-completion library for Python. + * [:octocat: python-mode](https://github.com/python-mode/python-mode) - :star: 5411 :fork_and_knife: 895 - An all in one plugin for turning Vim into a Python IDE. + * [:octocat: YouCompleteMe](https://github.com/Valloric/YouCompleteMe) - :star: 24794 :fork_and_knife: 2815 - Includes [Jedi](https://github.com/davidhalter/jedi)-based completion engine for Python. * Visual Studio - * [:octocat: PTVS](https://github.com/Microsoft/PTVS) - :star: 2445 :fork_and_knife: 697 - Python Tools for Visual Studio. + * [:octocat: PTVS](https://github.com/Microsoft/PTVS) - :star: 2461 :fork_and_knife: 700 - Python Tools for Visual Studio. * Visual Studio Code * [:earth_americas: Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) - The official VSCode extension with rich support for Python. * IDE * [:earth_americas: PyCharm](https://www.jetbrains.com/pycharm/) - Commercial Python IDE by JetBrains. Has free community edition available. - * [:octocat: spyder](https://github.com/spyder-ide/spyder) - :star: 7395 :fork_and_knife: 1512 - Open Source Python IDE. + * [:octocat: spyder](https://github.com/spyder-ide/spyder) - :star: 7644 :fork_and_knife: 1537 - Open Source Python IDE. ## Email *Libraries for sending and parsing email.* * Mail Servers - * [:octocat: modoboa](https://github.com/modoboa/modoboa) - :star: 2420 :fork_and_knife: 330 - A mail hosting and management platform including a modern Web UI. - * [:octocat: salmon](https://github.com/moggers87/salmon) - :star: 586 :fork_and_knife: 61 - A Python Mail Server. + * [:octocat: modoboa](https://github.com/modoboa/modoboa) - :star: 2568 :fork_and_knife: 347 - A mail hosting and management platform including a modern Web UI. + * [:octocat: salmon](https://github.com/moggers87/salmon) - :star: 605 :fork_and_knife: 61 - A Python Mail Server. * Clients - * [:octocat: imbox](https://github.com/martinrusev/imbox) - :star: 1120 :fork_and_knife: 176 - Python IMAP for Humans. - * [:octocat: yagmail](https://github.com/kootenpv/yagmail) - :star: 2447 :fork_and_knife: 272 - Yet another Gmail/SMTP client. + * [:octocat: imbox](https://github.com/martinrusev/imbox) - :star: 1139 :fork_and_knife: 181 - Python IMAP for Humans. + * [:octocat: yagmail](https://github.com/kootenpv/yagmail) - :star: 2498 :fork_and_knife: 269 - Yet another Gmail/SMTP client. * Others - * [:octocat: flanker](https://github.com/mailgun/flanker) - :star: 1569 :fork_and_knife: 199 - An email address and Mime parsing library. - * [:octocat: mailer](https://github.com/marrow/mailer) - :star: 260 :fork_and_knife: 58 - High-performance extensible mail delivery framework. + * [:octocat: flanker](https://github.com/mailgun/flanker) - :star: 1596 :fork_and_knife: 203 - An email address and Mime parsing library. + * [:octocat: mailer](https://github.com/marrow/mailer) - :star: 263 :fork_and_knife: 60 - High-performance extensible mail delivery framework. ## Environment Management *Libraries for Python version and virtual environment management.* -* [:octocat: pyenv](https://github.com/pyenv/pyenv) - :star: 30657 :fork_and_knife: 2709 - Simple Python version management. -* [:octocat: virtualenv](https://github.com/pypa/virtualenv) - :star: 4397 :fork_and_knife: 977 - A tool to create isolated Python environments. +* [:octocat: pyenv](https://github.com/pyenv/pyenv) - :star: 32212 :fork_and_knife: 2809 - Simple Python version management. +* [:octocat: virtualenv](https://github.com/pypa/virtualenv) - :star: 4480 :fork_and_knife: 1007 - A tool to create isolated Python environments. ## Files *Libraries for file manipulation and MIME type detection.* * [:earth_americas: mimetypes](https://docs.python.org/3/library/mimetypes.html) - (Python standard library) Map filenames to MIME types. -* [:octocat: path.py](https://github.com/jaraco/path.py) - :star: 1045 :fork_and_knife: 135 - A module wrapper for [os.path](https://docs.python.org/3/library/os.path.html). +* [:octocat: path.py](https://github.com/jaraco/path.py) - :star: 1049 :fork_and_knife: 141 - A module wrapper for [os.path](https://docs.python.org/3/library/os.path.html). * [:earth_americas: pathlib](https://docs.python.org/3/library/pathlib.html) - (Python standard library) An cross-platform, object-oriented path library. -* [:octocat: PyFilesystem2](https://github.com/pyfilesystem/pyfilesystem2) - :star: 1818 :fork_and_knife: 173 - Python's filesystem abstraction layer. -* [:octocat: python-magic](https://github.com/ahupp/python-magic) - :star: 2280 :fork_and_knife: 259 - A Python interface to the libmagic file type identification library. -* [:octocat: Unipath](https://github.com/mikeorr/Unipath) - :star: 510 :fork_and_knife: 39 - An object-oriented approach to file/directory operations. -* [:octocat: watchdog](https://github.com/gorakhargosh/watchdog) - :star: 5675 :fork_and_knife: 670 - API and shell utilities to monitor file system events. +* [:octocat: PyFilesystem2](https://github.com/pyfilesystem/pyfilesystem2) - :star: 1862 :fork_and_knife: 175 - Python's filesystem abstraction layer. +* [:octocat: python-magic](https://github.com/ahupp/python-magic) - :star: 2344 :fork_and_knife: 263 - A Python interface to the libmagic file type identification library. +* [:octocat: Unipath](https://github.com/mikeorr/Unipath) - :star: 514 :fork_and_knife: 39 - An object-oriented approach to file/directory operations. +* [:octocat: watchdog](https://github.com/gorakhargosh/watchdog) - :star: 5843 :fork_and_knife: 679 - API and shell utilities to monitor file system events. ## Foreign Function Interface @@ -631,53 +631,53 @@ Inspired by [fucking-awesome-go](https://github.com/hvnsweeting/fucking-awesome- *Libraries for working with forms.* -* [:octocat: Deform](https://github.com/Pylons/deform) - :star: 393 :fork_and_knife: 163 - Python HTML form generation library influenced by the formish form generation library. -* [:octocat: django-bootstrap3](https://github.com/dyve/django-bootstrap3) - :star: 2301 :fork_and_knife: 692 - Bootstrap 3 integration with Django. -* [:octocat: django-bootstrap4](https://github.com/zostera/django-bootstrap4) - :star: 985 :fork_and_knife: 257 - Bootstrap 4 integration with Django. -* [:octocat: django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) - :star: 4650 :fork_and_knife: 723 - A Django app which lets you create beautiful forms in a very elegant and DRY way. -* [:octocat: django-remote-forms](https://github.com/WiserTogether/django-remote-forms) - :star: 219 :fork_and_knife: 113 - A platform independent Django form serializer. -* [:octocat: WTForms](https://github.com/wtforms/wtforms) - :star: 1380 :fork_and_knife: 378 - A flexible forms validation and rendering library. +* [:octocat: Deform](https://github.com/Pylons/deform) - :star: 397 :fork_and_knife: 162 - Python HTML form generation library influenced by the formish form generation library. +* [:octocat: django-bootstrap3](https://github.com/dyve/django-bootstrap3) - :star: 2303 :fork_and_knife: 693 - Bootstrap 3 integration with Django. +* [:octocat: django-bootstrap4](https://github.com/zostera/django-bootstrap4) - :star: 998 :fork_and_knife: 256 - Bootstrap 4 integration with Django. +* [:octocat: django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) - :star: 4722 :fork_and_knife: 730 - A Django app which lets you create beautiful forms in a very elegant and DRY way. +* [:octocat: django-remote-forms](https://github.com/WiserTogether/django-remote-forms) - :star: 222 :fork_and_knife: 113 - A platform independent Django form serializer. +* [:octocat: WTForms](https://github.com/wtforms/wtforms) - :star: 1404 :fork_and_knife: 385 - A flexible forms validation and rendering library. ## Functional Programming *Functional Programming with Python.* -* [:octocat: Coconut](https://github.com/evhub/coconut) - :star: 3665 :fork_and_knife: 108 - A variant of Python built for simple, elegant, Pythonic functional programming. -* [:octocat: CyToolz](https://github.com/pytoolz/cytoolz/) - :star: 904 :fork_and_knife: 67 - Cython implementation of `Toolz`: High performance functional utilities. -* [:octocat: fn.py](https://github.com/kachayev/fn.py) - :star: 3264 :fork_and_knife: 198 - Functional programming in Python: implementation of missing features to enjoy FP. -* [:octocat: funcy](https://github.com/Suor/funcy) - :star: 2971 :fork_and_knife: 134 - A fancy and practical functional tools. -* [:octocat: more-itertools](https://github.com/erikrose/more-itertools) - :star: 2942 :fork_and_knife: 234 - More routines for operating on iterables, beyond `itertools`. -* [:octocat: returns](https://github.com/dry-python/returns) - :star: 2586 :fork_and_knife: 95 - A set of type-safe monads, transformers, and composition utilities. -* [:octocat: Toolz](https://github.com/pytoolz/toolz) - :star: 4166 :fork_and_knife: 249 - A collection of functional utilities for iterators, functions, and dictionaries. +* [:octocat: Coconut](https://github.com/evhub/coconut) - :star: 3750 :fork_and_knife: 109 - A variant of Python built for simple, elegant, Pythonic functional programming. +* [:octocat: CyToolz](https://github.com/pytoolz/cytoolz/) - :star: 924 :fork_and_knife: 67 - Cython implementation of `Toolz`: High performance functional utilities. +* [:octocat: fn.py](https://github.com/kachayev/fn.py) - :star: 3303 :fork_and_knife: 200 - Functional programming in Python: implementation of missing features to enjoy FP. +* [:octocat: funcy](https://github.com/Suor/funcy) - :star: 3088 :fork_and_knife: 141 - A fancy and practical functional tools. +* [:octocat: more-itertools](https://github.com/erikrose/more-itertools) - :star: 3074 :fork_and_knife: 248 - More routines for operating on iterables, beyond `itertools`. +* [:octocat: returns](https://github.com/dry-python/returns) - :star: 2790 :fork_and_knife: 100 - A set of type-safe monads, transformers, and composition utilities. +* [:octocat: Toolz](https://github.com/pytoolz/toolz) - :star: 4261 :fork_and_knife: 251 - A collection of functional utilities for iterators, functions, and dictionaries. ## GUI Development *Libraries for working with graphical user interface applications.* * [:earth_americas: curses](https://docs.python.org/3/library/curses.html) - Built-in wrapper for [ncurses](http://www.gnu.org/software/ncurses/) used to create terminal GUI applications. -* [:octocat: Eel](https://github.com/ChrisKnott/Eel) - :star: 5468 :fork_and_knife: 552 - A library for making simple Electron-like offline HTML/JS GUI apps. -* [:octocat: enaml](https://github.com/nucleic/enaml) - :star: 1455 :fork_and_knife: 131 - Creating beautiful user-interfaces with Declarative Syntax like QML. -* [:octocat: Flexx](https://github.com/zoofIO/flexx) - :star: 3101 :fork_and_knife: 265 - Flexx is a pure Python toolkit for creating GUI's, that uses web technology for its rendering. -* [:octocat: Gooey](https://github.com/chriskiehl/Gooey) - :star: 17324 :fork_and_knife: 931 - Turn command line programs into a full GUI application with one line. +* [:octocat: Eel](https://github.com/ChrisKnott/Eel) - :star: 5668 :fork_and_knife: 557 - A library for making simple Electron-like offline HTML/JS GUI apps. +* [:octocat: enaml](https://github.com/nucleic/enaml) - :star: 1479 :fork_and_knife: 132 - Creating beautiful user-interfaces with Declarative Syntax like QML. +* [:octocat: Flexx](https://github.com/zoofIO/flexx) - :star: 3131 :fork_and_knife: 263 - Flexx is a pure Python toolkit for creating GUI's, that uses web technology for its rendering. +* [:octocat: Gooey](https://github.com/chriskiehl/Gooey) - :star: 17653 :fork_and_knife: 945 - Turn command line programs into a full GUI application with one line. * [:earth_americas: kivy](https://kivy.org/) - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS. -* [:octocat: pyglet](https://github.com/pyglet/pyglet) - :star: 1402 :fork_and_knife: 252 - A cross-platform windowing and multimedia library for Python. +* [:octocat: pyglet](https://github.com/pyglet/pyglet) - :star: 1503 :fork_and_knife: 263 - A cross-platform windowing and multimedia library for Python. * [:earth_americas: PyGObject](https://wiki.gnome.org/Projects/PyGObject) - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3). * [:earth_americas: PyQt](https://riverbankcomputing.com/software/pyqt/intro) - Python bindings for the [Qt](https://www.qt.io/) cross-platform application and UI framework. -* [:octocat: PySimpleGUI](https://github.com/PySimpleGUI/PySimpleGUI) - :star: 11255 :fork_and_knife: 1673 - Wrapper for tkinter, Qt, WxPython and Remi. -* [:octocat: pywebview](https://github.com/r0x0r/pywebview/) - :star: 3370 :fork_and_knife: 441 - A lightweight cross-platform native wrapper around a webview component. +* [:octocat: PySimpleGUI](https://github.com/PySimpleGUI/PySimpleGUI) - :star: 11714 :fork_and_knife: 1735 - Wrapper for tkinter, Qt, WxPython and Remi. +* [:octocat: pywebview](https://github.com/r0x0r/pywebview/) - :star: 3602 :fork_and_knife: 469 - A lightweight cross-platform native wrapper around a webview component. * [:earth_americas: Tkinter](https://wiki.python.org/moin/TkInter) - Tkinter is Python's de-facto standard GUI package. -* [:octocat: Toga](https://github.com/pybee/toga) - :star: 3364 :fork_and_knife: 577 - A Python native, OS native GUI toolkit. +* [:octocat: Toga](https://github.com/pybee/toga) - :star: 3512 :fork_and_knife: 597 - A Python native, OS native GUI toolkit. * [:earth_americas: urwid](http://urwid.org/) - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc. * [:earth_americas: wxPython](https://wxpython.org/) - A blending of the wxWidgets C++ class library with the Python. -* [:octocat: DearPyGui](https://github.com/RaylockLLC/DearPyGui/) - :star: 9681 :fork_and_knife: 510 - A Simple GPU accelerated Python GUI framework +* [:octocat: DearPyGui](https://github.com/RaylockLLC/DearPyGui/) - :star: 10517 :fork_and_knife: 574 - A Simple GPU accelerated Python GUI framework ## GraphQL *Libraries for working with GraphQL.* -* [:octocat: graphene](https://github.com/graphql-python/graphene/) - :star: 7582 :fork_and_knife: 809 - GraphQL framework for Python. -* [:octocat: tartiflette-aiohttp](https://github.com/tartiflette/tartiflette-aiohttp/) - :star: 60 :fork_and_knife: 8 - An `aiohttp`-based wrapper for Tartiflette to expose GraphQL APIs over HTTP. -* [:octocat: tartiflette-asgi](https://github.com/tartiflette/tartiflette-asgi/) - :star: 99 :fork_and_knife: 16 - ASGI support for the Tartiflette GraphQL engine. +* [:octocat: graphene](https://github.com/graphql-python/graphene/) - :star: 7701 :fork_and_knife: 825 - GraphQL framework for Python. +* [:octocat: tartiflette-aiohttp](https://github.com/tartiflette/tartiflette-aiohttp/) - :star: 60 :fork_and_knife: 9 - An `aiohttp`-based wrapper for Tartiflette to expose GraphQL APIs over HTTP. +* [:octocat: tartiflette-asgi](https://github.com/tartiflette/tartiflette-asgi/) - :star: 100 :fork_and_knife: 16 - ASGI support for the Tartiflette GraphQL engine. * [:earth_americas: tartiflette](https://tartiflette.io) - SDL-first GraphQL engine implementation for Python 3.6+ and asyncio. ## Game Development @@ -698,104 +698,104 @@ Inspired by [fucking-awesome-go](https://github.com/hvnsweeting/fucking-awesome- *Libraries for geocoding addresses and working with latitudes and longitudes.* -* [:octocat: django-countries](https://github.com/SmileyChris/django-countries) - :star: 1230 :fork_and_knife: 253 - A Django app that provides a country field for models and forms. +* [:octocat: django-countries](https://github.com/SmileyChris/django-countries) - :star: 1278 :fork_and_knife: 259 - A Django app that provides a country field for models and forms. * [:earth_americas: GeoDjango](https://docs.djangoproject.com/en/dev/ref/contrib/gis/) - A world-class geographic web framework. -* [:octocat: GeoIP](https://github.com/maxmind/geoip-api-python) - :star: 230 :fork_and_knife: 64 - Python API for MaxMind GeoIP Legacy Database. -* [:octocat: geojson](https://github.com/frewsxcv/python-geojson) - :star: 781 :fork_and_knife: 109 - Python bindings and utilities for GeoJSON. -* [:octocat: geopy](https://github.com/geopy/geopy) - :star: 3880 :fork_and_knife: 611 - Python Geocoding Toolbox. -* [:octocat: pygeoip](https://github.com/appliedsec/pygeoip) - :star: 482 :fork_and_knife: 112 - Pure Python GeoIP API. +* [:octocat: GeoIP](https://github.com/maxmind/geoip-api-python) - :star: 231 :fork_and_knife: 63 - Python API for MaxMind GeoIP Legacy Database. +* [:octocat: geojson](https://github.com/frewsxcv/python-geojson) - :star: 812 :fork_and_knife: 116 - Python bindings and utilities for GeoJSON. +* [:octocat: geopy](https://github.com/geopy/geopy) - :star: 3981 :fork_and_knife: 611 - Python Geocoding Toolbox. +* [:octocat: pygeoip](https://github.com/appliedsec/pygeoip) - :star: 484 :fork_and_knife: 113 - Pure Python GeoIP API. ## HTML Manipulation *Libraries for working with HTML and XML.* * [:earth_americas: BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/) - Providing Pythonic idioms for iterating, searching, and modifying HTML or XML. -* [:octocat: bleach](https://github.com/mozilla/bleach) - :star: 2480 :fork_and_knife: 250 - A whitelist-based HTML sanitization and text linkification library. +* [:octocat: bleach](https://github.com/mozilla/bleach) - :star: 2514 :fork_and_knife: 253 - A whitelist-based HTML sanitization and text linkification library. * [:earth_americas: cssutils](https://pypi.org/project/cssutils/) - A CSS library for Python. -* [:octocat: html5lib](https://github.com/html5lib/html5lib-python) - :star: 1009 :fork_and_knife: 274 - A standards-compliant library for parsing and serializing HTML documents and fragments. +* [:octocat: html5lib](https://github.com/html5lib/html5lib-python) - :star: 1035 :fork_and_knife: 279 - A standards-compliant library for parsing and serializing HTML documents and fragments. * [:earth_americas: lxml](http://lxml.de/) - A very fast, easy-to-use and versatile library for handling HTML and XML. -* [:octocat: MarkupSafe](https://github.com/pallets/markupsafe) - :star: 523 :fork_and_knife: 137 - Implements a XML/HTML/XHTML Markup safe string for Python. -* [:octocat: pyquery](https://github.com/gawel/pyquery) - :star: 2182 :fork_and_knife: 179 - A jQuery-like library for parsing HTML. -* [:octocat: untangle](https://github.com/stchris/untangle) - :star: 580 :fork_and_knife: 83 - Converts XML documents to Python objects for easy access. +* [:octocat: MarkupSafe](https://github.com/pallets/markupsafe) - :star: 537 :fork_and_knife: 147 - Implements a XML/HTML/XHTML Markup safe string for Python. +* [:octocat: pyquery](https://github.com/gawel/pyquery) - :star: 2215 :fork_and_knife: 182 - A jQuery-like library for parsing HTML. +* [:octocat: untangle](https://github.com/stchris/untangle) - :star: 594 :fork_and_knife: 82 - Converts XML documents to Python objects for easy access. * [:earth_americas: WeasyPrint](http://weasyprint.org) - A visual rendering engine for HTML and CSS that can export to PDF. * [:earth_americas: xmldataset](https://xmldataset.readthedocs.io/en/latest/) - Simple XML Parsing. -* [:octocat: xmltodict](https://github.com/martinblech/xmltodict) - :star: 5053 :fork_and_knife: 461 - Working with XML feel like you are working with JSON. +* [:octocat: xmltodict](https://github.com/martinblech/xmltodict) - :star: 5157 :fork_and_knife: 464 - Working with XML feel like you are working with JSON. ## HTTP Clients *Libraries for working with HTTP.* -* [:octocat: grequests](https://github.com/spyoungtech/grequests) - :star: 4193 :fork_and_knife: 330 - requests + gevent for asynchronous HTTP requests. -* [:octocat: httplib2](https://github.com/httplib2/httplib2) - :star: 461 :fork_and_knife: 188 - Comprehensive HTTP client library. -* [:octocat: httpx](https://github.com/encode/httpx) - :star: 10071 :fork_and_knife: 663 - A next generation HTTP client for Python. -* [:octocat: requests](https://github.com/psf/requests) - :star: 49069 :fork_and_knife: 8970 - HTTP Requests for Humans. -* [:octocat: treq](https://github.com/twisted/treq) - :star: 553 :fork_and_knife: 143 - Python requests like API built on top of Twisted's HTTP client. -* [:octocat: urllib3](https://github.com/shazow/urllib3) - :star: 3292 :fork_and_knife: 1031 - A HTTP library with thread-safe connection pooling, file post support, sanity friendly. +* [:octocat: grequests](https://github.com/spyoungtech/grequests) - :star: 4251 :fork_and_knife: 332 - requests + gevent for asynchronous HTTP requests. +* [:octocat: httplib2](https://github.com/httplib2/httplib2) - :star: 467 :fork_and_knife: 195 - Comprehensive HTTP client library. +* [:octocat: httpx](https://github.com/encode/httpx) - :star: 10645 :fork_and_knife: 704 - A next generation HTTP client for Python. +* [:octocat: requests](https://github.com/psf/requests) - :star: 49806 :fork_and_knife: 9117 - HTTP Requests for Humans. +* [:octocat: treq](https://github.com/twisted/treq) - :star: 557 :fork_and_knife: 142 - Python requests like API built on top of Twisted's HTTP client. +* [:octocat: urllib3](https://github.com/shazow/urllib3) - :star: 3429 :fork_and_knife: 1072 - A HTTP library with thread-safe connection pooling, file post support, sanity friendly. ## Hardware *Libraries for programming with hardware.* * [:earth_americas: ino](http://inotool.org/) - Command line toolkit for working with [Arduino](https://www.arduino.cc/). -* [:octocat: keyboard](https://github.com/boppreh/keyboard) - :star: 3305 :fork_and_knife: 393 - Hook and simulate global keyboard events on Windows and Linux. -* [:octocat: mouse](https://github.com/boppreh/mouse) - :star: 733 :fork_and_knife: 111 - Hook and simulate global mouse events on Windows and Linux. +* [:octocat: keyboard](https://github.com/boppreh/keyboard) - :star: 3428 :fork_and_knife: 402 - Hook and simulate global keyboard events on Windows and Linux. +* [:octocat: mouse](https://github.com/boppreh/mouse) - :star: 769 :fork_and_knife: 119 - Hook and simulate global mouse events on Windows and Linux. * [:earth_americas: Pingo](http://www.pingo.io/) - Pingo provides a uniform API to program devices like the Raspberry Pi, pcDuino, Intel Galileo, etc. -* [:octocat: PyUserInput](https://github.com/SavinaRoja/PyUserInput) - :star: 1057 :fork_and_knife: 244 - A module for cross-platform control of the mouse and keyboard. -* [:octocat: scapy](https://github.com/secdev/scapy) - :star: 8453 :fork_and_knife: 1808 - A brilliant packet manipulation library. -* [:octocat: wifi](https://github.com/rockymeza/wifi) - :star: 289 :fork_and_knife: 164 - A Python library and command line tool for working with WiFi on Linux. +* [:octocat: PyUserInput](https://github.com/SavinaRoja/PyUserInput) - :star: 1065 :fork_and_knife: 248 - A module for cross-platform control of the mouse and keyboard. +* [:octocat: scapy](https://github.com/secdev/scapy) - :star: 8874 :fork_and_knife: 1868 - A brilliant packet manipulation library. +* [:octocat: wifi](https://github.com/rockymeza/wifi) - :star: 291 :fork_and_knife: 166 - A Python library and command line tool for working with WiFi on Linux. ## Image Processing *Libraries for manipulating images.* -* [:octocat: hmap](https://github.com/rossgoodwin/hmap) - :star: 200 :fork_and_knife: 24 - Image histogram remapping. +* [:octocat: hmap](https://github.com/rossgoodwin/hmap) - :star: 203 :fork_and_knife: 24 - Image histogram remapping. * [:earth_americas: imgSeek](https://sourceforge.net/projects/imgseek/) - A project for searching a collection of images using visual similarity. -* [:octocat: nude.py](https://github.com/hhatto/nude.py) - :star: 887 :fork_and_knife: 133 - Nudity detection. -* [:octocat: pagan](https://github.com/daboth/pagan) - :star: 288 :fork_and_knife: 43 - Retro identicon (Avatar) generation based on input string and hash. -* [:octocat: pillow](https://github.com/python-pillow/Pillow) - :star: 10531 :fork_and_knife: 1983 - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork. -* [:octocat: python-barcode](https://github.com/WhyNotHugo/python-barcode) - :star: 430 :fork_and_knife: 109 - Create barcodes in Python with no extra dependencies. +* [:octocat: nude.py](https://github.com/hhatto/nude.py) - :star: 910 :fork_and_knife: 134 - Nudity detection. +* [:octocat: pagan](https://github.com/daboth/pagan) - :star: 297 :fork_and_knife: 43 - Retro identicon (Avatar) generation based on input string and hash. +* [:octocat: pillow](https://github.com/python-pillow/Pillow) - :star: 10902 :fork_and_knife: 2051 - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork. +* [:octocat: python-barcode](https://github.com/WhyNotHugo/python-barcode) - :star: 466 :fork_and_knife: 113 - Create barcodes in Python with no extra dependencies. * [:earth_americas: PyMatting](http://github.com/pymatting/pymatting) - A library for alpha matting. -* [:octocat: python-qrcode](https://github.com/lincolnloop/python-qrcode) - :star: 3530 :fork_and_knife: 573 - A pure Python QR Code generator. -* [:octocat: pywal](https://github.com/dylanaraps/pywal) - :star: 7045 :fork_and_knife: 286 - A tool that generates color schemes from images. -* [:octocat: pyvips](https://github.com/libvips/pyvips) - :star: 484 :fork_and_knife: 47 - A fast image processing library with low memory needs. -* [:octocat: Quads](https://github.com/fogleman/Quads) - :star: 1118 :fork_and_knife: 144 - Computer art based on quadtrees. +* [:octocat: python-qrcode](https://github.com/lincolnloop/python-qrcode) - :star: 3711 :fork_and_knife: 594 - A pure Python QR Code generator. +* [:octocat: pywal](https://github.com/dylanaraps/pywal) - :star: 7309 :fork_and_knife: 292 - A tool that generates color schemes from images. +* [:octocat: pyvips](https://github.com/libvips/pyvips) - :star: 517 :fork_and_knife: 48 - A fast image processing library with low memory needs. +* [:octocat: Quads](https://github.com/fogleman/Quads) - :star: 1140 :fork_and_knife: 144 - Computer art based on quadtrees. * [:earth_americas: scikit-image](http://scikit-image.org/) - A Python library for (scientific) image processing. -* [:octocat: thumbor](https://github.com/thumbor/thumbor) - :star: 9354 :fork_and_knife: 806 - A smart imaging service. It enables on-demand crop, re-sizing and flipping of images. -* [:octocat: wand](https://github.com/dahlia/wand) - :star: 1244 :fork_and_knife: 196 - Python bindings for [MagickWand](http://www.imagemagick.org/script/magick-wand.php), C API for ImageMagick. +* [:octocat: thumbor](https://github.com/thumbor/thumbor) - :star: 9516 :fork_and_knife: 810 - A smart imaging service. It enables on-demand crop, re-sizing and flipping of images. +* [:octocat: wand](https://github.com/dahlia/wand) - :star: 1288 :fork_and_knife: 195 - Python bindings for [MagickWand](http://www.imagemagick.org/script/magick-wand.php), C API for ImageMagick. ## Implementations *Implementations of Python.* -* [:octocat: CLPython](https://github.com/metawilm/cl-python) - :star: 341 :fork_and_knife: 35 - Implementation of the Python programming language written in Common Lisp. -* [:octocat: CPython](https://github.com/python/cpython) - :star: 50744 :fork_and_knife: 25847 - **Default, most widely used implementation of the Python programming language written in C.** +* [:octocat: CLPython](https://github.com/metawilm/cl-python) - :star: 354 :fork_and_knife: 35 - Implementation of the Python programming language written in Common Lisp. +* [:octocat: CPython](https://github.com/python/cpython) - :star: 53976 :fork_and_knife: 27016 - **Default, most widely used implementation of the Python programming language written in C.** * [:earth_americas: Cython](http://cython.org/) - Optimizing Static Compiler for Python. -* [:octocat: Grumpy](https://github.com/google/grumpy) - :star: 10567 :fork_and_knife: 673 - More compiler than interpreter as more powerful CPython2.7 replacement (alpha). -* [:octocat: IronPython](https://github.com/IronLanguages/ironpython3) - :star: 2054 :fork_and_knife: 248 - Implementation of the Python programming language written in C#. +* [:octocat: Grumpy](https://github.com/google/grumpy) - :star: 10576 :fork_and_knife: 673 - More compiler than interpreter as more powerful CPython2.7 replacement (alpha). +* [:octocat: IronPython](https://github.com/IronLanguages/ironpython3) - :star: 2143 :fork_and_knife: 260 - Implementation of the Python programming language written in C#. * [:earth_americas: Jython](https://hg.python.org/jython) - Implementation of Python programming language written in Java for the JVM. -* [:octocat: MicroPython](https://github.com/micropython/micropython) - :star: 15959 :fork_and_knife: 6191 - A lean and efficient Python programming language implementation. +* [:octocat: MicroPython](https://github.com/micropython/micropython) - :star: 16744 :fork_and_knife: 6529 - A lean and efficient Python programming language implementation. * [:earth_americas: Numba](http://numba.pydata.org/) - Python JIT compiler to LLVM aimed at scientific Python. -* [:octocat: PeachPy](https://github.com/Maratyszcza/PeachPy) - :star: 1729 :fork_and_knife: 162 - x86-64 assembler embedded in Python. -* [:octocat: Pyjion](https://github.com/Microsoft/Pyjion) - :star: 1579 :fork_and_knife: 132 - A JIT for Python based upon CoreCLR. +* [:octocat: PeachPy](https://github.com/Maratyszcza/PeachPy) - :star: 1764 :fork_and_knife: 162 - x86-64 assembler embedded in Python. +* [:octocat: Pyjion](https://github.com/Microsoft/Pyjion) - :star: 1579 :fork_and_knife: 131 - A JIT for Python based upon CoreCLR. * [:earth_americas: PyPy](https://foss.heptapod.net/pypy/pypy) - A very fast and compliant implementation of the Python language. -* [:octocat: Pyston](https://github.com/dropbox/pyston) - :star: 4935 :fork_and_knife: 305 - A Python implementation using JIT techniques. -* [:octocat: Stackless Python](https://github.com/stackless-dev/stackless) - :star: 902 :fork_and_knife: 59 - An enhanced version of the Python programming language. +* [:octocat: Pyston](https://github.com/dropbox/pyston) - :star: 4924 :fork_and_knife: 304 - A Python implementation using JIT techniques. +* [:octocat: Stackless Python](https://github.com/stackless-dev/stackless) - :star: 934 :fork_and_knife: 61 - An enhanced version of the Python programming language. ## Interactive Interpreter *Interactive Python interpreters (REPL).* -* [:octocat: bpython](https://github.com/bpython/bpython) - :star: 2308 :fork_and_knife: 224 - A fancy interface to the Python interpreter. +* [:octocat: bpython](https://github.com/bpython/bpython) - :star: 2378 :fork_and_knife: 228 - A fancy interface to the Python interpreter. * [:earth_americas: Jupyter Notebook (IPython)](https://jupyter.org) - A rich toolkit to help you make the most out of using Python interactively. - * [:octocat: awesome-jupyter](https://github.com/markusschanta/awesome-jupyter) - :star: 3171 :fork_and_knife: 369 -* [:octocat: ptpython](https://github.com/jonathanslenders/ptpython) - :star: 4671 :fork_and_knife: 262 - Advanced Python REPL built on top of the [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit). + * [:octocat: awesome-jupyter](https://github.com/markusschanta/awesome-jupyter) - :star: 3389 :fork_and_knife: 381 +* [:octocat: ptpython](https://github.com/jonathanslenders/ptpython) - :star: 4770 :fork_and_knife: 263 - Advanced Python REPL built on top of the [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit). ## Internationalization *Libraries for working with i18n.* * [:earth_americas: Babel](http://babel.pocoo.org/en/latest/) - An internationalization library for Python. -* [:octocat: PyICU](https://github.com/ovalhub/pyicu) - :star: 129 :fork_and_knife: 52 - A wrapper of International Components for Unicode C++ library ([ICU](http://site.icu-project.org/)). +* [:octocat: PyICU](https://github.com/ovalhub/pyicu) - :star: 130 :fork_and_knife: 50 - A wrapper of International Components for Unicode C++ library ([ICU](http://site.icu-project.org/)). ## Job Scheduler @@ -803,14 +803,14 @@ Inspired by [fucking-awesome-go](https://github.com/hvnsweeting/fucking-awesome- * [:earth_americas: Airflow](https://airflow.apache.org/) - Airflow is a platform to programmatically author, schedule and monitor workflows. * [:earth_americas: APScheduler](http://apscheduler.readthedocs.io/en/latest/) - A light but powerful in-process task scheduler that lets you schedule functions. -* [:octocat: django-schedule](https://github.com/thauber/django-schedule) - :star: 817 :fork_and_knife: 287 - A calendaring app for Django. +* [:octocat: django-schedule](https://github.com/thauber/django-schedule) - :star: 820 :fork_and_knife: 286 - A calendaring app for Django. * [:earth_americas: doit](http://pydoit.org/) - A task runner and build tool. -* [:octocat: gunnery](https://github.com/gunnery/gunnery) - :star: 749 :fork_and_knife: 78 - Multipurpose task execution tool for distributed systems with web-based interface. +* [:octocat: gunnery](https://github.com/gunnery/gunnery) - :star: 754 :fork_and_knife: 77 - Multipurpose task execution tool for distributed systems with web-based interface. * [:earth_americas: Joblib](https://joblib.readthedocs.io/) - A set of tools to provide lightweight pipelining in Python. -* [:octocat: Plan](https://github.com/fengsp/plan) - :star: 1164 :fork_and_knife: 95 - Writing crontab file in Python like a charm. -* [:octocat: Prefect](https://github.com/PrefectHQ/prefect) - :star: 11331 :fork_and_knife: 1126 - A modern workflow orchestration framework that makes it easy to build, schedule and monitor robust data pipelines. -* [:octocat: schedule](https://github.com/dbader/schedule) - :star: 10571 :fork_and_knife: 899 - Python job scheduling for humans. -* [:octocat: Spiff](https://github.com/knipknap/SpiffWorkflow) - :star: 1369 :fork_and_knife: 288 - A powerful workflow engine implemented in pure Python. +* [:octocat: Plan](https://github.com/fengsp/plan) - :star: 1170 :fork_and_knife: 96 - Writing crontab file in Python like a charm. +* [:octocat: Prefect](https://github.com/PrefectHQ/prefect) - :star: 12148 :fork_and_knife: 1247 - A modern workflow orchestration framework that makes it easy to build, schedule and monitor robust data pipelines. +* [:octocat: schedule](https://github.com/dbader/schedule) - :star: 10847 :fork_and_knife: 927 - Python job scheduling for humans. +* [:octocat: Spiff](https://github.com/knipknap/SpiffWorkflow) - :star: 1443 :fork_and_knife: 300 - A powerful workflow engine implemented in pure Python. * [:earth_americas: TaskFlow](https://docs.openstack.org/developer/taskflow/) - A Python library that helps to make task execution easy, consistent and reliable. ## Logging @@ -819,23 +819,23 @@ Inspired by [fucking-awesome-go](https://github.com/hvnsweeting/fucking-awesome- * [:earth_americas: logbook](http://logbook.readthedocs.io/en/stable/) - Logging replacement for Python. * [:earth_americas: logging](https://docs.python.org/3/library/logging.html) - (Python standard library) Logging facility for Python. -* [:octocat: loguru](https://github.com/Delgan/loguru) - :star: 14157 :fork_and_knife: 585 - Library which aims to bring enjoyable logging in Python. -* [:octocat: sentry-python](https://github.com/getsentry/sentry-python) - :star: 1429 :fork_and_knife: 347 - Sentry SDK for Python. +* [:octocat: loguru](https://github.com/Delgan/loguru) - :star: 15114 :fork_and_knife: 610 - Library which aims to bring enjoyable logging in Python. +* [:octocat: sentry-python](https://github.com/getsentry/sentry-python) - :star: 1554 :fork_and_knife: 390 - Sentry SDK for Python. * [:earth_americas: structlog](https://www.structlog.org/en/stable/) - Structured logging made easy. ## Machine Learning *Libraries for Machine Learning. Also see [awesome-machine-learning](https://github.com/josephmisiti/awesome-machine-learning#python).* -* [:octocat: gym](https://github.com/openai/gym) - :star: 30058 :fork_and_knife: 8233 - A toolkit for developing and comparing reinforcement learning algorithms. -* [:octocat: H2O](https://github.com/h2oai/h2o-3) - :star: 6145 :fork_and_knife: 1943 - Open Source Fast Scalable Machine Learning Platform. -* [:octocat: Metrics](https://github.com/benhamner/Metrics) - :star: 1580 :fork_and_knife: 453 - Machine learning evaluation metrics. -* [:octocat: NuPIC](https://github.com/numenta/nupic) - :star: 6308 :fork_and_knife: 1583 - Numenta Platform for Intelligent Computing. +* [:octocat: gym](https://github.com/openai/gym) - :star: 32190 :fork_and_knife: 8471 - A toolkit for developing and comparing reinforcement learning algorithms. +* [:octocat: H2O](https://github.com/h2oai/h2o-3) - :star: 6315 :fork_and_knife: 1969 - Open Source Fast Scalable Machine Learning Platform. +* [:octocat: Metrics](https://github.com/benhamner/Metrics) - :star: 1593 :fork_and_knife: 453 - Machine learning evaluation metrics. +* [:octocat: NuPIC](https://github.com/numenta/nupic) - :star: 6322 :fork_and_knife: 1583 - Numenta Platform for Intelligent Computing. * [:earth_americas: scikit-learn](http://scikit-learn.org/) - The most popular Python library for Machine Learning. * [:earth_americas: Spark ML](http://spark.apache.org/docs/latest/ml-guide.html) - [Apache Spark](http://spark.apache.org/)'s scalable Machine Learning library. * [:octocat: vowpal_porpoise](https://github.com/josephreisinger/vowpal_porpoise) - :star: 164 :fork_and_knife: 30 - A lightweight Python wrapper for [Vowpal Wabbit](https://github.com/JohnLangford/vowpal_wabbit/). -* [:octocat: xgboost](https://github.com/dmlc/xgboost) - :star: 23779 :fork_and_knife: 8543 - A scalable, portable, and distributed gradient boosting library. -* [:octocat: MindsDB](https://github.com/mindsdb/mindsdb) - :star: 13550 :fork_and_knife: 1525 - MindsDB is an open source AI layer for existing databases that allows you to effortlessly develop, train and deploy state-of-the-art machine learning models using standard queries. +* [:octocat: xgboost](https://github.com/dmlc/xgboost) - :star: 24254 :fork_and_knife: 8607 - A scalable, portable, and distributed gradient boosting library. +* [:octocat: MindsDB](https://github.com/mindsdb/mindsdb) - :star: 16582 :fork_and_knife: 2129 - MindsDB is an open source AI layer for existing databases that allows you to effortlessly develop, train and deploy state-of-the-art machine learning models using standard queries. ## Microsoft Windows @@ -843,19 +843,19 @@ Inspired by [fucking-awesome-go](https://github.com/hvnsweeting/fucking-awesome- * [:earth_americas: Python(x,y)](http://python-xy.github.io/) - Scientific-applications-oriented Python Distribution based on Qt and Spyder. * [:earth_americas: pythonlibs](http://www.lfd.uci.edu/~gohlke/pythonlibs/) - Unofficial Windows binaries for Python extension packages. -* [:octocat: PythonNet](https://github.com/pythonnet/pythonnet) - :star: 3547 :fork_and_knife: 625 - Python Integration with the .NET Common Language Runtime (CLR). -* [:octocat: PyWin32](https://github.com/mhammond/pywin32) - :star: 4203 :fork_and_knife: 738 - Python Extensions for Windows. +* [:octocat: PythonNet](https://github.com/pythonnet/pythonnet) - :star: 3791 :fork_and_knife: 644 - Python Integration with the .NET Common Language Runtime (CLR). +* [:octocat: PyWin32](https://github.com/mhammond/pywin32) - :star: 4390 :fork_and_knife: 765 - Python Extensions for Windows. * [:earth_americas: WinPython](https://winpython.github.io/) - Portable development environment for Windows 7/8. ## Miscellaneous *Useful libraries or tools that don't fit in the categories above.* -* [:octocat: blinker](https://github.com/jek/blinker) - :star: 1459 :fork_and_knife: 168 - A fast Python in-process signal/event dispatching system. -* [:octocat: boltons](https://github.com/mahmoud/boltons) - :star: 6059 :fork_and_knife: 338 - A set of pure-Python utilities. -* [:octocat: itsdangerous](https://github.com/pallets/itsdangerous) - :star: 2631 :fork_and_knife: 215 - Various helpers to pass trusted data to untrusted environments. -* [:octocat: magenta](https://github.com/magenta/magenta) - :star: 18225 :fork_and_knife: 3708 - A tool to generate music and art using artificial intelligence. -* [:octocat: pluginbase](https://github.com/mitsuhiko/pluginbase) - :star: 1043 :fork_and_knife: 144 - A simple but flexible plugin system for Python. +* [:octocat: blinker](https://github.com/jek/blinker) - :star: 1524 :fork_and_knife: 178 - A fast Python in-process signal/event dispatching system. +* [:octocat: boltons](https://github.com/mahmoud/boltons) - :star: 6218 :fork_and_knife: 342 - A set of pure-Python utilities. +* [:octocat: itsdangerous](https://github.com/pallets/itsdangerous) - :star: 2681 :fork_and_knife: 219 - Various helpers to pass trusted data to untrusted environments. +* [:octocat: magenta](https://github.com/magenta/magenta) - :star: 18533 :fork_and_knife: 3740 - A tool to generate music and art using artificial intelligence. +* [:octocat: pluginbase](https://github.com/mitsuhiko/pluginbase) - :star: 1059 :fork_and_knife: 145 - A simple but flexible plugin system for Python. * [:earth_americas: tryton](http://www.tryton.org/) - A general purpose business framework. ## Natural Language Processing @@ -863,35 +863,35 @@ Inspired by [fucking-awesome-go](https://github.com/hvnsweeting/fucking-awesome- *Libraries for working with human languages.* - General - * [:octocat: gensim](https://github.com/RaRe-Technologies/gensim) - :star: 13967 :fork_and_knife: 4323 - Topic Modeling for Humans. - * [:octocat: langid.py](https://github.com/saffsd/langid.py) - :star: 2045 :fork_and_knife: 299 - Stand-alone language identification system. + * [:octocat: gensim](https://github.com/RaRe-Technologies/gensim) - :star: 14408 :fork_and_knife: 4367 - Topic Modeling for Humans. + * [:octocat: langid.py](https://github.com/saffsd/langid.py) - :star: 2100 :fork_and_knife: 301 - Stand-alone language identification system. * [:earth_americas: nltk](http://www.nltk.org/) - A leading platform for building Python programs to work with human language data. - * [:octocat: pattern](https://github.com/clips/pattern) - :star: 8418 :fork_and_knife: 1595 - A web mining module. - * [:octocat: polyglot](https://github.com/aboSamoor/polyglot) - :star: 2113 :fork_and_knife: 318 - Natural language pipeline supporting hundreds of languages. - * [:octocat: pytext](https://github.com/facebookresearch/pytext) - :star: 6360 :fork_and_knife: 823 - A natural language modeling framework based on PyTorch. - * [:octocat: PyTorch-NLP](https://github.com/PetrochukM/PyTorch-NLP) - :star: 2150 :fork_and_knife: 260 - A toolkit enabling rapid deep learning NLP prototyping for research. + * [:octocat: pattern](https://github.com/clips/pattern) - :star: 8497 :fork_and_knife: 1597 - A web mining module. + * [:octocat: polyglot](https://github.com/aboSamoor/polyglot) - :star: 2178 :fork_and_knife: 332 - Natural language pipeline supporting hundreds of languages. + * [:octocat: pytext](https://github.com/facebookresearch/pytext) - :star: 6355 :fork_and_knife: 825 - A natural language modeling framework based on PyTorch. + * [:octocat: PyTorch-NLP](https://github.com/PetrochukM/PyTorch-NLP) - :star: 2177 :fork_and_knife: 260 - A toolkit enabling rapid deep learning NLP prototyping for research. * [:earth_americas: spacy](https://spacy.io/) - A library for industrial-strength natural language processing in Python and Cython. - * [:octocat: Stanza](https://github.com/stanfordnlp/stanza) - :star: 6495 :fork_and_knife: 843 - The Stanford NLP Group's official Python library, supporting 60+ languages. + * [:octocat: Stanza](https://github.com/stanfordnlp/stanza) - :star: 6674 :fork_and_knife: 857 - The Stanford NLP Group's official Python library, supporting 60+ languages. - Chinese - * [:octocat: funNLP](https://github.com/fighting41love/funNLP) - :star: 46855 :fork_and_knife: 12069 - A collection of tools and datasets for Chinese NLP. - * [:octocat: jieba](https://github.com/fxsjy/jieba) - :star: 29974 :fork_and_knife: 6627 - The most popular Chinese text segmentation library. - * [:octocat: pkuseg-python](https://github.com/lancopku/pkuseg-python) - :star: 6067 :fork_and_knife: 958 - A toolkit for Chinese word segmentation in various domains. - * [:octocat: snownlp](https://github.com/isnowfy/snownlp) - :star: 6010 :fork_and_knife: 1351 - A library for processing Chinese text. + * [:octocat: funNLP](https://github.com/fighting41love/funNLP) - :star: 51603 :fork_and_knife: 12817 - A collection of tools and datasets for Chinese NLP. + * [:octocat: jieba](https://github.com/fxsjy/jieba) - :star: 30766 :fork_and_knife: 6685 - The most popular Chinese text segmentation library. + * [:octocat: pkuseg-python](https://github.com/lancopku/pkuseg-python) - :star: 6170 :fork_and_knife: 971 - A toolkit for Chinese word segmentation in various domains. + * [:octocat: snownlp](https://github.com/isnowfy/snownlp) - :star: 6113 :fork_and_knife: 1359 - A library for processing Chinese text. ## Network Virtualization *Tools and libraries for Virtual Networking and SDN (Software Defined Networking).* -* [:octocat: mininet](https://github.com/mininet/mininet) - :star: 4706 :fork_and_knife: 1682 - A popular network emulator and API written in Python. -* [:octocat: napalm](https://github.com/napalm-automation/napalm) - :star: 2008 :fork_and_knife: 538 - Cross-vendor API to manipulate network devices. -* [:octocat: pox](https://github.com/noxrepo/pox) - :star: 594 :fork_and_knife: 464 - A Python-based SDN control applications, such as OpenFlow SDN controllers. +* [:octocat: mininet](https://github.com/mininet/mininet) - :star: 4843 :fork_and_knife: 1710 - A popular network emulator and API written in Python. +* [:octocat: napalm](https://github.com/napalm-automation/napalm) - :star: 2063 :fork_and_knife: 545 - Cross-vendor API to manipulate network devices. +* [:octocat: pox](https://github.com/noxrepo/pox) - :star: 599 :fork_and_knife: 465 - A Python-based SDN control applications, such as OpenFlow SDN controllers. ## News Feed *Libraries for building user's activities.* -* [:octocat: django-activity-stream](https://github.com/justquick/django-activity-stream) - :star: 2155 :fork_and_knife: 487 - Generating generic activity streams from the actions on your site. -* [:octocat: Stream Framework](https://github.com/tschellenbach/Stream-Framework) - :star: 4682 :fork_and_knife: 566 - Building news feed and notification systems using Cassandra and Redis. +* [:octocat: django-activity-stream](https://github.com/justquick/django-activity-stream) - :star: 2205 :fork_and_knife: 490 - Generating generic activity streams from the actions on your site. +* [:octocat: Stream Framework](https://github.com/tschellenbach/Stream-Framework) - :star: 4694 :fork_and_knife: 569 - Building news feed and notification systems using Cassandra and Redis. ## ORM @@ -900,74 +900,74 @@ Inspired by [fucking-awesome-go](https://github.com/hvnsweeting/fucking-awesome- * Relational Databases * [:earth_americas: Django Models](https://docs.djangoproject.com/en/dev/topics/db/models/) - The Django ORM. * [:earth_americas: SQLAlchemy](https://www.sqlalchemy.org/) - The Python SQL Toolkit and Object Relational Mapper. - * [:octocat: awesome-sqlalchemy](https://github.com/dahlia/awesome-sqlalchemy) - :star: 2559 :fork_and_knife: 148 - * [:octocat: dataset](https://github.com/pudo/dataset) - :star: 4272 :fork_and_knife: 285 - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL. - * [:octocat: orator](https://github.com/sdispater/orator) - :star: 1384 :fork_and_knife: 164 - The Orator ORM provides a simple yet beautiful ActiveRecord implementation. - * [:octocat: orm](https://github.com/encode/orm) - :star: 1691 :fork_and_knife: 94 - An async ORM. - * [:octocat: peewee](https://github.com/coleifer/peewee) - :star: 9788 :fork_and_knife: 1365 - A small, expressive ORM. - * [:octocat: pony](https://github.com/ponyorm/pony/) - :star: 3153 :fork_and_knife: 226 - ORM that provides a generator-oriented interface to SQL. - * [:octocat: pydal](https://github.com/web2py/pydal/) - :star: 445 :fork_and_knife: 132 - A pure Python Database Abstraction Layer. + * [:octocat: awesome-sqlalchemy](https://github.com/dahlia/awesome-sqlalchemy) - :star: 2614 :fork_and_knife: 147 + * [:octocat: dataset](https://github.com/pudo/dataset) - :star: 4555 :fork_and_knife: 293 - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL. + * [:octocat: orator](https://github.com/sdispater/orator) - :star: 1402 :fork_and_knife: 168 - The Orator ORM provides a simple yet beautiful ActiveRecord implementation. + * [:octocat: orm](https://github.com/encode/orm) - :star: 1732 :fork_and_knife: 97 - An async ORM. + * [:octocat: peewee](https://github.com/coleifer/peewee) - :star: 10112 :fork_and_knife: 1372 - A small, expressive ORM. + * [:octocat: pony](https://github.com/ponyorm/pony/) - :star: 3253 :fork_and_knife: 236 - ORM that provides a generator-oriented interface to SQL. + * [:octocat: pydal](https://github.com/web2py/pydal/) - :star: 454 :fork_and_knife: 135 - A pure Python Database Abstraction Layer. * NoSQL Databases - * [:octocat: hot-redis](https://github.com/stephenmcd/hot-redis) - :star: 282 :fork_and_knife: 30 - Rich Python data types for Redis. - * [:octocat: mongoengine](https://github.com/MongoEngine/mongoengine) - :star: 3947 :fork_and_knife: 1215 - A Python Object-Document-Mapper for working with MongoDB. - * [:octocat: PynamoDB](https://github.com/pynamodb/PynamoDB) - :star: 2115 :fork_and_knife: 414 - A Pythonic interface for [Amazon DynamoDB](https://aws.amazon.com/dynamodb/). - * [:octocat: redisco](https://github.com/kiddouk/redisco) - :star: 438 :fork_and_knife: 81 - A Python Library for Simple Models and Containers Persisted in Redis. + * [:octocat: hot-redis](https://github.com/stephenmcd/hot-redis) - :star: 283 :fork_and_knife: 31 - Rich Python data types for Redis. + * [:octocat: mongoengine](https://github.com/MongoEngine/mongoengine) - :star: 4006 :fork_and_knife: 1220 - A Python Object-Document-Mapper for working with MongoDB. + * [:octocat: PynamoDB](https://github.com/pynamodb/PynamoDB) - :star: 2189 :fork_and_knife: 424 - A Pythonic interface for [Amazon DynamoDB](https://aws.amazon.com/dynamodb/). + * [:octocat: redisco](https://github.com/kiddouk/redisco) - :star: 435 :fork_and_knife: 81 - A Python Library for Simple Models and Containers Persisted in Redis. ## Package Management *Libraries for package and dependency management.* * [:earth_americas: pip](https://pip.pypa.io/en/stable/) - The package installer for Python. - * [:octocat: pip-tools](https://github.com/jazzband/pip-tools) - :star: 6633 :fork_and_knife: 564 - A set of tools to keep your pinned Python dependencies fresh. + * [:octocat: pip-tools](https://github.com/jazzband/pip-tools) - :star: 6906 :fork_and_knife: 585 - A set of tools to keep your pinned Python dependencies fresh. * [:earth_americas: PyPI](https://pypi.org/) - * [:octocat: pipx](https://github.com/pypa/pipx) - :star: 6023 :fork_and_knife: 276 - A package manager exclusive for python CLIs built on top of pip. -* [:octocat: conda](https://github.com/conda/conda/) - :star: 5168 :fork_and_knife: 1309 - Cross-platform, Python-agnostic binary package manager. -* [:octocat: poetry](https://github.com/sdispater/poetry) - :star: 23725 :fork_and_knife: 1907 - Python dependency management and packaging made easy. + * [:octocat: pipx](https://github.com/pypa/pipx) - :star: 6531 :fork_and_knife: 300 - A package manager exclusive for python CLIs built on top of pip. +* [:octocat: conda](https://github.com/conda/conda/) - :star: 5509 :fork_and_knife: 1382 - Cross-platform, Python-agnostic binary package manager. +* [:octocat: poetry](https://github.com/sdispater/poetry) - :star: 25405 :fork_and_knife: 1980 - Python dependency management and packaging made easy. ## Package Repositories *Local PyPI repository server and proxies.* -* [:octocat: bandersnatch](https://github.com/pypa/bandersnatch/) - :star: 357 :fork_and_knife: 129 - PyPI mirroring tool provided by Python Packaging Authority (PyPA). -* [:octocat: devpi](https://github.com/devpi/devpi) - :star: 652 :fork_and_knife: 116 - PyPI server and packaging/testing/release tool. -* [:octocat: localshop](https://github.com/jazzband/localshop) - :star: 385 :fork_and_knife: 114 - Local PyPI server (custom packages and auto-mirroring of pypi). -* [:octocat: warehouse](https://github.com/pypa/warehouse) - :star: 3143 :fork_and_knife: 910 - Next generation Python Package Repository (PyPI). +* [:octocat: bandersnatch](https://github.com/pypa/bandersnatch/) - :star: 368 :fork_and_knife: 142 - PyPI mirroring tool provided by Python Packaging Authority (PyPA). +* [:octocat: devpi](https://github.com/devpi/devpi) - :star: 708 :fork_and_knife: 121 - PyPI server and packaging/testing/release tool. +* [:octocat: localshop](https://github.com/jazzband/localshop) - :star: 388 :fork_and_knife: 115 - Local PyPI server (custom packages and auto-mirroring of pypi). +* [:octocat: warehouse](https://github.com/pypa/warehouse) - :star: 3298 :fork_and_knife: 949 - Next generation Python Package Repository (PyPI). ## Penetration Testing *Frameworks and tools for penetration testing.* -* [:octocat: fsociety](https://github.com/Manisso/fsociety) - :star: 8360 :fork_and_knife: 1815 - A Penetration testing framework. -* [:octocat: setoolkit](https://github.com/trustedsec/social-engineer-toolkit) - :star: 8565 :fork_and_knife: 2449 - A toolkit for social engineering. -* [:octocat: sqlmap](https://github.com/sqlmapproject/sqlmap) - :star: 26126 :fork_and_knife: 5142 - Automatic SQL injection and database takeover tool. +* [:octocat: fsociety](https://github.com/Manisso/fsociety) - :star: 8603 :fork_and_knife: 1842 - A Penetration testing framework. +* [:octocat: setoolkit](https://github.com/trustedsec/social-engineer-toolkit) - :star: 8990 :fork_and_knife: 2516 - A toolkit for social engineering. +* [:octocat: sqlmap](https://github.com/sqlmapproject/sqlmap) - :star: 27301 :fork_and_knife: 5302 - Automatic SQL injection and database takeover tool. ## Permissions *Libraries that allow or deny users access to data or functionality.* -* [:octocat: django-guardian](https://github.com/django-guardian/django-guardian) - :star: 3339 :fork_and_knife: 550 - Implementation of per object permissions for Django 1.2+ -* [:octocat: django-rules](https://github.com/dfunckt/django-rules) - :star: 1587 :fork_and_knife: 129 - A tiny but powerful app providing object-level permissions to Django, without requiring a database. +* [:octocat: django-guardian](https://github.com/django-guardian/django-guardian) - :star: 3389 :fork_and_knife: 553 - Implementation of per object permissions for Django 1.2+ +* [:octocat: django-rules](https://github.com/dfunckt/django-rules) - :star: 1633 :fork_and_knife: 132 - A tiny but powerful app providing object-level permissions to Django, without requiring a database. ## Processes *Libraries for starting and communicating with OS processes.* -* [:octocat: delegator.py](https://github.com/amitt001/delegator.py) - :star: 1642 :fork_and_knife: 93 - [Subprocesses](https://docs.python.org/3/library/subprocess.html) for Humans 2.0. +* [:octocat: delegator.py](https://github.com/amitt001/delegator.py) - :star: 1667 :fork_and_knife: 96 - [Subprocesses](https://docs.python.org/3/library/subprocess.html) for Humans 2.0. * [:earth_americas: sarge](https://sarge.readthedocs.io/en/latest/) - Yet another wrapper for subprocess. -* [:octocat: sh](https://github.com/amoffat/sh) - :star: 6504 :fork_and_knife: 481 - A full-fledged subprocess replacement for Python. +* [:octocat: sh](https://github.com/amoffat/sh) - :star: 6620 :fork_and_knife: 489 - A full-fledged subprocess replacement for Python. ## Recommender Systems *Libraries for building recommender systems.* -* [:octocat: annoy](https://github.com/spotify/annoy) - :star: 10781 :fork_and_knife: 1072 - Approximate Nearest Neighbors in C++/Python optimized for memory usage. -* [:octocat: fastFM](https://github.com/ibayer/fastFM) - :star: 1020 :fork_and_knife: 206 - A library for Factorization Machines. -* [:octocat: implicit](https://github.com/benfred/implicit) - :star: 3084 :fork_and_knife: 586 - A fast Python implementation of collaborative filtering for implicit datasets. -* [:octocat: libffm](https://github.com/guestwalk/libffm) - :star: 1571 :fork_and_knife: 464 - A library for Field-aware Factorization Machine (FFM). -* [:octocat: lightfm](https://github.com/lyst/lightfm) - :star: 4261 :fork_and_knife: 661 - A Python implementation of a number of popular recommendation algorithms. -* [:octocat: spotlight](https://github.com/maciejkula/spotlight) - :star: 2830 :fork_and_knife: 416 - Deep recommender models using PyTorch. -* [:octocat: Surprise](https://github.com/NicolasHug/Surprise) - :star: 5696 :fork_and_knife: 969 - A scikit for building and analyzing recommender systems. -* [:octocat: tensorrec](https://github.com/jfkirk/tensorrec) - :star: 1224 :fork_and_knife: 225 - A Recommendation Engine Framework in TensorFlow. +* [:octocat: annoy](https://github.com/spotify/annoy) - :star: 11469 :fork_and_knife: 1099 - Approximate Nearest Neighbors in C++/Python optimized for memory usage. +* [:octocat: fastFM](https://github.com/ibayer/fastFM) - :star: 1035 :fork_and_knife: 205 - A library for Factorization Machines. +* [:octocat: implicit](https://github.com/benfred/implicit) - :star: 3184 :fork_and_knife: 599 - A fast Python implementation of collaborative filtering for implicit datasets. +* [:octocat: libffm](https://github.com/guestwalk/libffm) - :star: 1578 :fork_and_knife: 465 - A library for Field-aware Factorization Machine (FFM). +* [:octocat: lightfm](https://github.com/lyst/lightfm) - :star: 4356 :fork_and_knife: 670 - A Python implementation of a number of popular recommendation algorithms. +* [:octocat: spotlight](https://github.com/maciejkula/spotlight) - :star: 2870 :fork_and_knife: 420 - Deep recommender models using PyTorch. +* [:octocat: Surprise](https://github.com/NicolasHug/Surprise) - :star: 5838 :fork_and_knife: 986 - A scikit for building and analyzing recommender systems. +* [:octocat: tensorrec](https://github.com/jfkirk/tensorrec) - :star: 1235 :fork_and_knife: 225 - A Recommendation Engine Framework in TensorFlow. ## Refactoring @@ -975,7 +975,7 @@ Inspired by [fucking-awesome-go](https://github.com/hvnsweeting/fucking-awesome- * [:earth_americas: Bicycle Repair Man](http://bicyclerepair.sourceforge.net/) - Bicycle Repair Man, a refactoring tool for Python. * [:earth_americas: Bowler](https://pybowler.io/) - Safe code refactoring for modern Python. - * [:octocat: Rope](https://github.com/python-rope/rope) - :star: 1536 :fork_and_knife: 165 - Rope is a python refactoring library. + * [:octocat: Rope](https://github.com/python-rope/rope) - :star: 1629 :fork_and_knife: 164 - Rope is a python refactoring library. ## RESTful API @@ -985,154 +985,154 @@ Inspired by [fucking-awesome-go](https://github.com/hvnsweeting/fucking-awesome- * [:earth_americas: django-rest-framework](http://www.django-rest-framework.org/) - A powerful and flexible toolkit to build web APIs. * [:earth_americas: django-tastypie](http://tastypieapi.org/) - Creating delicious APIs for Django apps. * Flask - * [:octocat: eve](https://github.com/pyeve/eve) - :star: 6585 :fork_and_knife: 753 - REST API framework powered by Flask, MongoDB and good intentions. - * [:octocat: flask-api](https://github.com/flask-api/flask-api) - :star: 1354 :fork_and_knife: 182 - Browsable Web APIs for Flask. - * [:octocat: flask-restful](https://github.com/flask-restful/flask-restful) - :star: 6531 :fork_and_knife: 1015 - Quickly building REST APIs for Flask. + * [:octocat: eve](https://github.com/pyeve/eve) - :star: 6612 :fork_and_knife: 751 - REST API framework powered by Flask, MongoDB and good intentions. + * [:octocat: flask-api](https://github.com/flask-api/flask-api) - :star: 1377 :fork_and_knife: 183 - Browsable Web APIs for Flask. + * [:octocat: flask-restful](https://github.com/flask-restful/flask-restful) - :star: 6597 :fork_and_knife: 1026 - Quickly building REST APIs for Flask. * Pyramid - * [:octocat: cornice](https://github.com/Cornices/cornice) - :star: 376 :fork_and_knife: 155 - A RESTful framework for Pyramid. + * [:octocat: cornice](https://github.com/Cornices/cornice) - :star: 374 :fork_and_knife: 152 - A RESTful framework for Pyramid. * Framework agnostic - * [:octocat: apistar](https://github.com/encode/apistar) - :star: 5590 :fork_and_knife: 424 - A smart Web API framework, designed for Python 3. - * [:octocat: falcon](https://github.com/falconry/falcon) - :star: 9020 :fork_and_knife: 901 - A high-performance framework for building cloud APIs and web app backends. - * [:octocat: fastapi](https://github.com/tiangolo/fastapi) - :star: 54692 :fork_and_knife: 4524 - A modern, fast, web framework for building APIs with Python 3.6+ based on standard Python type hints. - * [:octocat: hug](https://github.com/hugapi/hug) - :star: 6703 :fork_and_knife: 388 - A Python 3 framework for cleanly exposing APIs. - * [:octocat: sandman2](https://github.com/jeffknupp/sandman2) - :star: 1921 :fork_and_knife: 217 - Automated REST APIs for existing database-driven systems. - * [:octocat: sanic](https://github.com/huge-success/sanic) - :star: 16843 :fork_and_knife: 1493 - A Python 3.6+ web server and web framework that's written to go fast. + * [:octocat: apistar](https://github.com/encode/apistar) - :star: 5602 :fork_and_knife: 427 - A smart Web API framework, designed for Python 3. + * [:octocat: falcon](https://github.com/falconry/falcon) - :star: 9146 :fork_and_knife: 910 - A high-performance framework for building cloud APIs and web app backends. + * [:octocat: fastapi](https://github.com/tiangolo/fastapi) - :star: 59162 :fork_and_knife: 4925 - A modern, fast, web framework for building APIs with Python 3.6+ based on standard Python type hints. + * [:octocat: hug](https://github.com/hugapi/hug) - :star: 6725 :fork_and_knife: 387 - A Python 3 framework for cleanly exposing APIs. + * [:octocat: sandman2](https://github.com/jeffknupp/sandman2) - :star: 1949 :fork_and_knife: 215 - Automated REST APIs for existing database-driven systems. + * [:octocat: sanic](https://github.com/huge-success/sanic) - :star: 17125 :fork_and_knife: 1517 - A Python 3.6+ web server and web framework that's written to go fast. * [:earth_americas: vibora](https://vibora.io/) - Fast, efficient and asynchronous Web framework inspired by Flask. ## Robotics *Libraries for robotics.* -* [:octocat: PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics) - :star: 17542 :fork_and_knife: 5523 - This is a compilation of various robotics algorithms with visualizations. +* [:octocat: PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics) - :star: 18956 :fork_and_knife: 5821 - This is a compilation of various robotics algorithms with visualizations. * [:earth_americas: rospy](http://wiki.ros.org/rospy) - This is a library for ROS (Robot Operating System). ## RPC Servers *RPC-compatible servers.* -* [:octocat: RPyC](https://github.com/tomerfiliba/rpyc) (Remote Python Call) - :star: 1357 :fork_and_knife: 232 - A transparent and symmetric RPC library for Python -* [:octocat: zeroRPC](https://github.com/0rpc/zerorpc-python) - :star: 3042 :fork_and_knife: 383 - zerorpc is a flexible RPC implementation based on [ZeroMQ](http://zeromq.org/) and [MessagePack](http://msgpack.org/). +* [:octocat: RPyC](https://github.com/tomerfiliba/rpyc) (Remote Python Call) - :star: 1404 :fork_and_knife: 237 - A transparent and symmetric RPC library for Python +* [:octocat: zeroRPC](https://github.com/0rpc/zerorpc-python) - :star: 3079 :fork_and_knife: 388 - zerorpc is a flexible RPC implementation based on [ZeroMQ](http://zeromq.org/) and [MessagePack](http://msgpack.org/). ## Science *Libraries for scientific computing. Also see [Python-for-Scientists](https://github.com/TomNicholas/Python-for-Scientists).* * [:earth_americas: astropy](http://www.astropy.org/) - A community Python library for Astronomy. -* [:octocat: bcbio-nextgen](https://github.com/chapmanb/bcbio-nextgen) - :star: 920 :fork_and_knife: 356 - Providing best-practice pipelines for fully automated high throughput sequencing analysis. -* [:octocat: bccb](https://github.com/chapmanb/bcbb) - :star: 564 :fork_and_knife: 231 - Collection of useful code related to biological analysis. +* [:octocat: bcbio-nextgen](https://github.com/chapmanb/bcbio-nextgen) - :star: 937 :fork_and_knife: 356 - Providing best-practice pipelines for fully automated high throughput sequencing analysis. +* [:octocat: bccb](https://github.com/chapmanb/bcbb) - :star: 571 :fork_and_knife: 238 - Collection of useful code related to biological analysis. * [:earth_americas: Biopython](http://biopython.org/wiki/Main_Page) - Biopython is a set of freely available tools for biological computation. * [:earth_americas: cclib](http://cclib.github.io/) - A library for parsing and interpreting the results of computational chemistry packages. * [:earth_americas: Colour](http://colour-science.org/) - Implementing a comprehensive number of colour theory transformations and algorithms. -* [:octocat: Karate Club](https://github.com/benedekrozemberczki/karateclub) - :star: 1823 :fork_and_knife: 229 - Unsupervised machine learning toolbox for graph structured data. +* [:octocat: Karate Club](https://github.com/benedekrozemberczki/karateclub) - :star: 1915 :fork_and_knife: 231 - Unsupervised machine learning toolbox for graph structured data. * [:earth_americas: NetworkX](https://networkx.github.io/) - A high-productivity software for complex networks. * [:earth_americas: NIPY](http://nipy.org) - A collection of neuroimaging toolkits. * [:earth_americas: NumPy](http://www.numpy.org/) - A fundamental package for scientific computing with Python. -* [:octocat: ObsPy](https://github.com/obspy/obspy/wiki/) - :star: 1000 :fork_and_knife: 511 - A Python toolbox for seismology. +* [:octocat: ObsPy](https://github.com/obspy/obspy/wiki/) - :star: 1038 :fork_and_knife: 518 - A Python toolbox for seismology. * [:earth_americas: Open Babel](http://openbabel.org/wiki/Main_Page) - A chemical toolbox designed to speak the many languages of chemical data. * [:earth_americas: PyDy](http://www.pydy.org/) - Short for Python Dynamics, used to assist with workflow in the modeling of dynamic motion. -* [:octocat: PyMC](https://github.com/pymc-devs/pymc3) - :star: 7324 :fork_and_knife: 1746 - Markov Chain Monte Carlo sampling toolkit. +* [:octocat: PyMC](https://github.com/pymc-devs/pymc3) - :star: 7616 :fork_and_knife: 1794 - Markov Chain Monte Carlo sampling toolkit. * [:earth_americas: QuTiP](http://qutip.org/) - Quantum Toolbox in Python. * [:earth_americas: RDKit](http://www.rdkit.org/) - Cheminformatics and Machine Learning Software. * [:earth_americas: SciPy](https://www.scipy.org/) - A Python-based ecosystem of open-source software for mathematics, science, and engineering. * [:earth_americas: SimPy](https://gitlab.com/team-simpy/simpy) - A process-based discrete-event simulation framework. -* [:octocat: statsmodels](https://github.com/statsmodels/statsmodels) - :star: 8203 :fork_and_knife: 2657 - Statistical modeling and econometrics in Python. -* [:octocat: SymPy](https://github.com/sympy/sympy) - :star: 10059 :fork_and_knife: 3852 - A Python library for symbolic mathematics. -* [:octocat: Zipline](https://github.com/quantopian/zipline) - :star: 15819 :fork_and_knife: 4536 - A Pythonic algorithmic trading library. +* [:octocat: statsmodels](https://github.com/statsmodels/statsmodels) - :star: 8579 :fork_and_knife: 2717 - Statistical modeling and econometrics in Python. +* [:octocat: SymPy](https://github.com/sympy/sympy) - :star: 10861 :fork_and_knife: 3977 - A Python library for symbolic mathematics. +* [:octocat: Zipline](https://github.com/quantopian/zipline) - :star: 16216 :fork_and_knife: 4599 - A Pythonic algorithmic trading library. ## Search *Libraries and software for indexing and performing search queries on data.* -* [:octocat: django-haystack](https://github.com/django-haystack/django-haystack) - :star: 3398 :fork_and_knife: 1303 - Modular search for Django. -* [:octocat: elasticsearch-dsl-py](https://github.com/elastic/elasticsearch-dsl-py) - :star: 3614 :fork_and_knife: 775 - The official high-level Python client for Elasticsearch. +* [:octocat: django-haystack](https://github.com/django-haystack/django-haystack) - :star: 3430 :fork_and_knife: 1312 - Modular search for Django. +* [:octocat: elasticsearch-dsl-py](https://github.com/elastic/elasticsearch-dsl-py) - :star: 3666 :fork_and_knife: 793 - The official high-level Python client for Elasticsearch. * [:earth_americas: elasticsearch-py](https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/index.html) - The official low-level Python client for [Elasticsearch](https://www.elastic.co/products/elasticsearch). -* [:octocat: pysolr](https://github.com/django-haystack/pysolr) - :star: 631 :fork_and_knife: 329 - A lightweight Python wrapper for [Apache Solr](https://lucene.apache.org/solr/). +* [:octocat: pysolr](https://github.com/django-haystack/pysolr) - :star: 640 :fork_and_knife: 331 - A lightweight Python wrapper for [Apache Solr](https://lucene.apache.org/solr/). * [:earth_americas: whoosh](http://whoosh.readthedocs.io/en/latest/) - A fast, pure Python search engine library. ## Serialization *Libraries for serializing complex data types* -* [:octocat: marshmallow](https://github.com/marshmallow-code/marshmallow) - :star: 6428 :fork_and_knife: 620 - A lightweight library for converting complex objects to and from simple Python datatypes. -* [:octocat: pysimdjson](https://github.com/TkTech/pysimdjson) - :star: 567 :fork_and_knife: 48 - A Python bindings for [simdjson](https://github.com/lemire/simdjson). -* [:octocat: python-rapidjson](https://github.com/python-rapidjson/python-rapidjson) - :star: 470 :fork_and_knife: 43 - A Python wrapper around [RapidJSON](https://github.com/Tencent/rapidjson). -* [:octocat: ultrajson](https://github.com/esnme/ultrajson) - :star: 3972 :fork_and_knife: 360 - A fast JSON decoder and encoder written in C with Python bindings. +* [:octocat: marshmallow](https://github.com/marshmallow-code/marshmallow) - :star: 6576 :fork_and_knife: 628 - A lightweight library for converting complex objects to and from simple Python datatypes. +* [:octocat: pysimdjson](https://github.com/TkTech/pysimdjson) - :star: 587 :fork_and_knife: 49 - A Python bindings for [simdjson](https://github.com/lemire/simdjson). +* [:octocat: python-rapidjson](https://github.com/python-rapidjson/python-rapidjson) - :star: 482 :fork_and_knife: 43 - A Python wrapper around [RapidJSON](https://github.com/Tencent/rapidjson). +* [:octocat: ultrajson](https://github.com/esnme/ultrajson) - :star: 4091 :fork_and_knife: 367 - A fast JSON decoder and encoder written in C with Python bindings. ## Serverless Frameworks *Frameworks for developing serverless Python code.* -* [:octocat: python-lambda](https://github.com/nficano/python-lambda) - :star: 1425 :fork_and_knife: 228 - A toolkit for developing and deploying Python code in AWS Lambda. -* [:octocat: Zappa](https://github.com/Miserlou/Zappa) - :star: 11891 :fork_and_knife: 1258 - A tool for deploying WSGI applications on AWS Lambda and API Gateway. +* [:octocat: python-lambda](https://github.com/nficano/python-lambda) - :star: 1442 :fork_and_knife: 232 - A toolkit for developing and deploying Python code in AWS Lambda. +* [:octocat: Zappa](https://github.com/Miserlou/Zappa) - :star: 11892 :fork_and_knife: 1253 - A tool for deploying WSGI applications on AWS Lambda and API Gateway. ## Shell *Shells based on Python.* -* [:octocat: xonsh](https://github.com/xonsh/xonsh/) - :star: 6804 :fork_and_knife: 598 - A Python-powered, cross-platform, Unix-gazing shell language and command prompt. +* [:octocat: xonsh](https://github.com/xonsh/xonsh/) - :star: 7058 :fork_and_knife: 605 - A Python-powered, cross-platform, Unix-gazing shell language and command prompt. ## Specific Formats Processing *Libraries for parsing and manipulating specific text formats.* * General - * [:octocat: tablib](https://github.com/jazzband/tablib) - :star: 4226 :fork_and_knife: 571 - A module for Tabular Datasets in XLS, CSV, JSON, YAML. + * [:octocat: tablib](https://github.com/jazzband/tablib) - :star: 4252 :fork_and_knife: 576 - A module for Tabular Datasets in XLS, CSV, JSON, YAML. * Office - * [:octocat: docxtpl](https://github.com/elapouya/python-docx-template) - :star: 1472 :fork_and_knife: 330 - Editing a docx document by jinja2 template + * [:octocat: docxtpl](https://github.com/elapouya/python-docx-template) - :star: 1585 :fork_and_knife: 343 - Editing a docx document by jinja2 template * [:earth_americas: openpyxl](https://openpyxl.readthedocs.io/en/stable/) - A library for reading and writing Excel 2010 xlsx/xlsm/xltx/xltm files. - * [:octocat: pyexcel](https://github.com/pyexcel/pyexcel) - :star: 1102 :fork_and_knife: 161 - Providing one API for reading, manipulating and writing csv, ods, xls, xlsx and xlsm files. - * [:octocat: python-docx](https://github.com/python-openxml/python-docx) - :star: 3447 :fork_and_knife: 938 - Reads, queries and modifies Microsoft Word 2007/2008 docx files. - * [:octocat: python-pptx](https://github.com/scanny/python-pptx) - :star: 1700 :fork_and_knife: 396 - Python library for creating and updating PowerPoint (.pptx) files. - * [:octocat: unoconv](https://github.com/unoconv/unoconv) - :star: 2366 :fork_and_knife: 407 - Convert between any document format supported by LibreOffice/OpenOffice. - * [:octocat: XlsxWriter](https://github.com/jmcnamara/XlsxWriter) - :star: 3158 :fork_and_knife: 592 - A Python module for creating Excel .xlsx files. - * [:octocat: xlwings](https://github.com/ZoomerAnalytics/xlwings) - :star: 2525 :fork_and_knife: 452 - A BSD-licensed library that makes it easy to call Python from Excel and vice versa. - * [:octocat: xlwt](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) - :star: 1016 :fork_and_knife: 296 - Writing and reading data and formatting information from Excel files. + * [:octocat: pyexcel](https://github.com/pyexcel/pyexcel) - :star: 1126 :fork_and_knife: 163 - Providing one API for reading, manipulating and writing csv, ods, xls, xlsx and xlsm files. + * [:octocat: python-docx](https://github.com/python-openxml/python-docx) - :star: 3655 :fork_and_knife: 967 - Reads, queries and modifies Microsoft Word 2007/2008 docx files. + * [:octocat: python-pptx](https://github.com/scanny/python-pptx) - :star: 1814 :fork_and_knife: 423 - Python library for creating and updating PowerPoint (.pptx) files. + * [:octocat: unoconv](https://github.com/unoconv/unoconv) - :star: 2417 :fork_and_knife: 404 - Convert between any document format supported by LibreOffice/OpenOffice. + * [:octocat: XlsxWriter](https://github.com/jmcnamara/XlsxWriter) - :star: 3267 :fork_and_knife: 607 - A Python module for creating Excel .xlsx files. + * [:octocat: xlwings](https://github.com/ZoomerAnalytics/xlwings) - :star: 2617 :fork_and_knife: 469 - A BSD-licensed library that makes it easy to call Python from Excel and vice versa. + * [:octocat: xlwt](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) - :star: 1024 :fork_and_knife: 296 - Writing and reading data and formatting information from Excel files. * PDF - * [:octocat: PDFMiner](https://github.com/euske/pdfminer) - :star: 4950 :fork_and_knife: 1125 - A tool for extracting information from PDF documents. - * [:octocat: PyPDF2](https://github.com/mstamy2/PyPDF2) - :star: 5213 :fork_and_knife: 1164 - A library capable of splitting, merging and transforming PDF pages. + * [:octocat: PDFMiner](https://github.com/euske/pdfminer) - :star: 5025 :fork_and_knife: 1132 - A tool for extracting information from PDF documents. + * [:octocat: PyPDF2](https://github.com/mstamy2/PyPDF2) - :star: 5792 :fork_and_knife: 1221 - A library capable of splitting, merging and transforming PDF pages. * [:earth_americas: ReportLab](https://www.reportlab.com/opensource/) - Allowing Rapid creation of rich PDF documents. * Markdown - * [:octocat: Mistune](https://github.com/lepture/mistune) - :star: 2193 :fork_and_knife: 228 - Fastest and full featured pure Python parsers of Markdown. - * [:octocat: Python-Markdown](https://github.com/waylan/Python-Markdown) - :star: 3124 :fork_and_knife: 809 - A Python implementation of John Gruber’s Markdown. + * [:octocat: Mistune](https://github.com/lepture/mistune) - :star: 2278 :fork_and_knife: 236 - Fastest and full featured pure Python parsers of Markdown. + * [:octocat: Python-Markdown](https://github.com/waylan/Python-Markdown) - :star: 3265 :fork_and_knife: 837 - A Python implementation of John Gruber’s Markdown. * YAML * [:earth_americas: PyYAML](http://pyyaml.org/) - YAML implementations for Python. * CSV - * [:octocat: csvkit](https://github.com/wireservice/csvkit) - :star: 5368 :fork_and_knife: 581 - Utilities for converting to and working with CSV. + * [:octocat: csvkit](https://github.com/wireservice/csvkit) - :star: 5477 :fork_and_knife: 592 - Utilities for converting to and working with CSV. * Archive - * [:octocat: unp](https://github.com/mitsuhiko/unp) - :star: 406 :fork_and_knife: 57 - A command line tool that can unpack archives easily. + * [:octocat: unp](https://github.com/mitsuhiko/unp) - :star: 407 :fork_and_knife: 57 - A command line tool that can unpack archives easily. ## Static Site Generator *Static site generator is a software that takes some text + templates as input and produces HTML files on the output.* -* [:octocat: lektor](https://github.com/lektor/lektor) - :star: 3649 :fork_and_knife: 309 - An easy to use static CMS and blog engine. -* [:octocat: mkdocs](https://github.com/mkdocs/mkdocs/) - :star: 15920 :fork_and_knife: 2183 - Markdown friendly documentation generator. -* [:octocat: makesite](https://github.com/sunainapai/makesite) - :star: 1679 :fork_and_knife: 276 - Simple, lightweight, and magic-free static site/blog generator (< 130 lines). -* [:octocat: nikola](https://github.com/getnikola/nikola) - :star: 2407 :fork_and_knife: 438 - A static website and blog generator. -* [:octocat: pelican](https://github.com/getpelican/pelican) - :star: 11394 :fork_and_knife: 1803 - Static site generator that supports Markdown and reST syntax. +* [:octocat: lektor](https://github.com/lektor/lektor) - :star: 3675 :fork_and_knife: 313 - An easy to use static CMS and blog engine. +* [:octocat: mkdocs](https://github.com/mkdocs/mkdocs/) - :star: 16577 :fork_and_knife: 2257 - Markdown friendly documentation generator. +* [:octocat: makesite](https://github.com/sunainapai/makesite) - :star: 1715 :fork_and_knife: 282 - Simple, lightweight, and magic-free static site/blog generator (< 130 lines). +* [:octocat: nikola](https://github.com/getnikola/nikola) - :star: 2444 :fork_and_knife: 446 - A static website and blog generator. +* [:octocat: pelican](https://github.com/getpelican/pelican) - :star: 11619 :fork_and_knife: 1815 - Static site generator that supports Markdown and reST syntax. ## Tagging *Libraries for tagging items.* -* [:octocat: django-taggit](https://github.com/jazzband/django-taggit) - :star: 2994 :fork_and_knife: 608 - Simple tagging for Django. +* [:octocat: django-taggit](https://github.com/jazzband/django-taggit) - :star: 3043 :fork_and_knife: 612 - Simple tagging for Django. ## Task Queues *Libraries for working with task queues.* * [:earth_americas: celery](https://docs.celeryproject.org/en/stable/) - An asynchronous task queue/job queue based on distributed message passing. -* [:octocat: daramatiq](https://github.com/Bogdanp/dramatiq) - :star: 3459 :fork_and_knife: 243 - A fast and reliable background task processing library for Python 3. -* [:octocat: huey](https://github.com/coleifer/huey) - :star: 4373 :fork_and_knife: 362 - Little multi-threaded task queue. -* [:octocat: mrq](https://github.com/pricingassistant/mrq) - :star: 874 :fork_and_knife: 117 - A distributed worker task queue in Python using Redis & gevent. -* [:octocat: rq](https://github.com/rq/rq) - :star: 8767 :fork_and_knife: 1338 - Simple job queues for Python. +* [:octocat: daramatiq](https://github.com/Bogdanp/dramatiq) - :star: 3614 :fork_and_knife: 257 - A fast and reliable background task processing library for Python 3. +* [:octocat: huey](https://github.com/coleifer/huey) - :star: 4512 :fork_and_knife: 367 - Little multi-threaded task queue. +* [:octocat: mrq](https://github.com/pricingassistant/mrq) - :star: 872 :fork_and_knife: 121 - A distributed worker task queue in Python using Redis & gevent. +* [:octocat: rq](https://github.com/rq/rq) - :star: 8951 :fork_and_knife: 1356 - Simple job queues for Python. ## Template Engine *Libraries and tools for templating and lexing.* * [:earth_americas: Genshi](https://genshi.edgewall.org/) - Python templating toolkit for generation of web-aware output. -* [:octocat: Jinja2](https://github.com/pallets/jinja) - :star: 9063 :fork_and_knife: 1539 - A modern and designer friendly templating language. +* [:octocat: Jinja2](https://github.com/pallets/jinja) - :star: 9298 :fork_and_knife: 1563 - A modern and designer friendly templating language. * [:earth_americas: Mako](http://www.makotemplates.org/) - Hyperfast and lightweight templating for the Python platform. ## Testing @@ -1140,41 +1140,41 @@ Inspired by [fucking-awesome-go](https://github.com/hvnsweeting/fucking-awesome- *Libraries for testing codebases and generating test data.* * Testing Frameworks - * [:octocat: hypothesis](https://github.com/HypothesisWorks/hypothesis) - :star: 6531 :fork_and_knife: 549 - Hypothesis is an advanced Quickcheck style property based testing library. - * [:octocat: nose2](https://github.com/nose-devs/nose2) - :star: 739 :fork_and_knife: 136 - The successor to `nose`, based on `unittest2. + * [:octocat: hypothesis](https://github.com/HypothesisWorks/hypothesis) - :star: 6745 :fork_and_knife: 566 - Hypothesis is an advanced Quickcheck style property based testing library. + * [:octocat: nose2](https://github.com/nose-devs/nose2) - :star: 757 :fork_and_knife: 137 - The successor to `nose`, based on `unittest2. * [:earth_americas: pytest](https://docs.pytest.org/en/latest/) - A mature full-featured Python testing tool. - * [:octocat: Robot Framework](https://github.com/robotframework/robotframework) - :star: 7774 :fork_and_knife: 2075 - A generic test automation framework. + * [:octocat: Robot Framework](https://github.com/robotframework/robotframework) - :star: 8110 :fork_and_knife: 2133 - A generic test automation framework. * [:earth_americas: unittest](https://docs.python.org/3/library/unittest.html) - (Python standard library) Unit testing framework. * Test Runners - * [:octocat: green](https://github.com/CleanCut/green) - :star: 756 :fork_and_knife: 78 - A clean, colorful test runner. + * [:octocat: green](https://github.com/CleanCut/green) - :star: 767 :fork_and_knife: 80 - A clean, colorful test runner. * [:earth_americas: mamba](http://nestorsalceda.github.io/mamba/) - The definitive testing tool for Python. Born under the banner of BDD. * [:earth_americas: tox](https://tox.readthedocs.io/en/latest/) - Auto builds and tests distributions in multiple Python versions * GUI / Web Testing - * [:octocat: locust](https://github.com/locustio/locust) - :star: 20691 :fork_and_knife: 2636 - Scalable user load testing tool written in Python. - * [:octocat: PyAutoGUI](https://github.com/asweigart/pyautogui) - :star: 7701 :fork_and_knife: 1016 - PyAutoGUI is a cross-platform GUI automation Python module for human beings. - * [:octocat: Schemathesis](https://github.com/kiwicom/schemathesis) - :star: 1613 :fork_and_knife: 121 - A tool for automatic property-based testing of web applications built with Open API / Swagger specifications. + * [:octocat: locust](https://github.com/locustio/locust) - :star: 21532 :fork_and_knife: 2712 - Scalable user load testing tool written in Python. + * [:octocat: PyAutoGUI](https://github.com/asweigart/pyautogui) - :star: 8213 :fork_and_knife: 1078 - PyAutoGUI is a cross-platform GUI automation Python module for human beings. + * [:octocat: Schemathesis](https://github.com/kiwicom/schemathesis) - :star: 1727 :fork_and_knife: 131 - A tool for automatic property-based testing of web applications built with Open API / Swagger specifications. * [:earth_americas: Selenium](https://pypi.org/project/selenium/) - Python bindings for [Selenium](http://www.seleniumhq.org/) WebDriver. - * [:octocat: sixpack](https://github.com/seatgeek/sixpack) - :star: 1745 :fork_and_knife: 189 - A language-agnostic A/B Testing framework. - * [:octocat: splinter](https://github.com/cobrateam/splinter) - :star: 2605 :fork_and_knife: 513 - Open source tool for testing web applications. + * [:octocat: sixpack](https://github.com/seatgeek/sixpack) - :star: 1748 :fork_and_knife: 189 - A language-agnostic A/B Testing framework. + * [:octocat: splinter](https://github.com/cobrateam/splinter) - :star: 2641 :fork_and_knife: 509 - Open source tool for testing web applications. * Mock * [:earth_americas: doublex](https://pypi.org/project/doublex/) - Powerful test doubles framework for Python. - * [:octocat: freezegun](https://github.com/spulec/freezegun) - :star: 3581 :fork_and_knife: 245 - Travel through time by mocking the datetime module. - * [:octocat: httmock](https://github.com/patrys/httmock) - :star: 451 :fork_and_knife: 54 - A mocking library for requests for Python 2.6+ and 3.2+. - * [:octocat: httpretty](https://github.com/gabrielfalcao/HTTPretty) - :star: 2010 :fork_and_knife: 264 - HTTP request mock tool for Python. + * [:octocat: freezegun](https://github.com/spulec/freezegun) - :star: 3705 :fork_and_knife: 254 - Travel through time by mocking the datetime module. + * [:octocat: httmock](https://github.com/patrys/httmock) - :star: 458 :fork_and_knife: 55 - A mocking library for requests for Python 2.6+ and 3.2+. + * [:octocat: httpretty](https://github.com/gabrielfalcao/HTTPretty) - :star: 2052 :fork_and_knife: 268 - HTTP request mock tool for Python. * [:earth_americas: mock](https://docs.python.org/3/library/unittest.mock.html) - (Python standard library) A mocking and patching library. - * [:octocat: mocket](https://github.com/mindflayer/python-mocket) - :star: 253 :fork_and_knife: 40 - A socket mock framework with gevent/asyncio/SSL support. - * [:octocat: responses](https://github.com/getsentry/responses) - :star: 3802 :fork_and_knife: 322 - A utility library for mocking out the requests Python library. - * [:octocat: VCR.py](https://github.com/kevin1024/vcrpy) - :star: 2369 :fork_and_knife: 324 - Record and replay HTTP interactions on your tests. + * [:octocat: mocket](https://github.com/mindflayer/python-mocket) - :star: 263 :fork_and_knife: 40 - A socket mock framework with gevent/asyncio/SSL support. + * [:octocat: responses](https://github.com/getsentry/responses) - :star: 3895 :fork_and_knife: 331 - A utility library for mocking out the requests Python library. + * [:octocat: VCR.py](https://github.com/kevin1024/vcrpy) - :star: 2427 :fork_and_knife: 336 - Record and replay HTTP interactions on your tests. * Object Factories - * [:octocat: factory_boy](https://github.com/FactoryBoy/factory_boy) - :star: 3048 :fork_and_knife: 361 - A test fixtures replacement for Python. - * [:octocat: mixer](https://github.com/klen/mixer) - :star: 875 :fork_and_knife: 95 - Another fixtures replacement. Supported Django, Flask, SQLAlchemy, Peewee and etc. - * [:octocat: model_mommy](https://github.com/vandersonmota/model_mommy) - :star: 918 :fork_and_knife: 149 - Creating random fixtures for testing in Django. + * [:octocat: factory_boy](https://github.com/FactoryBoy/factory_boy) - :star: 3125 :fork_and_knife: 376 - A test fixtures replacement for Python. + * [:octocat: mixer](https://github.com/klen/mixer) - :star: 901 :fork_and_knife: 95 - Another fixtures replacement. Supported Django, Flask, SQLAlchemy, Peewee and etc. + * [:octocat: model_mommy](https://github.com/vandersonmota/model_mommy) - :star: 916 :fork_and_knife: 147 - Creating random fixtures for testing in Django. * Code Coverage * [:earth_americas: coverage](https://pypi.org/project/coverage/) - Code coverage measurement. * Fake Data - * [:octocat: fake2db](https://github.com/emirozer/fake2db) - :star: 2174 :fork_and_knife: 119 - Fake database generator. - * [:octocat: faker](https://github.com/joke2k/faker) - :star: 15407 :fork_and_knife: 1726 - A Python package that generates fake data. - * [:octocat: mimesis](https://github.com/lk-geimfari/mimesis) - :star: 3901 :fork_and_knife: 309 - is a Python library that help you generate fake data. + * [:octocat: fake2db](https://github.com/emirozer/fake2db) - :star: 2190 :fork_and_knife: 120 - Fake database generator. + * [:octocat: faker](https://github.com/joke2k/faker) - :star: 15904 :fork_and_knife: 1779 - A Python package that generates fake data. + * [:octocat: mimesis](https://github.com/lk-geimfari/mimesis) - :star: 3982 :fork_and_knife: 311 - is a Python library that help you generate fake data. * [:earth_americas: radar](https://pypi.org/project/radar/) - Generate random datetime / time. ## Text Processing @@ -1182,98 +1182,98 @@ Inspired by [fucking-awesome-go](https://github.com/hvnsweeting/fucking-awesome- *Libraries for parsing and manipulating plain texts.* * General - * [:octocat: chardet](https://github.com/chardet/chardet) - :star: 1852 :fork_and_knife: 244 - Python 2/3 compatible character encoding detector. + * [:octocat: chardet](https://github.com/chardet/chardet) - :star: 1923 :fork_and_knife: 250 - Python 2/3 compatible character encoding detector. * [:earth_americas: difflib](https://docs.python.org/3/library/difflib.html) - (Python standard library) Helpers for computing deltas. - * [:octocat: ftfy](https://github.com/LuminosoInsight/python-ftfy) - :star: 3440 :fork_and_knife: 116 - Makes Unicode text less broken and more consistent automagically. - * [:octocat: fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy) - :star: 8832 :fork_and_knife: 887 - Fuzzy String Matching. - * [:octocat: Levenshtein](https://github.com/ztane/python-Levenshtein/) - :star: 1205 :fork_and_knife: 156 - Fast computation of Levenshtein distance and string similarity. - * [:octocat: pangu.py](https://github.com/vinta/pangu.py) - :star: 196 :fork_and_knife: 23 - Paranoid text spacing. - * [:octocat: pyfiglet](https://github.com/pwaller/pyfiglet) - :star: 1104 :fork_and_knife: 104 - An implementation of figlet written in Python. - * [:octocat: pypinyin](https://github.com/mozillazg/python-pinyin) - :star: 4203 :fork_and_knife: 578 - Convert Chinese hanzi (漢字) to pinyin (拼音). - * [:octocat: textdistance](https://github.com/orsinium/textdistance) - :star: 3060 :fork_and_knife: 242 - Compute distance between sequences with 30+ algorithms. + * [:octocat: ftfy](https://github.com/LuminosoInsight/python-ftfy) - :star: 3511 :fork_and_knife: 116 - Makes Unicode text less broken and more consistent automagically. + * [:octocat: fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy) - :star: 8883 :fork_and_knife: 898 - Fuzzy String Matching. + * [:octocat: Levenshtein](https://github.com/ztane/python-Levenshtein/) - :star: 1227 :fork_and_knife: 156 - Fast computation of Levenshtein distance and string similarity. + * [:octocat: pangu.py](https://github.com/vinta/pangu.py) - :star: 207 :fork_and_knife: 24 - Paranoid text spacing. + * [:octocat: pyfiglet](https://github.com/pwaller/pyfiglet) - :star: 1166 :fork_and_knife: 108 - An implementation of figlet written in Python. + * [:octocat: pypinyin](https://github.com/mozillazg/python-pinyin) - :star: 4355 :fork_and_knife: 586 - Convert Chinese hanzi (漢字) to pinyin (拼音). + * [:octocat: textdistance](https://github.com/orsinium/textdistance) - :star: 3127 :fork_and_knife: 244 - Compute distance between sequences with 30+ algorithms. * [:earth_americas: unidecode](https://pypi.org/project/Unidecode/) - ASCII transliterations of Unicode text. * Slugify - * [:octocat: awesome-slugify](https://github.com/dimka665/awesome-slugify) - :star: 472 :fork_and_knife: 45 - A Python slugify library that can preserve unicode. - * [:octocat: python-slugify](https://github.com/un33k/python-slugify) - :star: 1305 :fork_and_knife: 94 - A Python slugify library that translates unicode to ASCII. - * [:octocat: unicode-slugify](https://github.com/mozilla/unicode-slugify) - :star: 316 :fork_and_knife: 51 - A slugifier that generates unicode slugs with Django as a dependency. + * [:octocat: awesome-slugify](https://github.com/dimka665/awesome-slugify) - :star: 476 :fork_and_knife: 47 - A Python slugify library that can preserve unicode. + * [:octocat: python-slugify](https://github.com/un33k/python-slugify) - :star: 1343 :fork_and_knife: 100 - A Python slugify library that translates unicode to ASCII. + * [:octocat: unicode-slugify](https://github.com/mozilla/unicode-slugify) - :star: 318 :fork_and_knife: 52 - A slugifier that generates unicode slugs with Django as a dependency. * Unique identifiers - * [:octocat: hashids](https://github.com/davidaurelio/hashids-python) - :star: 1374 :fork_and_knife: 100 - Implementation of [hashids](http://hashids.org) in Python. - * [:octocat: shortuuid](https://github.com/skorokithakis/shortuuid) - :star: 1815 :fork_and_knife: 109 - A generator library for concise, unambiguous and URL-safe UUIDs. + * [:octocat: hashids](https://github.com/davidaurelio/hashids-python) - :star: 1398 :fork_and_knife: 106 - Implementation of [hashids](http://hashids.org) in Python. + * [:octocat: shortuuid](https://github.com/skorokithakis/shortuuid) - :star: 1875 :fork_and_knife: 108 - A generator library for concise, unambiguous and URL-safe UUIDs. * Parser - * [:octocat: ply](https://github.com/dabeaz/ply) - :star: 2426 :fork_and_knife: 421 - Implementation of lex and yacc parsing tools for Python. + * [:octocat: ply](https://github.com/dabeaz/ply) - :star: 2506 :fork_and_knife: 439 - Implementation of lex and yacc parsing tools for Python. * [:earth_americas: pygments](http://pygments.org/) - A generic syntax highlighter. - * [:octocat: pyparsing](https://github.com/pyparsing/pyparsing) - :star: 1761 :fork_and_knife: 240 - A general purpose framework for generating parsers. - * [:octocat: python-nameparser](https://github.com/derek73/python-nameparser) - :star: 577 :fork_and_knife: 95 - Parsing human names into their individual components. - * [:octocat: python-phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) - :star: 3172 :fork_and_knife: 401 - Parsing, formatting, storing and validating international phone numbers. - * [:octocat: python-user-agents](https://github.com/selwin/python-user-agents) - :star: 1318 :fork_and_knife: 196 - Browser user agent parser. - * [:octocat: sqlparse](https://github.com/andialbrecht/sqlparse) - :star: 3150 :fork_and_knife: 622 - A non-validating SQL parser. + * [:octocat: pyparsing](https://github.com/pyparsing/pyparsing) - :star: 1850 :fork_and_knife: 259 - A general purpose framework for generating parsers. + * [:octocat: python-nameparser](https://github.com/derek73/python-nameparser) - :star: 597 :fork_and_knife: 99 - Parsing human names into their individual components. + * [:octocat: python-phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) - :star: 3243 :fork_and_knife: 411 - Parsing, formatting, storing and validating international phone numbers. + * [:octocat: python-user-agents](https://github.com/selwin/python-user-agents) - :star: 1355 :fork_and_knife: 201 - Browser user agent parser. + * [:octocat: sqlparse](https://github.com/andialbrecht/sqlparse) - :star: 3291 :fork_and_knife: 652 - A non-validating SQL parser. ## Third-party APIs *Libraries for accessing third party services APIs. Also see [List of Python API Wrappers and Libraries](https://github.com/realpython/list-of-python-api-wrappers).* * [:earth_americas: apache-libcloud](https://libcloud.apache.org/) - One Python library for all clouds. -* [:octocat: boto3](https://github.com/boto/boto3) - :star: 7897 :fork_and_knife: 1721 - Python interface to Amazon Web Services. -* [:octocat: django-wordpress](https://github.com/istrategylabs/django-wordpress) - :star: 336 :fork_and_knife: 85 - WordPress models and views for Django. -* [:octocat: facebook-sdk](https://github.com/mobolic/facebook-sdk) - :star: 2674 :fork_and_knife: 973 - Facebook Platform Python SDK. -* [:octocat: google-api-python-client](https://github.com/google/google-api-python-client) - :star: 6332 :fork_and_knife: 2295 - Google APIs Client Library for Python. -* [:octocat: gspread](https://github.com/burnash/gspread) - :star: 6293 :fork_and_knife: 898 - Google Spreadsheets Python API. -* [:octocat: twython](https://github.com/ryanmcgrath/twython) - :star: 1853 :fork_and_knife: 404 - A Python wrapper for the Twitter API. +* [:octocat: boto3](https://github.com/boto/boto3) - :star: 8140 :fork_and_knife: 1767 - Python interface to Amazon Web Services. +* [:octocat: django-wordpress](https://github.com/istrategylabs/django-wordpress) - :star: 338 :fork_and_knife: 84 - WordPress models and views for Django. +* [:octocat: facebook-sdk](https://github.com/mobolic/facebook-sdk) - :star: 2686 :fork_and_knife: 986 - Facebook Platform Python SDK. +* [:octocat: google-api-python-client](https://github.com/google/google-api-python-client) - :star: 6659 :fork_and_knife: 2355 - Google APIs Client Library for Python. +* [:octocat: gspread](https://github.com/burnash/gspread) - :star: 6450 :fork_and_knife: 917 - Google Spreadsheets Python API. +* [:octocat: twython](https://github.com/ryanmcgrath/twython) - :star: 1850 :fork_and_knife: 402 - A Python wrapper for the Twitter API. ## URL Manipulation *Libraries for parsing URLs.* -* [:octocat: furl](https://github.com/gruns/furl) - :star: 2420 :fork_and_knife: 148 - A small Python library that makes parsing and manipulating URLs easy. -* [:octocat: purl](https://github.com/codeinthehole/purl) - :star: 288 :fork_and_knife: 37 - A simple, immutable URL class with a clean API for interrogation and manipulation. -* [:octocat: pyshorteners](https://github.com/ellisonleao/pyshorteners) - :star: 350 :fork_and_knife: 61 - A pure Python URL shortening lib. -* [:octocat: webargs](https://github.com/marshmallow-code/webargs) - :star: 1312 :fork_and_knife: 150 - A friendly library for parsing HTTP request arguments with built-in support for popular web frameworks. +* [:octocat: furl](https://github.com/gruns/furl) - :star: 2474 :fork_and_knife: 152 - A small Python library that makes parsing and manipulating URLs easy. +* [:octocat: purl](https://github.com/codeinthehole/purl) - :star: 291 :fork_and_knife: 38 - A simple, immutable URL class with a clean API for interrogation and manipulation. +* [:octocat: pyshorteners](https://github.com/ellisonleao/pyshorteners) - :star: 364 :fork_and_knife: 65 - A pure Python URL shortening lib. +* [:octocat: webargs](https://github.com/marshmallow-code/webargs) - :star: 1335 :fork_and_knife: 153 - A friendly library for parsing HTTP request arguments with built-in support for popular web frameworks. ## Video *Libraries for manipulating video and GIFs.* * [:earth_americas: moviepy](https://zulko.github.io/moviepy/) - A module for script-based movie editing with many formats, including animated GIFs. -* [:octocat: scikit-video](https://github.com/aizvorski/scikit-video) - :star: 119 :fork_and_knife: 22 - Video processing routines for SciPy. -* [:octocat: vidgear](https://github.com/abhiTronix/vidgear) - :star: 2660 :fork_and_knife: 212 - Most Powerful multi-threaded Video Processing framework. +* [:octocat: scikit-video](https://github.com/aizvorski/scikit-video) - :star: 123 :fork_and_knife: 22 - Video processing routines for SciPy. +* [:octocat: vidgear](https://github.com/abhiTronix/vidgear) - :star: 2813 :fork_and_knife: 221 - Most Powerful multi-threaded Video Processing framework. ## Web Asset Management *Tools for managing, compressing and minifying website assets.* -* [:octocat: django-compressor](https://github.com/django-compressor/django-compressor) - :star: 2641 :fork_and_knife: 584 - Compresses linked and inline JavaScript or CSS into a single cached file. -* [:octocat: django-pipeline](https://github.com/jazzband/django-pipeline) - :star: 1458 :fork_and_knife: 378 - An asset packaging library for Django. -* [:octocat: django-storages](https://github.com/jschneier/django-storages) - :star: 2348 :fork_and_knife: 805 - A collection of custom storage back ends for Django. +* [:octocat: django-compressor](https://github.com/django-compressor/django-compressor) - :star: 2679 :fork_and_knife: 587 - Compresses linked and inline JavaScript or CSS into a single cached file. +* [:octocat: django-pipeline](https://github.com/jazzband/django-pipeline) - :star: 1468 :fork_and_knife: 378 - An asset packaging library for Django. +* [:octocat: django-storages](https://github.com/jschneier/django-storages) - :star: 2418 :fork_and_knife: 821 - A collection of custom storage back ends for Django. * [:earth_americas: fanstatic](http://www.fanstatic.org/en/latest/) - Packages, optimizes, and serves static file dependencies as Python packages. * [:earth_americas: fileconveyor](http://wimleers.com/fileconveyor) - A daemon to detect and sync files to CDNs, S3 and FTP. -* [:octocat: flask-assets](https://github.com/miracle2k/flask-assets) - :star: 433 :fork_and_knife: 95 - Helps you integrate webassets into your Flask app. -* [:octocat: webassets](https://github.com/miracle2k/webassets) - :star: 914 :fork_and_knife: 260 - Bundles, optimizes, and manages unique cache-busting URLs for static resources. +* [:octocat: flask-assets](https://github.com/miracle2k/flask-assets) - :star: 439 :fork_and_knife: 98 - Helps you integrate webassets into your Flask app. +* [:octocat: webassets](https://github.com/miracle2k/webassets) - :star: 916 :fork_and_knife: 262 - Bundles, optimizes, and manages unique cache-busting URLs for static resources. ## Web Content Extracting *Libraries for extracting web contents.* -* [:octocat: html2text](https://github.com/Alir3z4/html2text) - :star: 1359 :fork_and_knife: 230 - Convert HTML to Markdown-formatted text. -* [:octocat: lassie](https://github.com/michaelhelmick/lassie) - :star: 579 :fork_and_knife: 49 - Web Content Retrieval for Humans. -* [:octocat: micawber](https://github.com/coleifer/micawber) - :star: 594 :fork_and_knife: 86 - A small library for extracting rich content from URLs. -* [:octocat: newspaper](https://github.com/codelucas/newspaper) - :star: 12469 :fork_and_knife: 1999 - News extraction, article extraction and content curation in Python. -* [:octocat: python-readability](https://github.com/buriy/python-readability) - :star: 2219 :fork_and_knife: 338 - Fast Python port of arc90's readability tool. -* [:octocat: requests-html](https://github.com/psf/requests-html) - :star: 12957 :fork_and_knife: 930 - Pythonic HTML Parsing for Humans. -* [:octocat: sumy](https://github.com/miso-belica/sumy) - :star: 3059 :fork_and_knife: 498 - A module for automatic summarization of text documents and HTML pages. -* [:octocat: textract](https://github.com/deanmalmgren/textract) - :star: 3408 :fork_and_knife: 521 - Extract text from any document, Word, PowerPoint, PDFs, etc. -* [:octocat: toapi](https://github.com/gaojiuli/toapi) - :star: 3366 :fork_and_knife: 239 - Every web site provides APIs. +* [:octocat: html2text](https://github.com/Alir3z4/html2text) - :star: 1416 :fork_and_knife: 240 - Convert HTML to Markdown-formatted text. +* [:octocat: lassie](https://github.com/michaelhelmick/lassie) - :star: 586 :fork_and_knife: 49 - Web Content Retrieval for Humans. +* [:octocat: micawber](https://github.com/coleifer/micawber) - :star: 602 :fork_and_knife: 89 - A small library for extracting rich content from URLs. +* [:octocat: newspaper](https://github.com/codelucas/newspaper) - :star: 12867 :fork_and_knife: 2029 - News extraction, article extraction and content curation in Python. +* [:octocat: python-readability](https://github.com/buriy/python-readability) - :star: 2295 :fork_and_knife: 347 - Fast Python port of arc90's readability tool. +* [:octocat: requests-html](https://github.com/psf/requests-html) - :star: 13181 :fork_and_knife: 954 - Pythonic HTML Parsing for Humans. +* [:octocat: sumy](https://github.com/miso-belica/sumy) - :star: 3180 :fork_and_knife: 510 - A module for automatic summarization of text documents and HTML pages. +* [:octocat: textract](https://github.com/deanmalmgren/textract) - :star: 3522 :fork_and_knife: 526 - Extract text from any document, Word, PowerPoint, PDFs, etc. +* [:octocat: toapi](https://github.com/gaojiuli/toapi) - :star: 3391 :fork_and_knife: 243 - Every web site provides APIs. ## Web Crawling *Libraries to automate web scraping.* -* [:octocat: cola](https://github.com/chineking/cola) - :star: 1462 :fork_and_knife: 548 - A distributed crawling framework. +* [:octocat: cola](https://github.com/chineking/cola) - :star: 1474 :fork_and_knife: 546 - A distributed crawling framework. * [:earth_americas: feedparser](https://pythonhosted.org/feedparser/) - Universal feed parser. -* [:octocat: grab](https://github.com/lorien/grab) - :star: 2262 :fork_and_knife: 277 - Site scraping framework. -* [:octocat: MechanicalSoup](https://github.com/MechanicalSoup/MechanicalSoup) - :star: 4321 :fork_and_knife: 390 - A Python library for automating interaction with websites. -* [:octocat: portia](https://github.com/scrapinghub/portia) - :star: 8757 :fork_and_knife: 1404 - Visual scraping for Scrapy. -* [:octocat: pyspider](https://github.com/binux/pyspider) - :star: 15744 :fork_and_knife: 3669 - A powerful spider system. -* [:octocat: robobrowser](https://github.com/jmcarp/robobrowser) - :star: 3661 :fork_and_knife: 344 - A simple, Pythonic library for browsing the web without a standalone web browser. +* [:octocat: grab](https://github.com/lorien/grab) - :star: 2290 :fork_and_knife: 278 - Site scraping framework. +* [:octocat: MechanicalSoup](https://github.com/MechanicalSoup/MechanicalSoup) - :star: 4397 :fork_and_knife: 390 - A Python library for automating interaction with websites. +* [:octocat: portia](https://github.com/scrapinghub/portia) - :star: 8888 :fork_and_knife: 1412 - Visual scraping for Scrapy. +* [:octocat: pyspider](https://github.com/binux/pyspider) - :star: 15916 :fork_and_knife: 3676 - A powerful spider system. +* [:octocat: robobrowser](https://github.com/jmcarp/robobrowser) - :star: 3680 :fork_and_knife: 343 - A simple, Pythonic library for browsing the web without a standalone web browser. * [:earth_americas: scrapy](https://scrapy.org/) - A fast high-level screen scraping and web crawling framework. ## Web Frameworks @@ -1282,13 +1282,13 @@ Inspired by [fucking-awesome-go](https://github.com/hvnsweeting/fucking-awesome- * Synchronous * [:earth_americas: Django](https://www.djangoproject.com/) - The most popular web framework in Python. - * [:octocat: awesome-django](https://github.com/shahraizali/awesome-django) - :star: 1080 :fork_and_knife: 197 - * [:octocat: awesome-django](https://github.com/wsvincent/awesome-django) - :star: 6643 :fork_and_knife: 1013 + * [:octocat: awesome-django](https://github.com/shahraizali/awesome-django) - :star: 1203 :fork_and_knife: 218 + * [:octocat: awesome-django](https://github.com/wsvincent/awesome-django) - :star: 7093 :fork_and_knife: 1055 * [:earth_americas: Flask](http://flask.pocoo.org/) - A microframework for Python. - * [:octocat: awesome-flask](https://github.com/humiaozuzu/awesome-flask) - :star: 11158 :fork_and_knife: 1552 + * [:octocat: awesome-flask](https://github.com/humiaozuzu/awesome-flask) - :star: 11402 :fork_and_knife: 1564 * [:earth_americas: Pyramid](https://pylonsproject.org/) - A small, fast, down-to-earth, open source Python web framework. - * [:octocat: awesome-pyramid](https://github.com/uralbash/awesome-pyramid) - :star: 532 :fork_and_knife: 59 - * [:octocat: Masonite](https://github.com/MasoniteFramework/masonite) - :star: 1966 :fork_and_knife: 124 - The modern and developer centric Python web framework. + * [:octocat: awesome-pyramid](https://github.com/uralbash/awesome-pyramid) - :star: 538 :fork_and_knife: 59 + * [:octocat: Masonite](https://github.com/MasoniteFramework/masonite) - :star: 2027 :fork_and_knife: 128 - The modern and developer centric Python web framework. * Asynchronous * [:earth_americas: Tornado](http://www.tornadoweb.org/en/latest/) - A web framework and asynchronous networking library. @@ -1296,19 +1296,19 @@ Inspired by [fucking-awesome-go](https://github.com/hvnsweeting/fucking-awesome- *Libraries for working with WebSocket.* -* [:octocat: autobahn-python](https://github.com/crossbario/autobahn-python) - :star: 2404 :fork_and_knife: 762 - WebSocket & WAMP for Python on Twisted and [asyncio](https://docs.python.org/3/library/asyncio.html). -* [:octocat: channels](https://github.com/django/channels) - :star: 5527 :fork_and_knife: 761 - Developer-friendly asynchrony for Django. -* [:octocat: websockets](https://github.com/aaugustin/websockets) - :star: 4411 :fork_and_knife: 465 - A library for building WebSocket servers and clients with a focus on correctness and simplicity. +* [:octocat: autobahn-python](https://github.com/crossbario/autobahn-python) - :star: 2429 :fork_and_knife: 769 - WebSocket & WAMP for Python on Twisted and [asyncio](https://docs.python.org/3/library/asyncio.html). +* [:octocat: channels](https://github.com/django/channels) - :star: 5630 :fork_and_knife: 776 - Developer-friendly asynchrony for Django. +* [:octocat: websockets](https://github.com/aaugustin/websockets) - :star: 4580 :fork_and_knife: 489 - A library for building WebSocket servers and clients with a focus on correctness and simplicity. ## WSGI Servers *WSGI-compatible web servers.* -* [:octocat: bjoern](https://github.com/jonashaag/bjoern) - :star: 2886 :fork_and_knife: 187 - Asynchronous, very fast and written in C. -* [:octocat: gunicorn](https://github.com/benoitc/gunicorn) - :star: 8788 :fork_and_knife: 1629 - Pre-forked, partly written in C. +* [:octocat: bjoern](https://github.com/jonashaag/bjoern) - :star: 2913 :fork_and_knife: 188 - Asynchronous, very fast and written in C. +* [:octocat: gunicorn](https://github.com/benoitc/gunicorn) - :star: 8983 :fork_and_knife: 1656 - Pre-forked, partly written in C. * [:earth_americas: uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/) - A project aims at developing a full stack for building hosting services, written in C. -* [:octocat: waitress](https://github.com/Pylons/waitress) - :star: 1192 :fork_and_knife: 154 - Multi-threaded, powers Pyramid. -* [:octocat: werkzeug](https://github.com/pallets/werkzeug) - :star: 6286 :fork_and_knife: 1678 - A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects. +* [:octocat: waitress](https://github.com/Pylons/waitress) - :star: 1261 :fork_and_knife: 159 - Multi-threaded, powers Pyramid. +* [:octocat: werkzeug](https://github.com/pallets/werkzeug) - :star: 6382 :fork_and_knife: 1704 - A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects. # Resources @@ -1325,13 +1325,13 @@ Where to discover learning resources or new Python libraries. * [:earth_americas: Python Cheatsheet](https://www.pythoncheatsheet.org/) * [:earth_americas: Real Python](https://realpython.com) * [:earth_americas: The Hitchhiker’s Guide to Python](https://docs.python-guide.org/) - * [:octocat: Ultimate Python study guide](https://github.com/huangsam/ultimate-python) - :star: 4046 :fork_and_knife: 402 + * [:octocat: Ultimate Python study guide](https://github.com/huangsam/ultimate-python) - :star: 4401 :fork_and_knife: 430 * Libraries * [:earth_americas: Awesome Python @LibHunt](https://python.libhunt.com/) * Others * [:earth_americas: Python ZEEF](https://python.zeef.com/alan.richmond) * [:earth_americas: Pythonic News](https://news.python.sc/) - * [:octocat: What the f*ck Python!](https://github.com/satwikkansal/wtfpython) - :star: 32372 :fork_and_knife: 2541 + * [:octocat: What the f*ck Python!](https://github.com/satwikkansal/wtfpython) - :star: 32778 :fork_and_knife: 2563 ## Newsletters