* [:octocat: django-xadmin](https://github.com/sshwsfc/xadmin) - :star: 1892 :fork_and_knife: 593 - Drop-in replacement of Django admin comes with lots of goodies.
* [:octocat: flask-admin](https://github.com/flask-admin/flask-admin) - :star: 2113 :fork_and_knife: 704 - Simple and extensible administrative interface framework for Flask.
* [:octocat: flower](https://github.com/mher/flower) - :star: 2089 :fork_and_knife: 380 - Real-time monitor and web admin for Celery.
* [:octocat: Wooey](https://github.com/wooey/wooey) - :star: 777 :fork_and_knife: 70 - A Django app which creates automatic web UIs for Python scripts.
* [:octocat: django-simple-captcha](https://github.com/mbi/django-simple-captcha) - :star: 427 :fork_and_knife: 166 - A simple and highly customizable Django app to add captcha images to any Django form.
* [:octocat: django-compressor](https://github.com/django-compressor/django-compressor) - :star: 1820 :fork_and_knife: 502 - Compresses linked and inline JavaScript or CSS into a single cached file.
* [:octocat: django-pipeline](https://github.com/jazzband/django-pipeline) - :star: 1120 :fork_and_knife: 298 - An asset packaging library for Django.
* [:octocat: django-storages](https://github.com/jschneier/django-storages) - :star: 538 :fork_and_knife: 218 - A collection of custom storage back ends for Django.
* [:octocat: flask-assets](https://github.com/miracle2k/flask-assets) - :star: 304 :fork_and_knife: 80 - Helps you integrate webassets into your Flask app.
* [:octocat: jinja-assets-compressor](https://github.com/jaysonsantos/jinja-assets-compressor) - :star: 64 :fork_and_knife: 9 - A Jinja extension to compile and compress your assets.
* [:octocat: webassets](https://github.com/miracle2k/webassets) - :star: 781 :fork_and_knife: 226 - Bundles, optimizes, and manages unique cache-busting URLs for static resources.
* [:earth_americas: mingus](http://bspaans.github.io/python-mingus/) - An advanced music theory and notation package with MIDI file and playback support.
* [:earth_americas: mutagen](https://bitbucket.org/lazka/mutagen) - A Python module to handle audio metadata.
* [:octocat: pydub](https://github.com/jiaaro/pydub) - :star: 1704 :fork_and_knife: 182 - Manipulate audio with a simple and easy high level interface.
* [:octocat: pyechonest](https://github.com/echonest/pyechonest) - :star: 588 :fork_and_knife: 1102 - Python client for the [Echo Nest](http://developer.echonest.com/) API.
* [:octocat: tinytag](https://github.com/devsnd/tinytag) - :star: 218 :fork_and_knife: 29 - A library for reading music meta data of MP3, OGG, FLAC and Wave files.
* [:octocat: Flask-OAuthlib](https://github.com/lepture/flask-oauthlib) - :star: 885 :fork_and_knife: 251 - OAuth 1.0/a, 2.0 implementation of client and provider for Flask.
* [:octocat: OAuthLib](https://github.com/idan/oauthlib) - :star: 1305 :fork_and_knife: 285 - A generic and thorough implementation of the OAuth request-signing logic.
* [:octocat: python-oauth2](https://github.com/joestump/python-oauth2) - :star: 2549 :fork_and_knife: 990 - A fully tested, abstract interface to creating OAuth clients and servers.
* [:octocat: python-social-auth](https://github.com/omab/python-social-auth) - :star: 2600 :fork_and_knife: 1161 - An easy-to-setup social authentication mechanism.
* [:octocat: rauth](https://github.com/litl/rauth) - :star: 1463 :fork_and_knife: 150 - A Python library for OAuth 1.0/a, 2.0, and Ofly.
* [:octocat: sanction](https://github.com/demianbrecht/sanction) - :star: 163 :fork_and_knife: 38 - A dead simple OAuth2 client implementation.
* [: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) - :star: 1478 :fork_and_knife: 219 - A console tool to build code with different development platforms.
* [:octocat: PyBuilder](https://github.com/pybuilder/pybuilder) - :star: 806 :fork_and_knife: 166 - A continuous build tool written in pure Python.
* [:earth_americas: django-cms](http://www.django-cms.org/en/) - An Open source enterprise CMS based on the Django.
* [:earth_americas: djedi-cms](http://djedi-cms.org/) - A lightweight but yet powerful Django CMS with plugins, inline editing and performance in mind.
* [:earth_americas: FeinCMS](http://www.feincms.org/) - One of the most advanced Content Management Systems built on Django.
* [:earth_americas: Kotti](http://kotti.pylonsproject.org/) - A high-level, Pythonic web application framework built on Pyramid.
* [:earth_americas: Mezzanine](http://mezzanine.jupo.org/) - A powerful, consistent, and flexible content management platform.
* [:earth_americas: Opps](http://opps.github.io/opps/) - A Django-based CMS for magazines, newspapers websites and portals with high-traffic.
* [:earth_americas: Plone](https://plone.org/) - A CMS built on top of the open source application server Zope.
* [:earth_americas: Quokka](http://quokkaproject.org/) - Flexible, extensible, small CMS powered by Flask and MongoDB.
* [:earth_americas: Wagtail](https://wagtail.io/) - A Django content management system.
* [:earth_americas: Widgy](https://wid.gy/) - Last CMS framework, based on Django.
* [:octocat: Beaker](https://github.com/bbangert/beaker) - :star: 275 :fork_and_knife: 90 - A library for caching and sessions for use with web applications and stand-alone Python scripts and applications.
* [:earth_americas: DiskCache](http://www.grantjenks.com/docs/diskcache/) - SQLite and file backed cache backend with faster lookups than memcached and redis.
* [:octocat: django-viewlet](https://github.com/5monkeys/django-viewlet) - :star: 55 :fork_and_knife: 12 - Render template parts with extended cache control.
* [:earth_americas: dogpile.cache](http://dogpilecache.readthedocs.io/) - dogpile.cache is next generation replacement for Beaker made by same authors.
* [:earth_americas: HermesCache](https://pypi.python.org/pypi/HermesCache) - Python caching library with tag-based invalidation and dogpile effect prevention.
* [:octocat: code2flow](https://github.com/scottrogowski/code2flow) - :star: 332 :fork_and_knife: 51 - Turn your Python and JavaScript code into DOT flowcharts.
* [:octocat: pycallgraph](https://github.com/gak/pycallgraph) - :star: 758 :fork_and_knife: 116 - A library that visualises the flow (call graph) of your Python application.
* [:octocat: pysonar2](https://github.com/yinwang0/pysonar2) - :star: 2400 :fork_and_knife: 646 - A type inferencer and indexer for Python.
* [:octocat: asciimatics](https://github.com/peterbrittain/asciimatics) - :star: 478 :fork_and_knife: 35 - Cross-platform, full-screen terminal package (i.e. mouse/keyboard input and coloured, positioned text output) complete with high-level API for complex animations and special effects.
* [:octocat: Gooey](https://github.com/chriskiehl/Gooey) - :star: 4617 :fork_and_knife: 251 - Turn command line programs into a full GUI application with one line
* [:octocat: python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - :star: 3305 :fork_and_knife: 209 - A Library for building powerful interactive command lines.
* [:octocat: aws-cli](https://github.com/aws/aws-cli) - :star: 4590 :fork_and_knife: 762 - A universal command-line interface for Amazon Web Services.
* [:octocat: bashplotlib](https://github.com/glamp/bashplotlib) - :star: 669 :fork_and_knife: 50 - Making basic plots in the terminal.
* [:octocat: caniusepython3](https://github.com/brettcannon/caniusepython3) - :star: 269 :fork_and_knife: 33 - Determine what projects are blocking you from porting to Python 3.
* [:octocat: cookiecutter](https://github.com/audreyr/cookiecutter) - :star: 4507 :fork_and_knife: 531 - A command-line utility that creates projects from cookiecutters (project templates).
* [:octocat: doitlive](https://github.com/sloria/doitlive) - :star: 771 :fork_and_knife: 24 - A tool for live presentations in the terminal.
* [:octocat: howdoi](https://github.com/gleitz/howdoi) - :star: 4932 :fork_and_knife: 451 - Instant coding answers via the command line.
* [:octocat: httpie](https://github.com/jkbrzt/httpie) - :star: 28086 :fork_and_knife: 1858 - A command line HTTP client, a user-friendly cURL replacement.
* [:octocat: mycli](https://github.com/dbcli/mycli) - :star: 3374 :fork_and_knife: 178 - A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
* [:octocat: PathPicker](https://github.com/facebook/PathPicker) - :star: 3163 :fork_and_knife: 196 - Select files out of bash output.
* [:octocat: percol](https://github.com/mooz/percol) - :star: 2234 :fork_and_knife: 105 - Adds flavor of interactive selection to the traditional pipe concept on UNIX.
* [:octocat: pgcli](https://github.com/dbcli/pgcli) - :star: 5230 :fork_and_knife: 217 - Postgres CLI with autocompletion and syntax highlighting.
* [:octocat: try](https://github.com/timofurrer/try) - :star: 338 :fork_and_knife: 16 - A dead simple CLI to try out python packages - It's never been easier.
* [:octocat: uvloop](https://github.com/MagicStack/uvloop) - :star: 3052 :fork_and_knife: 116 - Ultra fast implementation of asyncio event loop on top of libuv.
* [:earth_americas: config](https://www.red-dove.com/config-doc/) - Hierarchical config from the author of [logging](https://docs.python.org/2/library/logging.html).
* [:earth_americas: ConfigObj](http://www.voidspace.org.uk/python/configobj.html) - INI file parser with validation.
* [:earth_americas: ConfigParser](https://docs.python.org/2/library/configparser.html) - (Python standard library) INI file parser.
* [:earth_americas: profig](http://profig.readthedocs.org/en/default/) - Config from multiple formats with value conversion.
* [:earth_americas: cryptography](https://cryptography.io/en/latest/) - A package designed to expose cryptographic primitives and recipes to Python developers.
* [:earth_americas: Paramiko](http://www.paramiko.org/) - A Python (2.6+, 3.3+) implementation of the SSHv2 protocol, providing both client and server functionality.
* [:earth_americas: Passlib](https://pythonhosted.org/passlib/) - Secure password storage/hashing library, very high level.
* [:earth_americas: PyCrypto](https://www.dlitz.net/software/pycrypto/) - The Python Cryptography Toolkit.
* [:earth_americas: Orange](http://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](http://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: 162 :fork_and_knife: 13 - A wrapper of the psycopg2 library for interacting with PostgreSQL.
* [:octocat: dataset](https://github.com/pudo/dataset) - :star: 2594 :fork_and_knife: 154 - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL.
* [:octocat: Chronyk](https://github.com/KoffeinFlummi/Chronyk) - :star: 236 :fork_and_knife: 8 - A Python 3 library for parsing human-written times and dates.
* [:octocat: dateutil](https://github.com/dateutil/dateutil) - :star: 317 :fork_and_knife: 82 - Extensions to the standard Python [datetime](https://docs.python.org/2/library/datetime.html) module.
* [:octocat: delorean](https://github.com/myusuf3/delorean/) - :star: 1240 :fork_and_knife: 59 - A library for clearing up the inconvenient truths that arise dealing with datetimes.
* [:octocat: moment](https://github.com/zachwill/moment) - :star: 357 :fork_and_knife: 22 - A Python library for dealing with dates/times. Inspired by [Moment.js](http://momentjs.com/).
* [:octocat: PyTime](https://github.com/shinux/PyTime) - :star: 100 :fork_and_knife: 13 - A easy-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: 156 :fork_and_knife: 13 - Providing user-friendly functions to help perform common date and time actions.
* [:octocat: django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) - :star: 3997 :fork_and_knife: 711 - Display various debug information for Django.
* [:octocat: django-devserver](https://github.com/dcramer/django-devserver) - :star: 1174 :fork_and_knife: 153 - A drop-in replacement for Django's runserver.
* [:octocat: flask-debugtoolbar](https://github.com/mgood/flask-debugtoolbar) - :star: 534 :fork_and_knife: 86 - A port of the django-debug-toolbar to flask.
* [:octocat: pyringe](https://github.com/google/pyringe) - :star: 1385 :fork_and_knife: 52 - Debugger capable of attaching to and injecting code into Python processes.
* [:octocat: wdb](https://github.com/Kozea/wdb) - :star: 1112 :fork_and_knife: 64 - An improbable web debugger through WebSockets.
* [:octocat: Caffe](https://github.com/BVLC/caffe) - :star: 15892 :fork_and_knife: 9780 - A fast open framework for deep learning..
* [:octocat: Keras](https://github.com/fchollet/keras) - :star: 12053 :fork_and_knife: 4053 - A high-level neural networks library and capable of running on top of either TensorFlow or Theano.
* [:octocat: TensorFlow](https://github.com/tensorflow/tensorflow) - :star: 45645 :fork_and_knife: 21398 - The most popular Deep Learning framework created by Google.
* [:octocat: Theano](https://github.com/Theano/Theano) - :star: 5654 :fork_and_knife: 1959 - A library for fast numerical computation.
* [:earth_americas: Cloud-Init](http://cloudinit.readthedocs.io/) - A multi-distribution package that handles early initialization of a cloud instance.
* [:octocat: pexpect](https://github.com/pexpect/pexpect) - :star: 814 :fork_and_knife: 214 - Controlling interactive programs in a pseudo-terminal like GNU expect.
* [:octocat: psutil](https://github.com/giampaolo/psutil) - :star: 2296 :fork_and_knife: 387 - A cross-platform process and system utilities module.
* [:octocat: dh-virtualenv](https://github.com/spotify/dh-virtualenv) - :star: 976 :fork_and_knife: 106 - Build and distribute a virtualenv as a Debian package.
* [:octocat: pdoc](https://github.com/BurntSushi/pdoc) - :star: 277 :fork_and_knife: 49 - Epydoc replacement to auto generate API documentation for Python libraries.
* [:octocat: django-shop](https://github.com/awesto/django-shop) - :star: 1219 :fork_and_knife: 489 - A Django based shop system.
* [:octocat: merchant](https://github.com/agiliq/merchant) - :star: 857 :fork_and_knife: 151 - A Django app to accept payments from various payment processors.
* [:octocat: money](https://github.com/carlospalol/money) - :star: 88 :fork_and_knife: 10 - Money class with optional CLDR-backed locale-aware formatting and an extensible currency exchange solution.
* [:octocat: Anaconda](https://github.com/DamnWidget/anaconda) - :star: 1358 :fork_and_knife: 147 - Anaconda turns your Sublime Text 3 in a full featured Python development IDE.
* [:octocat: SublimeJEDI](https://github.com/srusskih/SublimeJEDI) - :star: 693 :fork_and_knife: 73 - A Sublime Text plugin to the awesome auto-complete library Jedi.
* [:octocat: Jedi-vim](https://github.com/davidhalter/jedi-vim) - :star: 2713 :fork_and_knife: 232 - Vim bindings for the Jedi auto-completion library for Python.
* [:octocat: Python-mode](https://github.com/klen/python-mode) - :star: 3362 :fork_and_knife: 692 - An all in one plugin for turning Vim into a Python IDE.
* [:octocat: YouCompleteMe](https://github.com/Valloric/YouCompleteMe) - :star: 12974 :fork_and_knife: 1526 - Includes [Jedi](https://github.com/davidhalter/jedi)-based completion engine for Python.
* [:octocat: Python](https://github.com/DonJayamanne/pythonVSCode) - :star: 794 :fork_and_knife: 127 - An extension with rich support for the Python language, with features including linting, IntelliSense, formatting, refactoring, debugging, unit tests, and jupyter support.
* [:octocat: modoboa](https://github.com/tonioo/modoboa) - :star: 700 :fork_and_knife: 101 - A mail hosting and management platform including a modern and simplified Web UI.
* [:octocat: Nylas Sync Engine](https://github.com/nylas/sync-engine) - :star: 3263 :fork_and_knife: 342 - Providing a RESTful API on top of a powerful email sync platform.
* [:earth_americas: pathlib](https://pathlib.readthedocs.org/en/pep428/) - (Python standard library in Python 3.4+) An cross-platform, object-oriented path library.
* [:octocat: python-magic](https://github.com/ahupp/python-magic) - :star: 806 :fork_and_knife: 122 - A Python interface to the libmagic file type identification library.
* [:octocat: Unipath](https://github.com/mikeorr/Unipath) - :star: 407 :fork_and_knife: 32 - An object-oriented approach to file/directory operations.
* [:octocat: watchdog](https://github.com/gorakhargosh/watchdog) - :star: 2397 :fork_and_knife: 328 - API and shell utilities to monitor file system events.
* [:earth_americas: cffi](https://pypi.python.org/pypi/cffi) - Foreign Function Interface for Python calling C code.
* [:earth_americas: ctypes](https://docs.python.org/2/library/ctypes.html) - (Python standard library) Foreign Function Interface for Python calling C code.
* [:earth_americas: PyCUDA](https://mathema.tician.de/software/pycuda/) - A Python wrapper for Nvidia's CUDA API.
* [:earth_americas: SWIG](http://www.swig.org/Doc1.3/Python.html) - Simplified Wrapper and Interface Generator.
* [:octocat: Deform](https://github.com/Pylons/deform) - :star: 251 :fork_and_knife: 126 - Python HTML form generation library influenced by the formish form generation library.
* [:octocat: django-crispy-forms](https://github.com/maraujop/django-crispy-forms) - :star: 2679 :fork_and_knife: 489 - 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: 150 :fork_and_knife: 83 - A platform independent Django form serializer.
* [:octocat: WTForms](https://github.com/wtforms/wtforms) - :star: 635 :fork_and_knife: 196 - A flexible forms validation and rendering library.
* [:octocat: CyToolz](https://github.com/pytoolz/cytoolz/) - :star: 325 :fork_and_knife: 29 - Cython implementation of Toolz: High performance functional utilities.
* [:octocat: fn.py](https://github.com/kachayev/fn.py) - :star: 2224 :fork_and_knife: 138 - Functional programming in Python: implementation of missing features to enjoy FP.
* [:octocat: funcy](https://github.com/Suor/funcy) - :star: 1412 :fork_and_knife: 67 - A fancy and practical functional tools.
* [:octocat: Toolz](https://github.com/pytoolz/toolz) - :star: 1343 :fork_and_knife: 108 - A collection of functional utilities for iterators, functions, and dictionaries.
* [:earth_americas: curses](https://docs.python.org/2/library/curses.html#module-curses) - Built-in wrapper for [ncurses](http://www.gnu.org/software/ncurses/) used to create terminal GUI applications.
* [:octocat: enaml](https://github.com/nucleic/enaml) - :star: 500 :fork_and_knife: 64 - Creating beautiful user-interfaces with Declaratic Syntax like QML.
* [:octocat: Flexx](https://github.com/zoofIO/flexx) - :star: 1146 :fork_and_knife: 119 - Flexx is a pure Python toolkit for creating GUI's, that uses web technology for its rendering.
* [:earth_americas: kivy](https://kivy.org/) - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
* [:earth_americas: pyglet](https://bitbucket.org/pyglet/pyglet/wiki/Home) - 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](http://www.qt.io/) cross-platform application and UI framework, with support for both Qt v4 and Qt v5 frameworks.
* [:earth_americas: PySide](https://wiki.qt.io/PySide) - Python bindings for the [Qt](http://www.qt.io/) cross-platform application and UI framework, supporting the Qt v4 framework.
* [:earth_americas: Tkinter](https://wiki.python.org/moin/TkInter) - Tkinter is Python's de-facto standard GUI package.
* [: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](http://wxpython.org/) - A blending of the wxWidgets C++ class library with the Python.
* [:earth_americas: Cocos2d](http://cocos2d.org/) - cocos2d is a framework for building 2D games, demos, and other graphical/interactive applications. It is based on pyglet.
* [:earth_americas: Panda3D](https://www.panda3d.org/) - 3D game engine developed by Disney and maintained by Carnegie Mellon's Entertainment Technology Center. Written in C++, completely wrapped in Python.
* [: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.
* [:earth_americas: PySDL2](http://pysdl2.readthedocs.io/) - A ctypes based wrapper for the SDL2 library.
* [:earth_americas: RenPy](https://www.renpy.org/) - A Visual Novel engine.
* [:octocat: django-countries](https://github.com/SmileyChris/django-countries) - :star: 328 :fork_and_knife: 101 - A Django app that provides country choices for use with forms, flag icons static files, and a country field for models.
* [: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: 1144 :fork_and_knife: 141 - A whitelist-based HTML sanitization and text linkification library.
* [:octocat: html5lib](https://github.com/html5lib/html5lib-python) - :star: 568 :fork_and_knife: 117 - A standards-compliant library for parsing and serializing HTML documents and fragments.
* [:octocat: xmltodict](https://github.com/martinblech/xmltodict) - :star: 2297 :fork_and_knife: 223 - Working with XML feel like you are working with JSON.
* [:octocat: PyUserInput](https://github.com/SavinaRoja/PyUserInput) - :star: 500 :fork_and_knife: 127 - A module for cross-platform control of the mouse and keyboard.
* [:octocat: wifi](https://github.com/rockymeza/wifi) - :star: 170 :fork_and_knife: 81 - A Python library and command line tool for working with WiFi on Linux.
* [:earth_americas: Cython](http://cython.org/) - Optimizing Static Compiler for Python. Uses type mixins to compile Python into C or C++ modules resulting in large performance gains.
* [:earth_americas: Numba](http://numba.pydata.org/) - Python JIT complier to LLVM aimed at scientific Python.
* [:octocat: PeachPy](https://github.com/Maratyszcza/PeachPy) - :star: 876 :fork_and_knife: 50 - x86-64 assembler embedded in Python. Can be used as inline assembler for Python or as a stand-alone assembler for Windows, Linux, OS X, Native Client and Go.
* [:earth_americas: PyPy](http://pypy.org/) - An implementation of Python in Python. The interpreter uses black magic to make Python very fast without having to add in additional type information.
* [:octocat: Pyston](https://github.com/dropbox/pyston) - :star: 4208 :fork_and_knife: 281 - A Python implementation built using LLVM and modern JIT techniques with the goal of achieving good performance.
* [:octocat: Pyjion](https://github.com/Microsoft/Pyjion) - :star: 1019 :fork_and_knife: 52 - A JIT for Python based upon CoreCLR
* [:octocat: thumbor](https://github.com/thumbor/thumbor) - :star: 4465 :fork_and_knife: 460 - A smart imaging service. It enables on-demand crop, re-sizing and flipping of images.
* [:octocat: wand](https://github.com/dahlia/wand) - :star: 657 :fork_and_knife: 142 - Python bindings for [MagickWand](http://www.imagemagick.org/script/magick-wand.php), C API for ImageMagick.
* [:octocat: ptpython](https://github.com/jonathanslenders/ptpython) - :star: 1861 :fork_and_knife: 85 - 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: 31 :fork_and_knife: 17 - A wrapper of International Components for Unicode C++ library ([ICU](http://site.icu-project.org/)).
* [:earth_americas: APScheduler](http://apscheduler.readthedocs.io/) - A light but powerful in-process task scheduler that lets you schedule functions.
* [:earth_americas: TaskFlow](http://docs.openstack.org/developer/taskflow/) - A Python library that helps to make task execution easy, consistent and reliable.
* [:octocat: dumbo](https://github.com/klbostee/dumbo) - :star: 989 :fork_and_knife: 159 - Python module that allows one to easily write and run Hadoop programs.
* [:octocat: luigi](https://github.com/spotify/luigi) - :star: 6269 :fork_and_knife: 1185 - A module that helps you build complex pipelines of batch jobs.
* [:octocat: mrjob](https://github.com/Yelp/mrjob) - :star: 1973 :fork_and_knife: 492 - Run MapReduce jobs on Hadoop or Amazon Web Services.
* [:octocat: PythonNet](https://github.com/pythonnet/pythonnet) - :star: 565 :fork_and_knife: 98 - Python Integration with the .NET Common Language Runtime (CLR).
* [:octocat: blinker](https://github.com/jek/blinker) - :star: 498 :fork_and_knife: 62 - A fast Python in-process signal/event dispatching system.
* [:octocat: itsdangerous](https://github.com/pallets/itsdangerous) - :star: 1100 :fork_and_knife: 98 - Various helpers to pass trusted data to untrusted environments.
* [:octocat: pluginbase](https://github.com/mitsuhiko/pluginbase) - :star: 503 :fork_and_knife: 74 - A simple but flexible plugin system for Python.
* [:octocat: TextBlob](https://github.com/sloria/TextBlob) - :star: 3593 :fork_and_knife: 449 - Providing a consistent API for diving into common NLP tasks.
* [:octocat: TextGrocery](https://github.com/2shou/TextGrocery) - :star: 352 :fork_and_knife: 117 - A simple, efficient short-text classification tool based on LibLinear and Jieba.
* [:octocat: POX](https://github.com/noxrepo/pox) - :star: 340 :fork_and_knife: 334 - An open source development platform for Python-based Software Defined Networking (SDN) control applications, such as OpenFlow SDN controllers.
* [:earth_americas: Pyretic](http://frenetic-lang.org/pyretic/) - A member of the Frenetic family of SDN programming languages that provides powerful abstractions over network switches or emulators.
* [:octocat: SDX Platform](https://github.com/sdn-ixp/internet2award) - :star: 9 :fork_and_knife: 5 - SDN based IXP implementation that leverages Mininet, POX and Pyretic.
* [:octocat: django-activity-stream](https://github.com/justquick/django-activity-stream) - :star: 1147 :fork_and_knife: 342 - Generating generic activity streams from the actions on your site.
* [:octocat: Stream-Framework](https://github.com/tschellenbach/Stream-Framework) - :star: 2775 :fork_and_knife: 344 - Building newsfeed and notification systems using Cassandra and Redis.
* [:octocat: PynamoDB](https://github.com/jlafon/PynamoDB) - :star: 332 :fork_and_knife: 88 - A Pythonic interface for [Amazon DynamoDB](https://aws.amazon.com/dynamodb/).
* [:octocat: redisco](https://github.com/kiddouk/redisco) - :star: 341 :fork_and_knife: 63 - A Python Library for Simple Models and Containers Persisted in Redis.
* [:octocat: pip-tools](https://github.com/nvie/pip-tools) - :star: 1969 :fork_and_knife: 199 - A set of tools to keep your pinned Python dependencies fresh.
* [:octocat: localshop](https://github.com/mvantellingen/localshop) - :star: 288 :fork_and_knife: 101 - Local PyPI server (custom packages and auto-mirroring of pypi).
* [:octocat: Carteblanche](https://github.com/neuman/python-carteblanche/) - :star: 29 :fork_and_knife: 4 - Module to align code with thoughts of users and designers. Also magically handles navigation and permissions.
* [:octocat: django-guardian](https://github.com/django-guardian/django-guardian) - :star: 1341 :fork_and_knife: 349 - Implementation of per object permissions for Django 1.2+
* [:octocat: django-rules](https://github.com/dfunckt/django-rules) - :star: 386 :fork_and_knife: 32 - A tiny but powerful app providing object-level permissions to Django, without requiring a database.
* [:octocat: eve](https://github.com/nicolaiarocci/eve) - :star: 3790 :fork_and_knife: 491 - REST API framework powered by Flask, MongoDB and good intentions.
* [:octocat: flask-api-utils](https://github.com/marselester/flask-api-utils) - :star: 30 :fork_and_knife: 3 - Taking care of API representation and authentication for Flask.
* [:octocat: hug](https://github.com/timothycrosley/hug) - :star: 4005 :fork_and_knife: 195 - A Python3 framework for cleanly exposing APIs over HTTP and the Command Line with automatic documentation and validation.
* [:octocat: restless](https://github.com/toastdriven/restless) - :star: 584 :fork_and_knife: 70 - Framework agnostic REST framework based on lessons learned from Tastypie.
* [:octocat: SimpleJSONRPCServer](https://github.com/joshmarshall/jsonrpclib/) - :star: 299 :fork_and_knife: 111 - This library is an implementation of the JSON-RPC specification.
* [:octocat: zeroRPC](https://github.com/0rpc/zerorpc-python) - :star: 1857 :fork_and_knife: 242 - 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: 1494 :fork_and_knife: 190 - marshmallow is an ORM/ODM/framework-agnostic library for converting complex datatypes, such as objects, to and from native Python datatypes.
* [:octocat: apex](https://github.com/apex/apex) - :star: 4682 :fork_and_knife: 254 - Build, deploy, and manage [AWS Lambda](https://aws.amazon.com/lambda/) functions with ease.
* [:octocat: python-lambda](https://github.com/nficano/python-lambda) - :star: 329 :fork_and_knife: 49 - A toolkit for developing and deploying Python code in AWS Lambda.
* [:octocat: Zappa](https://github.com/Miserlou/Zappa) - :star: 2869 :fork_and_knife: 265 - A tool for deploying WSGI applications on AWS Lambda and API Gateway.
* [:octocat: pyexcel](https://github.com/pyexcel/pyexcel) - :star: 156 :fork_and_knife: 37 - 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: 714 :fork_and_knife: 282 - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
* [:octocat: unoconv](https://github.com/dagwieers/unoconv) - :star: 874 :fork_and_knife: 238 - Convert between any document format supported by LibreOffice/OpenOffice.
* [:octocat: xlwt](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) - :star: 602 :fork_and_knife: 201 - Writing and reading data and formatting information from Excel files.
* [:octocat: PDFMiner](https://github.com/euske/pdfminer) - :star: 1909 :fork_and_knife: 545 - A tool for extracting information from PDF documents.
* [:octocat: PyPDF2](https://github.com/mstamy2/PyPDF2) - :star: 1235 :fork_and_knife: 381 - A library capable of splitting, merging and transforming PDF pages.
* [:octocat: Mistune](https://github.com/lepture/mistune) - :star: 819 :fork_and_knife: 81 - Fastest and full featured pure Python parsers of Markdown.
* [:octocat: Python-Markdown](https://github.com/waylan/Python-Markdown) - :star: 1011 :fork_and_knife: 272 - A Python implementation of John Grubers Markdown.
* [:octocat: locust](https://github.com/locustio/locust) - :star: 4716 :fork_and_knife: 659 - Scalable user load testing tool written in Python.
* [:octocat: PyAutoGUI](https://github.com/asweigart/pyautogui) - :star: 763 :fork_and_knife: 112 - PyAutoGUI is a cross-platform GUI automation Python module for human beings.
* [:octocat: responses](https://github.com/getsentry/responses) - :star: 1427 :fork_and_knife: 136 - A utility library for mocking out the requests Python library.
* [:octocat: VCR.py](https://github.com/kevin1024/vcrpy) - :star: 812 :fork_and_knife: 125 - Record and replay HTTP interactions on your tests.
* [:octocat: FuckIt.py](https://github.com/ajalt/fuckitpy) - :star: 2328 :fork_and_knife: 95 - FuckIt.py uses state-of-the-art technology to make sure your Python code runs whether it has any right to or not.
* [:octocat: ftfy](https://github.com/LuminosoInsight/python-ftfy) - :star: 1627 :fork_and_knife: 57 - Makes Unicode text less broken and more consistent automagically.
* [:octocat: awesome-slugify](https://github.com/dimka665/awesome-slugify) - :star: 325 :fork_and_knife: 18 - A Python slugify library that can preserve unicode.
* [:octocat: python-slugify](https://github.com/un33k/python-slugify) - :star: 332 :fork_and_knife: 38 - A Python slugify library that translates unicode to ASCII.
* [:octocat: unicode-slugify](https://github.com/mozilla/unicode-slugify) - :star: 238 :fork_and_knife: 40 - A slugifier that generates unicode slugs with Django as a dependency.
*Libraries for accessing third party services APIs. See: [List of Python API Wrappers and Libraries](https://github.com/realpython/list-of-python-api-wrappers).*
* [:octocat: facepy](https://github.com/jgorset/facepy) - :star: 579 :fork_and_knife: 163 - Facepy makes it really easy to interact with Facebook's Graph API
* [:octocat: gmail](https://github.com/charlierguo/gmail) - :star: 1356 :fork_and_knife: 272 - A Pythonic interface for Gmail.
* [:octocat: google-api-python-client](https://github.com/google/google-api-python-client) - :star: 1400 :fork_and_knife: 659 - Google APIs Client Library for Python.
* [:octocat: furl](https://github.com/gruns/furl) - :star: 1036 :fork_and_knife: 68 - A small Python library that makes manipulating URLs simple.
* [:octocat: purl](https://github.com/codeinthehole/purl) - :star: 180 :fork_and_knife: 21 - A simple, immutable URL class with a clean API for interrogation and manipulation.
* [:octocat: pyshorteners](https://github.com/ellisonleao/pyshorteners) - :star: 147 :fork_and_knife: 21 - A pure Python URL shortening lib.
* [:octocat: short_url](https://github.com/Alir3z4/python-short_url) - :star: 71 :fork_and_knife: 13 - Python implementation for generating Tiny URL and bit.ly-like URLs.
* [:octocat: webargs](https://github.com/sloria/webargs) - :star: 401 :fork_and_knife: 54 - A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, and Pyramid.
* [:earth_americas: uWSGI](https://uwsgi-docs.readthedocs.io/) - A project aims at developing a full stack for building hosting services, written in C.
* [:earth_americas: Werkzeug](http://werkzeug.pocoo.org/) - A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects.
* [:octocat: sumy](https://github.com/miso-belica/sumy) - :star: 823 :fork_and_knife: 166 - A module for automatic summarization of text documents and HTML pages.
* [:octocat: textract](https://github.com/deanmalmgren/textract) - :star: 1815 :fork_and_knife: 177 - Extract text from any document, Word, PowerPoint, PDFs, etc.
* [:octocat: RoboBrowser](https://github.com/jmcarp/robobrowser) - :star: 2692 :fork_and_knife: 203 - A simple, Pythonic library for browsing the web without a standalone web browser.
* [:octocat: WebSocket-for-Python](https://github.com/Lawouach/WebSocket-for-Python) - :star: 761 :fork_and_knife: 192 - WebSocket client and server library for Python 2 and 3 as well as PyPy.
* [:earth_americas: Travis CI](https://travis-ci.org) - A popular CI service for your open source and [private](https://travis-ci.com) projects. (GitHub only)