A curated list with Github stars and forks stats based on awesome awesome-python Inspired by fucking-awesome-go.
Go to file
trananhkma 98cd6f339f update
2015-09-20 00:47:28 +07:00
LICENSE update 2015-09-20 00:33:08 +07:00
README.md update 2015-09-20 00:47:28 +07:00

Fucking Awesome Python

A curated list with Github stars and forks stats based on awesome awesome-python

Awesome Python Awesome

A curated list of awesome Python frameworks, libraries and software. Inspired by awesome-php.


Environment Management

Libraries for Python version and environment management.

Package Management

Libraries for package and dependency management.

Package Repositories

Local PyPI repository server and proxies.

Distribution

Libraries to create packaged executables for release distribution.

  • :octocat: PyInstaller - Converts Python programs into stand-alone executables (cross-platform).
  • 🌎 dh-virtualenv - Build and distribute a virtualenv as a Debian package.
  • 🌎 Nuitka - Compile scripts, modules, packages to an executable or extension module.
  • 🌎 py2app - Freezes Python scripts (Mac OS X).
  • 🌎 py2exe - Freezes Python scripts (Windows).
  • 🌎 pynsist - A tool to build Windows installers, installers bundle Python itself.

Build Tools

Compile software from source code.

  • 🌎 buildout - A build system for creating, assembling and deploying applications from multiple parts.
  • 🌎 BitBake - A make-like build tool for embedded Linux.
  • 🌎 fabricate - A build tool that finds dependencies automatically for any language.
  • :octocat: PlatformIO - A console tool to build code with different development platforms.
  • :octocat: PyBuilder - A continuous build tool written in pure Python.
  • 🌎 SCons - A software construction tool.

Interactive Interpreter

Interactive Python interpreters (REPL).

Files

Libraries for file manipulation and MIME type detection.

Date and Time

Libraries for working with dates and times.

Text Processing

Libraries for parsing and manipulating plain texts.

Specific Formats Processing

Libraries for parsing and manipulating specific text formats.

  • General
  • Office
    • :octocat: Marmir - Takes Python data structures and turns them into spreadsheets.
    • 🌎 openpyxl - A library for reading and writing Excel 2010 xlsx/xlsm/xltx/xltm files.
    • :octocat: python-docx - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
    • :octocat: unoconv - Convert between any document format supported by LibreOffice/OpenOffice.
    • 🌎 XlsxWriter - A Python module for creating Excel .xlsx files.
    • 🌎 xlwings - A BSD-licensed library that makes it easy to call Python from Excel and vice versa.
    • :octocat: xlwt / xlrd - Writing and reading data and formatting information from Excel files.
  • PDF
  • Markdown
  • YAML
  • CSV
  • Archive
    • :octocat: unp - A command line tool that can unpack archives easily.

Natural Language Processing

Libraries for working with human languages.

Documentation

Libraries for generating project documentation.

Configuration

Libraries for storing configuration options.

Command-line Tools

Libraries for building command-line application.

  • Command-line Application Development
    • 🌎 cement - Providing a light-weight and fully featured foundation to build anything from single file scripts to complex and intricately designed applications.
    • 🌎 click - A package for creating beautiful command line interfaces in a composable way.
    • 🌎 cliff - A framework for creating command-line programs with multi-level commands.
    • 🌎 Clime Clime lets you convert any module into a multi-command CLI program without any configuration.
    • :octocat: clint - Python Command-line Application Tools.
    • 🌎 colorama - Cross-platform colored terminal text.
    • 🌎 docopt - Pythonic command line arguments parser.
    • :octocat: Gooey - Turn command line programs into a full GUI application with one line
    • 🌎 pyCLI - Command-line applications supporting standard command line parsing, logging, unit and functional testing.
    • :octocat: python-prompt-toolkit - A Library for building powerful interactive command lines.
  • Productivity Tools

Downloader

Libraries for downloading.

Imagery

Libraries for manipulating images.

OCR

Libraries for Optical Character Recognition.

Audio

Libraries for manipulating audio.

Video

Libraries for manipulating video and GIFs.

Geolocation

Libraries for geocoding addresses and working with latitudes and longitudes.

HTTP

Libraries for working with HTTP.

Database

Databases implemented in Python.

Database Drivers

Libraries for connecting and operating databases.

ORM

Libraries that implement Object-Relational Mapping or data mapping techniques.

Web Frameworks

Full stack web frameworks.

Permissions

Libraries that allow or deny users access to data or functionality.

  • 🌎 Carteblanche - Module to align code with thoughts of users and designers. Also magically handles navigation and permissions.
  • :octocat: django-guardian - Implementation of per object permissions for Django 1.2+
  • :octocat: django-rules - A tiny but powerful app providing object-level permissions to Django, without requiring a database.

CMS

Content Management Systems.

  • 🌎 django-cms - An Open source enterprise CMS based on the Django.
  • 🌎 djedi-cms - A lightweight but yet powerful Django CMS with plugins, inline editing and performance in mind.
  • 🌎 FeinCMS - One of the most advanced Content Management Systems built on Django.
  • 🌎 Kotte - A high-level, Pythonic web application framework built on Pyramid.
  • 🌎 Mezzanine - A powerful, consistent, and flexible content management platform.
  • 🌎 Opps - A Django-based CMS for magazines, newspapers websites and portals with high-traffic.
  • 🌎 Plone - A CMS built on top of the open source application server Zope.
  • 🌎 Quokka - Flexible, extensible, small CMS powered by Flask and MongoDB.
  • 🌎 Wagtail - A Django content management system.
  • 🌎 Widgy - Last CMS framework, based on Django.

E-commerce

Frameworks and libraries for e-commerce and payments.

RESTful API

Libraries for developing RESTful APIs.

Authentication

Libraries for implementing authentications schemes.

Template Engine

Libraries and tools for templating and lexing.

  • :octocat: Jinja2 - A modern and designer friendly templating language.
  • 🌎 Chameleon - An HTML/XML template engine. Modeled after ZPT, optimized for speed.
  • 🌎 Genshi - Python templating toolkit for generation of web-aware output.
  • 🌎 Mako - Hyperfast and lightweight templating for the Python platform.
  • 🌎 Spitfire - A very fast Python template compiler.

Queue

Libraries for working with event and task queues.

  • 🌎 celery - An asynchronous task queue/job queue based on distributed message passing.
  • :octocat: huey - Little multi-threaded task queue.
  • :octocat: mrq - Mr. Queue - A distributed worker task queue in Python using Redis & gevent.
  • 🌎 rq - Simple job queues for Python.
  • :octocat: simpleq - A simple, infinitely scalable, Amazon SQS based queue.

Libraries and software for indexing and performing search queries on data.

News Feed

Libraries for building user's activities.

Asset Management

Tools for managing, compressing and minifying website assets.

Caching

Libraries for caching data.

Email

Libraries for sending and parsing email.

Internationalization

Libraries for working with i18n.

URL Manipulation

Libraries for parsing URLs.

  • :octocat: furl - A small Python library that makes manipulating URLs simple.
  • :octocat: purl - A simple, immutable URL class with a clean API for interrogation and manipulation.
  • :octocat: pyshorteners - A pure Python URL shortening lib.
  • :octocat: short_url - Python implementation for generating Tiny URL and bit.ly-like URLs.
  • :octocat: webargs - A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, and Pyramid.

HTML Manipulation

Libraries for working with HTML and XML.

Web Crawling

Libraries for scraping websites.

Web Content Extracting

Libraries for extracting web contents.

Forms

Libraries for working with forms.

Data Validation

Libraries for validating data. Used for forms in many cases.

  • 🌎 Cerberus - A mappings-validator with a variety of rules, normalization-features and simple customization that uses a pythonic schema-definition.
  • 🌎 colander - A system for validating and deserializing data obtained via XML, JSON, an HTML form post or any other equally simple data serialization.
  • :octocat: kmatch - A language for matching/validating/filtering Python dictionaries.
  • :octocat: schema - A library for validating Python data structures.
  • :octocat: Schematics - Data Structure Validation.
  • :octocat: valideer - Lightweight extensible data validation and adaptation library.
  • :octocat: voluptuous - A Python data validation library. It is primarily intended for validating data coming into Python as JSON, YAML, etc.

Anti-spam

Libraries for fighting spam.

Tagging

Libraries for tagging items.

Admin Panels

Libraries for administrative interfaces.

Static Site Generator

Static site generator is a software that takes some text + templates as input and produces HTML files on the output.

  • 🌎 Pelican - Uses Markdown or ReST for content and Jinja 2 for themes. Supports DVCS, Disqus. AGPL.
  • 🌎 Cactus Static site generator for designers.
  • 🌎 Hyde - Jinja2-based static web site generator.
  • 🌎 Nikola - A static website and blog generator.
  • 🌎 Tinkerer - Tinkerer is a blogging engine/.static website generator powered by Sphinx.

Processes

Libraries for starting and communicating with OS processes.

Concurrency and Parallelism

Libraries for concurrent and parallel execution.

Networking

Libraries for networking programming.

  • 🌎 asyncio - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks.
  • 🌎 Tornado - A Web framework and asynchronous networking library.
  • 🌎 Twisted - An event-driven networking engine.
  • :octocat: pulsar - Event-driven concurrent framework for Python.
  • :octocat: diesel - Greenlet-based event I/O Framework for Python.
  • 🌎 pyzmq - A Python wrapper for the ZeroMQ message library.
  • :octocat: txZMQ - Twisted based wrapper for the ZeroMQ message library.

WebSocket

Libraries for working with WebSocket.

WSGI Servers

WSGI-compatible web servers.

  • 🌎 gunicorn - Pre-forked, partly written in C.
  • 🌎 uwsgi - A project aims at developing a full stack for building hosting services, written in C.
  • 🌎 bjoern - Asynchronous, very fast and written in C.
  • 🌎 fapws3 - Asynchronous (network side only), written in C.
  • 🌎 meinheld - Asynchronous, partly written in C.
  • :octocat: netius - Asynchronous, very fast.
  • 🌎 paste - Multi-threaded, stable, tried and tested.
  • 🌎 rocket - Multi-threaded.
  • 🌎 waitress - Multi-threaded, poweres Pyramid.
  • 🌎 Werkzeug - A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects.

RPC Servers

RPC-compatible servers.

Cryptography

  • 🌎 cryptography - A package designed to expose cryptographic primitives and recipes to Python developers.
  • :octocat: hashids - Implementation of hashids in Python.
  • 🌎 Paramiko - A Python (2.6+, 3.3+) implementation of the SSHv2 protocol, providing both client and server functionality.
  • 🌎 Passlib - Secure password storage/hashing library, very high level.
  • 🌎 PyCrypto - The Python Cryptography Toolkit.
  • :octocat: PyNacl - Python binding to the Networking and Cryptography (NaCl) library.

GUI

Libraries for working with graphical user interface applications.

  • 🌎 curses - Built-in wrapper for ncurses used to create terminal GUI applications.
  • :octocat: enaml - Creating beautiful user-interfaces with Declaratic Syntax like QML.
  • 🌎 kivy - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
  • 🌎 pyglet - A cross-platform windowing and multimedia library for Python.
  • 🌎 PyQt - Python bindings for the Qt cross-platform application and UI framework, with support for both Qt v4 and Qt v5 frameworks.
  • 🌎 PySide - Python bindings for the Qt cross-platform application and UI framework, supporting the Qt v4 framework.
  • 🌎 Tkinter - Tkinter is Python's de-facto standard GUI package.
  • :octocat: Toga - A Python native, OS native GUI toolkit.
  • 🌎 urwid - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
  • 🌎 wxPython - A blending of the wxWidgets C++ class library with the Python.

Game Development

Awesome game development libraries.

  • 🌎 Cocos2d - cocos2d is a framework for building 2D games, demos, and other graphical/interactive applications. It is based on pyglet.
  • 🌎 Panda3D - 3D game engine developed by Disney and maintained by Carnegie Mellon's Entertainment Technology Center. Written in C++, completely wrapped in Python.
  • 🌎 Pygame - Pygame is a set of Python modules designed for writing games.
  • 🌎 PyOgre - Python bindings for the Ogre 3D render engine, can be used for games, simulations, anything 3D.
  • 🌎 PyOpenGL - Python ctypes bindings for OpenGL and it's related APIs.
  • 🌎 PySDL2 - A ctypes based wrapper for the SDL2 library.
  • 🌎 PySFML - Python bindings for SFML
  • 🌎 RenPy - A Visual Novel engine.

Logging

Libraries for generating and working with logs.

Testing

Libraries for testing codebases and generating test data.

Code Analysis and Linter

Libraries and tools for analysing, parsing and manipulation codebases.

Debugging Tools

Libraries for debugging code.

Science and Data Analysis

Libraries for scientific computing and data analyzing.

  • 🌎 astropy - A community Python library for Astronomy.
  • :octocat: bcbio-nextgen - A toolkit providing best-practice pipelines for fully automated high throughput sequencing analysis.
  • :octocat: bccb - Collection of useful code related to biological analysis.
  • 🌎 Biopython - Biopython is a set of freely available tools for biological computation.
  • 🌎 blaze - NumPy and Pandas interface to Big Data.
  • 🌎 cclib - A library for parsing and interpreting the results of computational chemistry packages.
  • 🌎 NetworkX - A high-productivity software for complex networks.
  • 🌎 Numba - Python JIT (just in time) complier to LLVM aimed at scientific Python by the developers of Cython and NumPy.
  • 🌎 NumPy - A fundamental package for scientific computing with Python.
  • 🌎 Open Babel - A chemical toolbox designed to speak the many languages of chemical data.
  • :octocat: Open Mining - Business Intelligence (BI) in Python (Pandas web interface)
  • 🌎 orange - Data mining, data visualization, analysis and machine learning through visual programming or Python scripting.
  • 🌎 Pandas - A library providing high-performance, easy-to-use data structures and data analysis tools.
  • 🌎 PyDy - Short for Python Dynamics, used to assist with workflow in the modeling of dynamic motion based around NumPy, SciPy, IPython, and matplotlib.
  • :octocat: PyMC - Markov Chain Monte Carlo sampling toolkit.
  • 🌎 RDKit - Cheminformatics and Machine Learning Software.
  • 🌎 SciPy - A Python-based ecosystem of open-source software for mathematics, science, and engineering.
  • :octocat: statsmodels - Statistical modeling and econometrics in Python.
  • :octocat: SymPy - A Python library for symbolic mathematics.
  • :octocat: zipline - A Pythonic algorithmic trading library.

Data Visualization

Libraries for visualizing data. See: awesome-javascript.

Computer Vision

Libraries for computer vision.

  • 🌎 OpenCV - Open Source Computer Vision Library.
  • 🌎 SimpleCV - An open source framework for building computer vision applications.

Machine Learning

Libraries for Machine Learning. See: awesome-machine-learning.

MapReduce

Framworks and libraries for MapReduce.

Functional Programming

Functional Programming with Python.

  • :octocat: CyToolz - Cython implementation of Toolz: High performance functional utilities.
  • :octocat: fn.py - Functional programming in Python: implementation of missing features to enjoy FP.
  • :octocat: funcy - A fancy and practical functional tools.
  • :octocat: Toolz - A collection of functional utilities for iterators, functions, and dictionaries.

Third-party APIs

Libraries for accessing third party services APIs. See: List of Python API Wrappers and Libraries.

DevOps Tools

Software and libraries for DevOps.

Job Scheduler

Libraries for scheduling jobs.

Foreign Function Interface

Libraries for providing foreign function interface.

  • 🌎 cffi - Foreign Function Interface for Python calling C code.
  • 🌎 ctypes - (Python standard library) Foreign Function Interface for Python calling C code.
  • 🌎 PyCUDA - A Python wrapper for Nvidia's CUDA API.
  • 🌎 SWIG - Simplified Wrapper and Interface Generator.

High Performance

Libraries for making Python faster.

  • 🌎 Cython - Optimizing Static Compiler for Python. Uses type mixins to compile Python into C or C++ modules resulting in large performance gains.
  • 🌎 PyPy - 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 - A Python implementation built using LLVM and modern JIT techniques with the goal of achieving good performance.
  • 🌎 Stackless Python - An enhanced version of the Python.

Microsoft Windows

Python programming on Microsoft Windows.

Network Virtualization and SDN

Tools and libraries for Virtual Networking and SDN (Software Defined Networking).

  • 🌎 Mininet - A popular network emulator and API written in Python.
  • 🌎 POX - An open source development platform for Python-based Software Defined Networking (SDN) control applications, such as OpenFlow SDN controllers.
  • 🌎 Pyretic - A member of the Frenetic family of SDN programming languages that provides powerful abstractions over network switches or emulators.
  • :octocat: SDX Platform - SDN based IXP implementation that leverages Mininet, POX and Pyretic.

Hardware

Libraries for programming with hardware.

Compatibility

Libraries for migrating from Python 2 to 3.

Miscellaneous

Useful libraries or tools that don't fit in the categories above.

Algorithms and Design Patterns

Python implementation of algorithms and design patterns.

Editor Plugins

Plugins for editors and IDEs.

IDEs

Popular Python IDEs.

  • 🌎 PyCharm - Commercial Python IDE by JetBrains. Has free community edition available.
  • 🌎 Komodo - Commercial polyglot IDE with support for Python.
  • 🌎 LiClipse - Free polyglot IDE based on Eclipse. Uses PyDev for Python support.
  • :octocat: Spyder - Open Source Python IDE.
  • 🌎 WingIDE - Commercial IDE for Python.

Services

Online tools and APIs to simplify development.

Continuous Integration

See: awesome-CIandCD.

  • 🌎 Travis CI - A popular CI service for your open source and private projects. (GitHub only)
  • 🌎 CircleCI - A CI service that can run very fast parallel testing. (GitHub only)
  • 🌎 Vexor CI - A continuous integration tool for private apps with pay-per-minute billing model.
  • 🌎 Wercker - A Docker-based platform for building and deploying applications and microservices.

Code Quality

Resources

Where to discover new Python libraries.

Websites

Weekly

Twitter

Other Awesome Lists

List of lists.

Contributing

Your contributions are always welcome!