* [:octocat: django-jet](https://github.com/geex-arts/django-jet) - :star: 3185 :fork_and_knife: 712 - Modern responsive template for the Django admin interface with improved functionality.
* [:octocat: django-xadmin](https://github.com/sshwsfc/xadmin) - :star: 4620 :fork_and_knife: 1413 - Drop-in replacement of Django admin comes with lots of goodies.
* [:octocat: flask-admin](https://github.com/flask-admin/flask-admin) - :star: 4852 :fork_and_knife: 1380 - Simple and extensible administrative interface framework for Flask.
* [:octocat: flower](https://github.com/mher/flower) - :star: 4962 :fork_and_knife: 876 - Real-time monitor and web admin for Celery.
* [:octocat: jet-bridge](https://github.com/jet-admin/jet-bridge) - :star: 1044 :fork_and_knife: 96 - Admin panel framework for any application with nice UI (ex Jet Django)
* [:octocat: wooey](https://github.com/wooey/wooey) - :star: 1652 :fork_and_knife: 174 - A Django app which creates automatic web UIs for Python scripts.
*Python implementation of data structures, algorithms and design patterns. Also see [awesome-algorithms](https://github.com/tayllan/awesome-algorithms).*
* [:octocat: algorithms](https://github.com/keon/algorithms) - :star: 19822 :fork_and_knife: 4069 - Minimal examples of data structures and algorithms.
* [:octocat: python-ds](https://github.com/prabhupant/python-ds) - :star: 1487 :fork_and_knife: 451 - A collection of data structure and algorithms for coding interviews.
* [:octocat: sortedcontainers](https://github.com/grantjenks/python-sortedcontainers) - :star: 2311 :fork_and_knife: 153 - Fast and pure-Python implementation of sorted collections.
* [:octocat: TheAlgorithms](https://github.com/TheAlgorithms/Python) - :star: 120231 :fork_and_knife: 32237 - All Algorithms implemented in Python.
* [:octocat: daphne](https://github.com/django/daphne) - :star: 1612 :fork_and_knife: 196 - A HTTP, HTTP2 and WebSocket protocol server for ASGI and ASGI-HTTP.
* [:octocat: uvicorn](https://github.com/encode/uvicorn) - :star: 4431 :fork_and_knife: 363 - A lightning-fast ASGI server implementation, using uvloop and httptools.
* [:earth_americas: mingus](http://bspaans.github.io/python-mingus/) - An advanced music theory and notation package with MIDI file and playback support.
* [:octocat: pydub](https://github.com/jiaaro/pydub) - :star: 5637 :fork_and_knife: 753 - Manipulate audio with a simple and easy high level interface.
* [:octocat: TimeSide](https://github.com/Parisson/TimeSide) - :star: 309 :fork_and_knife: 55 - Open web audio processing framework.
* [:octocat: beets](https://github.com/beetbox/beets) - :star: 10437 :fork_and_knife: 1661 - A music library manager and [MusicBrainz](https://musicbrainz.org/) tagger.
* [:octocat: eyeD3](https://github.com/nicfit/eyeD3) - :star: 321 :fork_and_knife: 46 - A tool for working with audio files, specifically MP3 files containing ID3 metadata.
* [:octocat: mutagen](https://github.com/quodlibet/mutagen) - :star: 867 :fork_and_knife: 118 - A Python module to handle audio metadata.
* [:octocat: tinytag](https://github.com/devsnd/tinytag) - :star: 486 :fork_and_knife: 87 - A library for reading music meta data of MP3, OGG, FLAC and Wave files.
* [:octocat: oauthlib](https://github.com/idan/oauthlib) - :star: 2285 :fork_and_knife: 445 - A generic and thorough implementation of the OAuth request-signing logic.
* [:octocat: python-oauth2](https://github.com/joestump/python-oauth2) - :star: 2943 :fork_and_knife: 1044 - A fully tested, abstract interface to creating OAuth clients and servers.
* [:octocat: python-social-auth](https://github.com/omab/python-social-auth) - :star: 2804 :fork_and_knife: 1130 - An easy-to-setup social authentication mechanism.
* [:octocat: pyjwt](https://github.com/jpadilla/pyjwt) - :star: 3989 :fork_and_knife: 524 - JSON Web Token implementation in Python.
* [:octocat: python-jose](https://github.com/mpdavis/python-jose/) - :star: 951 :fork_and_knife: 188 - A JOSE implementation in Python.
* [:octocat: python-jwt](https://github.com/davedoesdev/python-jwt) - :star: 188 :fork_and_knife: 25 - A module for generating and verifying JSON Web Tokens.
* [: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: 5404 :fork_and_knife: 627 - A console tool to build code with different development platforms.
* [:octocat: pybuilder](https://github.com/pybuilder/pybuilder) - :star: 1329 :fork_and_knife: 238 - A continuous build tool written in pure Python.
* [:octocat: attrs](https://github.com/python-attrs/attrs) - :star: 3692 :fork_and_knife: 269 - Replacement for `__init__`, `__eq__`, `__repr__`, etc. boilerplate in class definitions.
* [:octocat: bidict](https://github.com/jab/bidict) - :star: 914 :fork_and_knife: 44 - Efficient, Pythonic bidirectional map data structures and related functionality..
* [:octocat: DottedDict](https://github.com/carlosescri/DottedDict) - :star: 128 :fork_and_knife: 15 - A library that provides a method of accessing lists and dicts with a dotted path notation.
* [:octocat: feincms](https://github.com/feincms/feincms) - :star: 809 :fork_and_knife: 236 - One of the most advanced Content Management Systems built on Django.
* [:octocat: indico](https://github.com/indico/indico) - :star: 1265 :fork_and_knife: 315 - A feature-rich event management system, made @ [CERN](https://en.wikipedia.org/wiki/CERN).
* [:octocat: Kotti](https://github.com/Kotti/Kotti) - :star: 368 :fork_and_knife: 112 - A high-level, Pythonic web application framework built on Pyramid.
* [:octocat: mezzanine](https://github.com/stephenmcd/mezzanine) - :star: 4335 :fork_and_knife: 1533 - A powerful, consistent, and flexible content management platform.
* [: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.
* [:earth_americas: python-diskcache](http://www.grantjenks.com/docs/diskcache/) - SQLite and file backed cache backend with faster lookups than memcached and redis.
* [:octocat: errbot](https://github.com/errbotio/errbot/) - :star: 2567 :fork_and_knife: 552 - The easiest and most popular chatbot to implement ChatOps.
* [:octocat: coala](https://github.com/coala/coala/) - :star: 3249 :fork_and_knife: 1356 - Language independent and easily extendable code analysis application.
* [:octocat: code2flow](https://github.com/scottrogowski/code2flow) - :star: 1103 :fork_and_knife: 145 - Turn your Python and JavaScript code into DOT flowcharts.
* [:octocat: prospector](https://github.com/PyCQA/prospector) - :star: 1494 :fork_and_knife: 142 - A tool to analyse Python code.
* [:octocat: pycallgraph](https://github.com/gak/pycallgraph) - :star: 1577 :fork_and_knife: 280 - A library that visualises the flow (call graph) of your Python application.
* [:octocat: vulture](https://github.com/jendrikseipp/vulture) - :star: 1900 :fork_and_knife: 89 - A tool for finding and analysing dead Python code.
* [:octocat: MonkeyType](https://github.com/Instagram/MonkeyType) - :star: 3529 :fork_and_knife: 130 - A system for Python that generates static type annotations by collecting runtime types.
* [:octocat: python-fire](https://github.com/google/python-fire) - :star: 20251 :fork_and_knife: 1205 - A library for creating command line interfaces from absolutely any Python object.
* [:octocat: python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - :star: 7335 :fork_and_knife: 577 - A library for building powerful interactive command lines.
* [:octocat: alive-progress](https://github.com/rsalmei/alive-progress) - :star: 2753 :fork_and_knife: 110 - A new kind of Progress Bar, with real-time throughput, eta and very cool animations.
* [:octocat: asciimatics](https://github.com/peterbrittain/asciimatics) - :star: 2809 :fork_and_knife: 209 - A package to create full-screen text UIs (from interactive forms to ASCII animations).
* [:octocat: bashplotlib](https://github.com/glamp/bashplotlib) - :star: 1590 :fork_and_knife: 130 - Making basic plots in the terminal.
* [:octocat: rich](https://github.com/willmcgugan/rich) - :star: 29983 :fork_and_knife: 953 - 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: 19706 :fork_and_knife: 1028 - Fast, extensible progress bar for loops and CLI.
* [:octocat: copier](https://github.com/pykong/copier) - :star: 410 :fork_and_knife: 35 - A library and command-line utility for rendering projects templates.
* [:octocat: cookiecutter](https://github.com/audreyr/cookiecutter) - :star: 15464 :fork_and_knife: 1517 - A command-line utility that creates projects from cookiecutters (project templates).
* [:octocat: doitlive](https://github.com/sloria/doitlive) - :star: 3039 :fork_and_knife: 92 - A tool for live presentations in the terminal.
* [:octocat: howdoi](https://github.com/gleitz/howdoi) - :star: 9127 :fork_and_knife: 833 - Instant coding answers via the command line.
* [:octocat: Invoke](https://github.com/pyinvoke/invoke#readme) - :star: 3403 :fork_and_knife: 296 - A tool for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks.
* [:octocat: PathPicker](https://github.com/facebook/PathPicker) - :star: 4656 :fork_and_knife: 292 - Select files out of bash output.
* [:octocat: percol](https://github.com/mooz/percol) - :star: 3065 :fork_and_knife: 150 - Adds flavor of interactive selection to the traditional pipe concept on UNIX.
* [:octocat: try](https://github.com/timofurrer/try) - :star: 606 :fork_and_knife: 33 - A dead simple CLI to try out python packages - it's never been easier.
* [:octocat: httpie](https://github.com/jakubroztocil/httpie) - :star: 52283 :fork_and_knife: 3375 - A command line HTTP client, a user-friendly cURL replacement.
* [:octocat: iredis](https://github.com/laixintao/iredis) - :star: 1594 :fork_and_knife: 69 - Redis CLI with autocompletion and syntax highlighting.
* [:octocat: kube-shell](https://github.com/cloudnativelabs/kube-shell) - :star: 1957 :fork_and_knife: 159 - An integrated shell for working with the Kubernetes CLI.
* [:octocat: litecli](https://github.com/dbcli/litecli) - :star: 1469 :fork_and_knife: 52 - SQLite CLI with autocompletion and syntax highlighting.
* [:octocat: mycli](https://github.com/dbcli/mycli) - :star: 9920 :fork_and_knife: 604 - MySQL CLI with autocompletion and syntax highlighting.
* [:octocat: pgcli](https://github.com/dbcli/pgcli) - :star: 9852 :fork_and_knife: 457 - PostgreSQL CLI with autocompletion and syntax highlighting.
* [:octocat: pytesseract](https://github.com/madmaze/pytesseract) - :star: 3835 :fork_and_knife: 558 - A wrapper for [Google Tesseract OCR](https://github.com/tesseract-ocr).
* [:octocat: SimpleCV](https://github.com/sightmachine/SimpleCV) - :star: 2504 :fork_and_knife: 802 - An open source framework for building computer vision applications.
* [:octocat: tesserocr](https://github.com/sirfz/tesserocr) - :star: 1527 :fork_and_knife: 209 - Another simple, Pillow-friendly, wrapper around the `tesseract-ocr` API for OCR.
* [:earth_americas: concurrent.futures](https://docs.python.org/3/library/concurrent.futures.html) - (Python standard library) A high-level interface for asynchronously executing callables.
* [:octocat: uvloop](https://github.com/MagicStack/uvloop) - :star: 8097 :fork_and_knife: 478 - Ultra fast implementation of `asyncio` event loop on top of `libuv`.
* [:earth_americas: cryptography](https://cryptography.io/en/latest/) - A package designed to expose cryptographic primitives and recipes to Python developers.
* [: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.
* [:earth_americas: colander](https://docs.pylonsproject.org/projects/colander/en/latest/) - Validating and deserializing data obtained via XML, JSON, an HTML form post.
* [:octocat: queries](https://github.com/gmr/queries) - :star: 236 :fork_and_knife: 29 - A wrapper of the psycopg2 library for interacting with PostgreSQL.
* [:octocat: SuperSQLite](https://github.com/plasticityai/supersqlite) - :star: 681 :fork_and_knife: 21 - A supercharged SQLite library built on top of [apsw](https://github.com/rogerbinns/apsw).
* [: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: 315 :fork_and_knife: 13 - A Python 3 library for parsing human-written times and dates.
* [:octocat: dateutil](https://github.com/dateutil/dateutil) - :star: 1669 :fork_and_knife: 386 - Extensions to the standard Python [datetime](https://docs.python.org/3/library/datetime.html) module.
* [:octocat: delorean](https://github.com/myusuf3/delorean/) - :star: 1784 :fork_and_knife: 124 - A library for clearing up the inconvenient truths that arise dealing with datetimes.
* [:octocat: moment](https://github.com/zachwill/moment) - :star: 682 :fork_and_knife: 40 - A Python library for dealing with dates/times. Inspired by [Moment.js](http://momentjs.com/).
* [:octocat: PyTime](https://github.com/shinux/PyTime) - :star: 142 :fork_and_knife: 21 - 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: 186 :fork_and_knife: 17 - Providing user-friendly functions to help perform common date and time actions.
* [:octocat: manhole](https://github.com/ionelmc/python-manhole) - :star: 313 :fork_and_knife: 16 - Debugging UNIX socket connections and present the stacktraces for all threads and an interactive prompt.
* [:octocat: pyringe](https://github.com/google/pyringe) - :star: 1612 :fork_and_knife: 74 - Debugger capable of attaching to and injecting code into Python processes.
* [:octocat: django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) - :star: 6684 :fork_and_knife: 945 - Display various debug information for Django.
* [:octocat: django-devserver](https://github.com/dcramer/django-devserver) - :star: 1267 :fork_and_knife: 166 - A drop-in replacement for Django's runserver.
* [:octocat: flask-debugtoolbar](https://github.com/mgood/flask-debugtoolbar) - :star: 814 :fork_and_knife: 124 - A port of the django-debug-toolbar to flask.
* [:octocat: icecream](https://github.com/gruns/icecream) - :star: 5395 :fork_and_knife: 106 - Inspect variables, expressions, and program execution with a single, simple function call.
* [:octocat: pyelftools](https://github.com/eliben/pyelftools) - :star: 1313 :fork_and_knife: 418 - Parsing and analyzing ELF files and DWARF debugging information.
* [:octocat: caffe](https://github.com/BVLC/caffe) - :star: 31993 :fork_and_knife: 18893 - A fast open framework for deep learning..
* [:octocat: keras](https://github.com/keras-team/keras) - :star: 52835 :fork_and_knife: 18841 - 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: 19688 :fork_and_knife: 6875 - A deep learning framework designed for both efficiency and flexibility.
* [:octocat: pytorch](https://github.com/pytorch/pytorch) - :star: 51359 :fork_and_knife: 14048 - Tensors and Dynamic neural networks in Python with strong GPU acceleration.
* [:octocat: SerpentAI](https://github.com/SerpentAI/SerpentAI) - :star: 6050 :fork_and_knife: 712 - Game agent framework. Use any video game as a deep learning sandbox.
* [:octocat: tensorflow](https://github.com/tensorflow/tensorflow) - :star: 159718 :fork_and_knife: 85641 - The most popular Deep Learning framework created by Google.
* [:octocat: Theano](https://github.com/Theano/Theano) - :star: 9483 :fork_and_knife: 2510 - A library for fast numerical computation.
* [: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.
* [:earth_americas: BorgBackup](https://www.borgbackup.org/) - A deduplicating archiver with compression and encryption.
* Others
* [:earth_americas: docker-compose](https://docs.docker.com/compose/) - Fast, isolated development environments using [Docker](https://www.docker.com/).
* [:octocat: dask](https://github.com/dask/dask) - :star: 8877 :fork_and_knife: 1362 - A flexible parallel computing library for analytic computing.
* [:octocat: luigi](https://github.com/spotify/luigi) - :star: 15061 :fork_and_knife: 2305 - A module that helps you build complex pipelines of batch jobs.
* [:octocat: mrjob](https://github.com/Yelp/mrjob) - :star: 2565 :fork_and_knife: 597 - Run MapReduce jobs on Hadoop or Amazon Web Services.
* [:octocat: Ray](https://github.com/ray-project/ray/) - :star: 17718 :fork_and_knife: 2969 - A system for parallel and distributed Python that unifies the machine learning ecosystem.
* [:octocat: faust](https://github.com/robinhood/faust) - :star: 5807 :fork_and_knife: 488 - 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: 1442 :fork_and_knife: 216 - Run Python code against real-time streams of data via [Apache Storm](http://storm.apache.org/).
* [:octocat: dh-virtualenv](https://github.com/spotify/dh-virtualenv) - :star: 1491 :fork_and_knife: 173 - Build and distribute a virtualenv as a Debian package.
* [:octocat: shiv](https://github.com/linkedin/shiv) - :star: 1256 :fork_and_knife: 75 - A command line utility for building fully self-contained zipapps (PEP 441), but with all their dependencies included.
* [:octocat: pdoc](https://github.com/mitmproxy/pdoc) - :star: 1047 :fork_and_knife: 118 - Epydoc replacement to auto generate API documentation for Python libraries.
* [:octocat: akshare](https://github.com/jindaxiang/akshare) - :star: 4103 :fork_and_knife: 854 - A financial data interface library, built for human beings!
* [:octocat: s3cmd](https://github.com/s3tools/s3cmd) - :star: 3725 :fork_and_knife: 831 - A command line tool for managing Amazon S3 and CloudFront.
* [:octocat: s4cmd](https://github.com/bloomreach/s4cmd) - :star: 1142 :fork_and_knife: 192 - Super S3 command line tool, good for higher performance.
* [:octocat: django-shop](https://github.com/awesto/django-shop) - :star: 2657 :fork_and_knife: 933 - A Django based shop system.
* [:octocat: forex-python](https://github.com/MicroPyramid/forex-python) - :star: 431 :fork_and_knife: 143 - Foreign exchange rates, Bitcoin price index and currency conversion.
* [:octocat: merchant](https://github.com/agiliq/merchant) - :star: 977 :fork_and_knife: 175 - A Django app to accept payments from various payment processors.
* [:octocat: money](https://github.com/carlospalol/money) - :star: 198 :fork_and_knife: 26 - `Money` class with optional CLDR-backed locale-aware formatting and an extensible currency exchange.
* [:octocat: python-currencies](https://github.com/Alir3z4/python-currencies) - :star: 54 :fork_and_knife: 13 - Display money format and its filthy currencies.
* [:octocat: anaconda](https://github.com/DamnWidget/anaconda) - :star: 2122 :fork_and_knife: 248 - Anaconda turns your Sublime Text 3 in a full featured Python development IDE.
* [:octocat: SublimeJEDI](https://github.com/srusskih/SublimeJEDI) - :star: 916 :fork_and_knife: 108 - A Sublime Text plugin to the awesome auto-complete library Jedi.
* [:octocat: jedi-vim](https://github.com/davidhalter/jedi-vim) - :star: 4883 :fork_and_knife: 371 - Vim bindings for the Jedi auto-completion library for Python.
* [:octocat: python-mode](https://github.com/python-mode/python-mode) - :star: 5276 :fork_and_knife: 891 - An all in one plugin for turning Vim into a Python IDE.
* [:octocat: YouCompleteMe](https://github.com/Valloric/YouCompleteMe) - :star: 23324 :fork_and_knife: 2702 - Includes [Jedi](https://github.com/davidhalter/jedi)-based completion engine for Python.
* [:earth_americas: Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) - The official VSCode extension with rich support for Python.
* [:octocat: modoboa](https://github.com/modoboa/modoboa) - :star: 1959 :fork_and_knife: 277 - A mail hosting and management platform including a modern Web UI.
* [:octocat: salmon](https://github.com/moggers87/salmon) - :star: 504 :fork_and_knife: 51 - A Python Mail Server.
* [:octocat: python-magic](https://github.com/ahupp/python-magic) - :star: 1966 :fork_and_knife: 234 - A Python interface to the libmagic file type identification library.
* [:octocat: Unipath](https://github.com/mikeorr/Unipath) - :star: 497 :fork_and_knife: 37 - An object-oriented approach to file/directory operations.
* [:octocat: watchdog](https://github.com/gorakhargosh/watchdog) - :star: 4976 :fork_and_knife: 605 - API and shell utilities to monitor file system events.
* [:earth_americas: cffi](https://pypi.org/project/cffi/) - Foreign Function Interface for Python calling C code.
* [:earth_americas: ctypes](https://docs.python.org/3/library/ctypes.html) - (Python standard library) Foreign Function Interface for Python calling C code.
* [:octocat: Deform](https://github.com/Pylons/deform) - :star: 370 :fork_and_knife: 160 - Python HTML form generation library influenced by the formish form generation library.
* [:octocat: django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) - :star: 4319 :fork_and_knife: 694 - 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: 213 :fork_and_knife: 109 - A platform independent Django form serializer.
* [:octocat: WTForms](https://github.com/wtforms/wtforms) - :star: 1255 :fork_and_knife: 358 - A flexible forms validation and rendering library.
* [:octocat: Coconut](https://github.com/evhub/coconut) - :star: 3304 :fork_and_knife: 102 - A variant of Python built for simple, elegant, Pythonic functional programming.
* [:octocat: CyToolz](https://github.com/pytoolz/cytoolz/) - :star: 800 :fork_and_knife: 61 - Cython implementation of `Toolz`: High performance functional utilities.
* [:octocat: fn.py](https://github.com/kachayev/fn.py) - :star: 3139 :fork_and_knife: 191 - Functional programming in Python: implementation of missing features to enjoy FP.
* [:octocat: funcy](https://github.com/Suor/funcy) - :star: 2649 :fork_and_knife: 120 - A fancy and practical functional tools.
* [:octocat: more-itertools](https://github.com/erikrose/more-itertools) - :star: 2149 :fork_and_knife: 184 - More routines for operating on iterables, beyond `itertools`.
* [:octocat: returns](https://github.com/dry-python/returns) - :star: 1922 :fork_and_knife: 83 - A set of type-safe monads, transformers, and composition utilities.
* [:octocat: Toolz](https://github.com/pytoolz/toolz) - :star: 3672 :fork_and_knife: 227 - A collection of functional utilities for iterators, functions, and dictionaries.
* [: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: 4606 :fork_and_knife: 474 - A library for making simple Electron-like offline HTML/JS GUI apps.
* [:octocat: enaml](https://github.com/nucleic/enaml) - :star: 1120 :fork_and_knife: 120 - Creating beautiful user-interfaces with Declarative Syntax like QML.
* [:octocat: Flexx](https://github.com/zoofIO/flexx) - :star: 2767 :fork_and_knife: 252 - 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: 14898 :fork_and_knife: 780 - Turn command line programs into a full GUI application with one line.
* [: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.
* [:earth_americas: urwid](http://urwid.org/) - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
* [:octocat: tartiflette-aiohttp](https://github.com/tartiflette/tartiflette-aiohttp/) - :star: 52 :fork_and_knife: 7 - An `aiohttp`-based wrapper for Tartiflette to expose GraphQL APIs over HTTP.
* [:octocat: tartiflette-asgi](https://github.com/tartiflette/tartiflette-asgi/) - :star: 95 :fork_and_knife: 14 - ASGI support for the Tartiflette GraphQL engine.
* [:earth_americas: Arcade](https://arcade.academy/index.html) - Arcade is a modern Python framework for crafting games with compelling graphics and sound.
* [:earth_americas: Pygame](http://www.pygame.org/news.html) - Pygame is a set of Python modules designed for writing games.
* [:earth_americas: PyOgre](http://www.ogre3d.org/tikiwiki/PyOgre) - Python bindings for the Ogre 3D render engine, can be used for games, simulations, anything 3D.
* [:earth_americas: PyOpenGL](http://pyopengl.sourceforge.net/) - Python ctypes bindings for OpenGL and it's related APIs.
* [:octocat: django-countries](https://github.com/SmileyChris/django-countries) - :star: 1040 :fork_and_knife: 217 - A Django app that provides a country field for models and forms.
* [: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: 2230 :fork_and_knife: 225 - A whitelist-based HTML sanitization and text linkification library.
* [:octocat: html5lib](https://github.com/html5lib/html5lib-python) - :star: 936 :fork_and_knife: 259 - A standards-compliant library for parsing and serializing HTML documents and fragments.
* [:octocat: xmltodict](https://github.com/martinblech/xmltodict) - :star: 4551 :fork_and_knife: 435 - Working with XML feel like you are working with JSON.
* [:octocat: treq](https://github.com/twisted/treq) - :star: 537 :fork_and_knife: 144 - Python requests like API built on top of Twisted's HTTP client.
* [:octocat: urllib3](https://github.com/shazow/urllib3) - :star: 2791 :fork_and_knife: 875 - A HTTP library with thread-safe connection pooling, file post support, sanity friendly.
* [:octocat: keyboard](https://github.com/boppreh/keyboard) - :star: 2565 :fork_and_knife: 308 - Hook and simulate global keyboard events on Windows and Linux.
* [:octocat: mouse](https://github.com/boppreh/mouse) - :star: 526 :fork_and_knife: 78 - Hook and simulate global mouse events on Windows and Linux.
* [:octocat: PyUserInput](https://github.com/SavinaRoja/PyUserInput) - :star: 977 :fork_and_knife: 244 - A module for cross-platform control of the mouse and keyboard.
* [:octocat: wifi](https://github.com/rockymeza/wifi) - :star: 283 :fork_and_knife: 152 - A Python library and command line tool for working with WiFi on Linux.
* [:octocat: pagan](https://github.com/daboth/pagan) - :star: 234 :fork_and_knife: 31 - Retro identicon (Avatar) generation based on input string and hash.
* [:octocat: pillow](https://github.com/python-pillow/Pillow) - :star: 9030 :fork_and_knife: 1730 - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork.
* [:octocat: python-barcode](https://github.com/WhyNotHugo/python-barcode) - :star: 275 :fork_and_knife: 85 - Create barcodes in Python with no extra dependencies.
* [:octocat: thumbor](https://github.com/thumbor/thumbor) - :star: 8585 :fork_and_knife: 731 - A smart imaging service. It enables on-demand crop, re-sizing and flipping of images.
* [:octocat: wand](https://github.com/dahlia/wand) - :star: 1121 :fork_and_knife: 188 - Python bindings for [MagickWand](http://www.imagemagick.org/script/magick-wand.php), C API for ImageMagick.
* [:octocat: CLPython](https://github.com/metawilm/cl-python) - :star: 326 :fork_and_knife: 32 - Implementation of the Python programming language written in Common Lisp.
* [:octocat: CPython](https://github.com/python/cpython) - :star: 40663 :fork_and_knife: 20374 - **Default, most widely used implementation of the Python programming language written in C.**
* [:octocat: Grumpy](https://github.com/google/grumpy) - :star: 10383 :fork_and_knife: 668 - More compiler than interpreter as more powerful CPython2.7 replacement (alpha).
* [:octocat: IronPython](https://github.com/IronLanguages/ironpython3) - :star: 1581 :fork_and_knife: 191 - Implementation of the Python programming language written in C#.
* [:octocat: Pyston](https://github.com/dropbox/pyston) - :star: 4974 :fork_and_knife: 314 - A Python implementation using JIT techniques.
* [:octocat: Stackless Python](https://github.com/stackless-dev/stackless) - :star: 754 :fork_and_knife: 52 - An enhanced version of the Python programming language.
* [:octocat: ptpython](https://github.com/jonathanslenders/ptpython) - :star: 4320 :fork_and_knife: 247 - Advanced Python REPL built on top of the [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit).
* [:octocat: PyICU](https://github.com/ovalhub/pyicu) - :star: 129 :fork_and_knife: 58 - A wrapper of International Components for Unicode C++ library ([ICU](http://site.icu-project.org/)).
* [:earth_americas: APScheduler](http://apscheduler.readthedocs.io/en/latest/) - A light but powerful in-process task scheduler that lets you schedule functions.
* [:octocat: Plan](https://github.com/fengsp/plan) - :star: 1143 :fork_and_knife: 95 - Writing crontab file in Python like a charm.
* [:octocat: Prefect](https://github.com/PrefectHQ/prefect) - :star: 7505 :fork_and_knife: 706 - A modern workflow orchestration framework that makes it easy to build, schedule and monitor robust data pipelines.
* [:earth_americas: TaskFlow](https://docs.openstack.org/developer/taskflow/) - A Python library that helps to make task execution easy, consistent and reliable.
* [:octocat: vowpal_porpoise](https://github.com/josephreisinger/vowpal_porpoise) - :star: 161 :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: 21683 :fork_and_knife: 8173 - A scalable, portable, and distributed gradient boosting library.
* [:octocat: MindsDB](https://github.com/mindsdb/mindsdb) - :star: 3986 :fork_and_knife: 504 - 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: PythonNet](https://github.com/pythonnet/pythonnet) - :star: 2752 :fork_and_knife: 531 - Python Integration with the .NET Common Language Runtime (CLR).
* [:octocat: blinker](https://github.com/jek/blinker) - :star: 1276 :fork_and_knife: 158 - A fast Python in-process signal/event dispatching system.
* [:octocat: boltons](https://github.com/mahmoud/boltons) - :star: 5614 :fork_and_knife: 314 - A set of pure-Python utilities.
* [:octocat: itsdangerous](https://github.com/pallets/itsdangerous) - :star: 2295 :fork_and_knife: 192 - Various helpers to pass trusted data to untrusted environments.
* [:octocat: magenta](https://github.com/magenta/magenta) - :star: 17063 :fork_and_knife: 3518 - A tool to generate music and art using artificial intelligence.
* [:octocat: pluginbase](https://github.com/mitsuhiko/pluginbase) - :star: 979 :fork_and_knife: 148 - A simple but flexible plugin system for Python.
* [:octocat: pattern](https://github.com/clips/pattern) - :star: 8066 :fork_and_knife: 1573 - A web mining module.
* [:octocat: polyglot](https://github.com/aboSamoor/polyglot) - :star: 1902 :fork_and_knife: 310 - Natural language pipeline supporting hundreds of languages.
* [:octocat: pytext](https://github.com/facebookresearch/pytext) - :star: 6252 :fork_and_knife: 813 - A natural language modeling framework based on PyTorch.
* [:octocat: PyTorch-NLP](https://github.com/PetrochukM/PyTorch-NLP) - :star: 1965 :fork_and_knife: 243 - A toolkit enabling rapid deep learning NLP prototyping for research.
* [:octocat: funNLP](https://github.com/fighting41love/funNLP) - :star: 34029 :fork_and_knife: 9901 - A collection of tools and datasets for Chinese NLP.
* [:octocat: jieba](https://github.com/fxsjy/jieba) - :star: 27134 :fork_and_knife: 6370 - The most popular Chinese text segmentation library.
* [:octocat: pkuseg-python](https://github.com/lancopku/pkuseg-python) - :star: 5619 :fork_and_knife: 896 - A toolkit for Chinese word segmentation in various domains.
* [:octocat: snownlp](https://github.com/isnowfy/snownlp) - :star: 5571 :fork_and_knife: 1302 - A library for processing Chinese text.
* [:octocat: mininet](https://github.com/mininet/mininet) - :star: 4108 :fork_and_knife: 1545 - A popular network emulator and API written in Python.
* [:octocat: napalm](https://github.com/napalm-automation/napalm) - :star: 1769 :fork_and_knife: 489 - Cross-vendor API to manipulate network devices.
* [:octocat: pox](https://github.com/noxrepo/pox) - :star: 546 :fork_and_knife: 448 - A Python-based SDN control applications, such as OpenFlow SDN controllers.
* [:octocat: django-activity-stream](https://github.com/justquick/django-activity-stream) - :star: 1955 :fork_and_knife: 469 - Generating generic activity streams from the actions on your site.
* [:octocat: Stream Framework](https://github.com/tschellenbach/Stream-Framework) - :star: 4562 :fork_and_knife: 554 - Building news feed and notification systems using Cassandra and Redis.
* [:octocat: dataset](https://github.com/pudo/dataset) - :star: 4083 :fork_and_knife: 276 - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL.
* [:octocat: orator](https://github.com/sdispater/orator) - :star: 1299 :fork_and_knife: 154 - The Orator ORM provides a simple yet beautiful ActiveRecord implementation.
* [:octocat: hot-redis](https://github.com/stephenmcd/hot-redis) - :star: 273 :fork_and_knife: 29 - Rich Python data types for Redis.
* [:octocat: mongoengine](https://github.com/MongoEngine/mongoengine) - :star: 3588 :fork_and_knife: 1166 - A Python Object-Document-Mapper for working with MongoDB.
* [:octocat: PynamoDB](https://github.com/pynamodb/PynamoDB) - :star: 1743 :fork_and_knife: 376 - A Pythonic interface for [Amazon DynamoDB](https://aws.amazon.com/dynamodb/).
* [:octocat: redisco](https://github.com/kiddouk/redisco) - :star: 434 :fork_and_knife: 84 - A Python Library for Simple Models and Containers Persisted in Redis.
* [:octocat: pip-tools](https://github.com/jazzband/pip-tools) - :star: 5260 :fork_and_knife: 465 - A set of tools to keep your pinned Python dependencies fresh.
* [:octocat: devpi](https://github.com/devpi/devpi) - :star: 497 :fork_and_knife: 93 - PyPI server and packaging/testing/release tool.
* [:octocat: localshop](https://github.com/jazzband/localshop) - :star: 372 :fork_and_knife: 117 - Local PyPI server (custom packages and auto-mirroring of pypi).
* [:octocat: django-guardian](https://github.com/django-guardian/django-guardian) - :star: 3050 :fork_and_knife: 522 - Implementation of per object permissions for Django 1.2+
* [:octocat: django-rules](https://github.com/dfunckt/django-rules) - :star: 1359 :fork_and_knife: 106 - A tiny but powerful app providing object-level permissions to Django, without requiring a database.
* [:octocat: annoy](https://github.com/spotify/annoy) - :star: 9051 :fork_and_knife: 966 - Approximate Nearest Neighbors in C++/Python optimized for memory usage.
* [:octocat: fastFM](https://github.com/ibayer/fastFM) - :star: 942 :fork_and_knife: 195 - A library for Factorization Machines.
* [:octocat: implicit](https://github.com/benfred/implicit) - :star: 2501 :fork_and_knife: 518 - A fast Python implementation of collaborative filtering for implicit datasets.
* [:octocat: libffm](https://github.com/guestwalk/libffm) - :star: 1519 :fork_and_knife: 460 - A library for Field-aware Factorization Machine (FFM).
* [:octocat: lightfm](https://github.com/lyst/lightfm) - :star: 3803 :fork_and_knife: 615 - A Python implementation of a number of popular recommendation algorithms.
* [:octocat: spotlight](https://github.com/maciejkula/spotlight) - :star: 2590 :fork_and_knife: 398 - Deep recommender models using PyTorch.
* [:octocat: Surprise](https://github.com/NicolasHug/Surprise) - :star: 5050 :fork_and_knife: 894 - A scikit for building and analyzing recommender systems.
* [:octocat: tensorrec](https://github.com/jfkirk/tensorrec) - :star: 1164 :fork_and_knife: 221 - A Recommendation Engine Framework in TensorFlow.
* [:octocat: apistar](https://github.com/encode/apistar) - :star: 5591 :fork_and_knife: 435 - A smart Web API framework, designed for Python 3.
* [:octocat: falcon](https://github.com/falconry/falcon) - :star: 8585 :fork_and_knife: 848 - A high-performance framework for building cloud APIs and web app backends.
* [:octocat: fastapi](https://github.com/tiangolo/fastapi) - :star: 36879 :fork_and_knife: 2698 - 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: 6561 :fork_and_knife: 373 - A Python 3 framework for cleanly exposing APIs.
* [:octocat: sanic](https://github.com/huge-success/sanic) - :star: 15497 :fork_and_knife: 1390 - A Python 3.6+ web server and web framework that's written to go fast.
* [:octocat: PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics) - :star: 13370 :fork_and_knife: 4372 - This is a compilation of various robotics algorithms with visualizations.
* [:octocat: RPyC](https://github.com/tomerfiliba/rpyc) (Remote Python Call) - :star: 1062 :fork_and_knife: 205 - A transparent and symmetric RPC library for Python
* [:octocat: zeroRPC](https://github.com/0rpc/zerorpc-python) - :star: 2853 :fork_and_knife: 368 - zerorpc is a flexible RPC implementation based on [ZeroMQ](http://zeromq.org/) and [MessagePack](http://msgpack.org/).
* [: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: marshmallow](https://github.com/marshmallow-code/marshmallow) - :star: 5760 :fork_and_knife: 582 - A lightweight library for converting complex objects to and from simple Python datatypes.
* [:octocat: pysimdjson](https://github.com/TkTech/pysimdjson) - :star: 480 :fork_and_knife: 35 - A Python bindings for [simdjson](https://github.com/lemire/simdjson).
* [:octocat: python-rapidjson](https://github.com/python-rapidjson/python-rapidjson) - :star: 429 :fork_and_knife: 36 - A Python wrapper around [RapidJSON](https://github.com/Tencent/rapidjson).
* [:octocat: ultrajson](https://github.com/esnme/ultrajson) - :star: 3441 :fork_and_knife: 336 - A fast JSON decoder and encoder written in C with Python bindings.
* [:octocat: python-lambda](https://github.com/nficano/python-lambda) - :star: 1326 :fork_and_knife: 219 - A toolkit for developing and deploying Python code in AWS Lambda.
* [:octocat: Zappa](https://github.com/Miserlou/Zappa) - :star: 11849 :fork_and_knife: 1271 - A tool for deploying WSGI applications on AWS Lambda and API Gateway.
* [:octocat: pyexcel](https://github.com/pyexcel/pyexcel) - :star: 962 :fork_and_knife: 142 - 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: 2807 :fork_and_knife: 783 - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
* [:octocat: python-pptx](https://github.com/scanny/python-pptx) - :star: 1361 :fork_and_knife: 339 - Python library for creating and updating PowerPoint (.pptx) files.
* [:octocat: unoconv](https://github.com/unoconv/unoconv) - :star: 2202 :fork_and_knife: 402 - Convert between any document format supported by LibreOffice/OpenOffice.
* [:octocat: XlsxWriter](https://github.com/jmcnamara/XlsxWriter) - :star: 2691 :fork_and_knife: 548 - A Python module for creating Excel .xlsx files.
* [:octocat: xlwings](https://github.com/ZoomerAnalytics/xlwings) - :star: 2115 :fork_and_knife: 381 - 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: 981 :fork_and_knife: 284 - Writing and reading data and formatting information from Excel files.
* [:octocat: PDFMiner](https://github.com/euske/pdfminer) - :star: 4674 :fork_and_knife: 1068 - A tool for extracting information from PDF documents.
* [:octocat: PyPDF2](https://github.com/mstamy2/PyPDF2) - :star: 3862 :fork_and_knife: 988 - A library capable of splitting, merging and transforming PDF pages.
* [:octocat: Mistune](https://github.com/lepture/mistune) - :star: 1979 :fork_and_knife: 200 - Fastest and full featured pure Python parsers of Markdown.
* [:octocat: Python-Markdown](https://github.com/waylan/Python-Markdown) - :star: 2661 :fork_and_knife: 689 - A Python implementation of John Gruber’s Markdown.
* [:octocat: daramatiq](https://github.com/Bogdanp/dramatiq) - :star: 2770 :fork_and_knife: 201 - A fast and reliable background task processing library for Python 3.
* [:octocat: locust](https://github.com/locustio/locust) - :star: 17289 :fork_and_knife: 2254 - Scalable user load testing tool written in Python.
* [:octocat: PyAutoGUI](https://github.com/asweigart/pyautogui) - :star: 5603 :fork_and_knife: 766 - PyAutoGUI is a cross-platform GUI automation Python module for human beings.
* [:octocat: Schemathesis](https://github.com/kiwicom/schemathesis) - :star: 1004 :fork_and_knife: 73 - A tool for automatic property-based testing of web applications built with Open API / Swagger specifications.
* [:octocat: mocket](https://github.com/mindflayer/python-mocket) - :star: 219 :fork_and_knife: 36 - A socket mock framework with gevent/asyncio/SSL support.
* [:octocat: responses](https://github.com/getsentry/responses) - :star: 3344 :fork_and_knife: 280 - A utility library for mocking out the requests Python library.
* [:octocat: VCR.py](https://github.com/kevin1024/vcrpy) - :star: 2102 :fork_and_knife: 291 - Record and replay HTTP interactions on your tests.
* [:octocat: faker](https://github.com/joke2k/faker) - :star: 13134 :fork_and_knife: 1510 - A Python package that generates fake data.
* [:octocat: mimesis](https://github.com/lk-geimfari/mimesis) - :star: 3374 :fork_and_knife: 281 - is a Python library that help you generate fake data.
* [:octocat: ftfy](https://github.com/LuminosoInsight/python-ftfy) - :star: 3076 :fork_and_knife: 104 - Makes Unicode text less broken and more consistent automagically.
* [:octocat: awesome-slugify](https://github.com/dimka665/awesome-slugify) - :star: 460 :fork_and_knife: 43 - A Python slugify library that can preserve unicode.
* [:octocat: python-slugify](https://github.com/un33k/python-slugify) - :star: 1110 :fork_and_knife: 86 - A Python slugify library that translates unicode to ASCII.
* [:octocat: unicode-slugify](https://github.com/mozilla/unicode-slugify) - :star: 294 :fork_and_knife: 52 - A slugifier that generates unicode slugs with Django as a dependency.
*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).*
* [:octocat: furl](https://github.com/gruns/furl) - :star: 2111 :fork_and_knife: 126 - A small Python library that makes parsing and manipulating URLs easy.
* [:octocat: purl](https://github.com/codeinthehole/purl) - :star: 257 :fork_and_knife: 36 - A simple, immutable URL class with a clean API for interrogation and manipulation.
* [:octocat: pyshorteners](https://github.com/ellisonleao/pyshorteners) - :star: 314 :fork_and_knife: 54 - A pure Python URL shortening lib.
* [:octocat: webargs](https://github.com/marshmallow-code/webargs) - :star: 1214 :fork_and_knife: 144 - A friendly library for parsing HTTP request arguments with built-in support for popular web frameworks.
* [:octocat: django-compressor](https://github.com/django-compressor/django-compressor) - :star: 2504 :fork_and_knife: 573 - Compresses linked and inline JavaScript or CSS into a single cached file.
* [:octocat: django-pipeline](https://github.com/jazzband/django-pipeline) - :star: 1404 :fork_and_knife: 377 - An asset packaging library for Django.
* [:octocat: django-storages](https://github.com/jschneier/django-storages) - :star: 2000 :fork_and_knife: 732 - A collection of custom storage back ends for Django.
* [:octocat: html2text](https://github.com/Alir3z4/html2text) - :star: 1165 :fork_and_knife: 201 - Convert HTML to Markdown-formatted text.
* [:octocat: lassie](https://github.com/michaelhelmick/lassie) - :star: 532 :fork_and_knife: 43 - Web Content Retrieval for Humans.
* [:octocat: micawber](https://github.com/coleifer/micawber) - :star: 551 :fork_and_knife: 82 - A small library for extracting rich content from URLs.
* [:octocat: newspaper](https://github.com/codelucas/newspaper) - :star: 11363 :fork_and_knife: 1872 - News extraction, article extraction and content curation in Python.
* [:octocat: python-readability](https://github.com/buriy/python-readability) - :star: 2034 :fork_and_knife: 328 - Fast Python port of arc90's readability tool.
* [:octocat: requests-html](https://github.com/psf/requests-html) - :star: 12151 :fork_and_knife: 844 - Pythonic HTML Parsing for Humans.
* [:octocat: sumy](https://github.com/miso-belica/sumy) - :star: 2656 :fork_and_knife: 460 - A module for automatic summarization of text documents and HTML pages.
* [:octocat: textract](https://github.com/deanmalmgren/textract) - :star: 3115 :fork_and_knife: 461 - Extract text from any document, Word, PowerPoint, PDFs, etc.
* [:octocat: toapi](https://github.com/gaojiuli/toapi) - :star: 3186 :fork_and_knife: 234 - Every web site provides APIs.
* [:octocat: robobrowser](https://github.com/jmcarp/robobrowser) - :star: 3564 :fork_and_knife: 338 - A simple, Pythonic library for browsing the web without a standalone web browser.
* [:octocat: Masonite](https://github.com/MasoniteFramework/masonite) - :star: 1656 :fork_and_knife: 103 - The modern and developer centric Python web framework.
* [:octocat: websockets](https://github.com/aaugustin/websockets) - :star: 3607 :fork_and_knife: 394 - A library for building WebSocket servers and clients with a focus on correctness and simplicity.
* [: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: werkzeug](https://github.com/pallets/werkzeug) - :star: 5852 :fork_and_knife: 1581 - A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects.