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

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.

Build Tools

Compile software from source code.

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.

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
    • :octocat: cement - Providing a light-weight and fully featured foundation to build anything from single file scripts to complex and intricately designed applications.
    • :octocat: click - A package for creating beautiful command line interfaces in a composable way.
    • :octocat: cliff - A framework for creating command-line programs with multi-level commands.
    • :octocat: Clime Clime lets you convert any module into a multi-command CLI program without any configuration.
    • :octocat: clint - Python Command-line Application Tools.
    • :octocat: colorama - Cross-platform colored terminal text.
    • :octocat: docopt - Pythonic command line arguments parser.
    • :octocat: Gooey - Turn command line programs into a full GUI application with one line
    • :octocat: 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.

  • :octocat: 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.

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.

Queue

Libraries for working with event and task queues.

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.

  • :octocat: Cerberus - A mappings-validator with a variety of rules, normalization-features and simple customization that uses a pythonic schema-definition.
  • :octocat: 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.

Processes

Libraries for starting and communicating with OS processes.

Concurrency and Parallelism

Libraries for concurrent and parallel execution.

Networking

Libraries for networking programming.

WebSocket

Libraries for working with WebSocket.

WSGI Servers

WSGI-compatible web servers.

RPC Servers

RPC-compatible servers.

Cryptography

GUI

Libraries for working with graphical user interface applications.

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

Game Development

Awesome game development libraries.

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

  • :octocat: 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.
  • :octocat: Biopython - Biopython is a set of freely available tools for biological computation.
  • :octocat: blaze - NumPy and Pandas interface to Big Data.
  • :octocat: cclib - A library for parsing and interpreting the results of computational chemistry packages.
  • :octocat: NetworkX - A high-productivity software for complex networks.
  • :octocat: Numba - Python JIT (just in time) complier to LLVM aimed at scientific Python by the developers of Cython and NumPy.
  • :octocat: NumPy - A fundamental package for scientific computing with Python.
  • :octocat: 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)
  • :octocat: orange - Data mining, data visualization, analysis and machine learning through visual programming or Python scripting.
  • :octocat: Pandas - A library providing high-performance, easy-to-use data structures and data analysis tools.
  • :octocat: 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.
  • :octocat: RDKit - Cheminformatics and Machine Learning Software.
  • :octocat: 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.

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.

High Performance

Libraries for making Python faster.

  • :octocat: Cython - Optimizing Static Compiler for Python. Uses type mixins to compile Python into C or C++ modules resulting in large performance gains.
  • :octocat: 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.
  • :octocat: 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).

  • :octocat: Mininet - A popular network emulator and API written in Python.
  • :octocat: POX - An open source development platform for Python-based Software Defined Networking (SDN) control applications, such as OpenFlow SDN controllers.
  • :octocat: 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.

Services

Online tools and APIs to simplify development.

Continuous Integration

See: awesome-CIandCD.

  • :octocat: Travis CI - A popular CI service for your open source and private projects. (GitHub only)
  • :octocat: CircleCI - A CI service that can run very fast parallel testing. (GitHub only)
  • :octocat: Vexor CI - A continuous integration tool for private apps with pay-per-minute billing model.
  • :octocat: 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!