Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

awesome-python


https://github.com/Chittarath/awesome-python

Last synced: 5 days ago
JSON representation

  • Package Management

    • Curdling - Curdling is a command line tool for managing Python packages.
    • conda - Cross-platform, Python-agnostic binary package manager.
  • Package Repositories

    • bandersnatch - PyPI mirroring tool provided by Python Packaging Authority (PyPA)
    • warehouse - Next generation Python Package Repository (PyPI).
    • localshop - PyPI server which mirrors official packages on-demand, and also supports local (private) package uploads.
  • Distribution

    • py2exe - Freezes Python scripts (Windows).
  • Files

    • mimetypes - (Python standard library) Map filenames to MIME types.
    • imghdr - (Python standard library) Determine the type of an image.
    • pathlib - (Python standard library in Python 3.4+) An cross-platform, object-oriented path library.
  • Date and Time

    • pytz - World timezone definitions, modern and historical. Brings the [tz database](http://en.wikipedia.org/wiki/Tz_database) into Python.
  • Text Processing

    • difflib - (Python standard library) Helpers for computing deltas.
    • PLY - Implementation of lex and yacc parsing tools for Python
    • pyparsing - A general purpose framework for generating parsers.
  • Specific Formats Processing

    • ReportLab - Allowing Rapid creation of rich PDF documents.
    • unoconv - Convert between any document format supported by LibreOffice/OpenOffice.
    • PyPDF2 - A library capable of splitting, merging and transforming PDF pages.
    • Python-Markdown - A Python implementation of John Gruber’s Markdown.
    • csvkit - Utilities for converting to and working with CSV.
  • Natural Language Processing

    • Pattern - A web mining module for the Python. It has tools for natural language processing, machine learning, among others.
    • loso - Another Chinese segmentation library.
  • Configuration

    • ConfigParser - (Python standard library) INI file parser.
    • ConfigObj - INI file parser with validation.
    • config - Hierarchical config from the author of [logging](https://docs.python.org/2/library/logging.html).
  • Command-line Tools

    • Clime - command CLI program without any configuration.
    • docopt - Pythonic command line arguments parser.
    • pyCLI - Command-line applications supporting standard command line parsing, logging, unit and functional testing.
    • RainbowStream - Smart and nice Twitter client on terminal.
    • python-prompt-toolkit - A Library for building powerful interactive command lines.
    • cookiecutter - A command-line utility that creates projects from cookiecutters (project templates). E.g. Python package projects, jQuery plugin projects.
    • httpie - A command line HTTP client, a user-friendly cURL replacement.
    • cement - Cement provides a light-weight and fully featured foundation to build anything from single file scripts to complex and intricately designed applications.
    • cliff - A framework for creating command-line programs with multi-level commands.
  • Imagery

    • pyBarcode - Create barcodes in Python without needing PIL.
    • pygram - Instagram-like image filters.
    • wand - Python bindings for [MagickWand](http://www.imagemagick.org/script/magick-wand.php), C API for ImageMagick.
  • Audio

    • talkbox - A Python library for speech/signal processing.
    • id3reader - A Python module for reading MP3 meta data.
  • Video

  • Geolocation

    • GeoDjango - A world-class geographic web framework.
  • Database

    • pickleDB - A simple and lightweight key-value store for Python.
  • Database Drivers

    • oursql - A better MySQL connector with support for native prepared statements and BLOBs.
    • psycopg2 - The most popular PostgreSQL adapter for Python.
    • PyMongo - The official Python client for MongoDB.
    • py2neo - Python wrapper client for Neo4j's restful interface.
  • ORM

  • Web Frameworks

    • Django - The most popular web framework in Python.
    • awesome-django
    • Grok - A framework built on the existing Zope 3 libraries.
    • Bluebream - An open-source web application server, framework and library, formerly known as Zope 3.
    • CherryPy - A Minimalist Python Web Framework, HTTP/1.1-compliant and WSGI thread-pooled.
    • web2py - A full stack web framework and platform focused in the ease of use.
  • CMS

    • 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.
    • Quokka - Flexible, extensible, small CMS powered by Flask and MongoDB.
  • RESTful API

    • django-tastypie - Creating delicious APIs for Django apps.
    • flask-api - An implementation of the same web browsable APIs that django-rest-framework provides.
    • falcon - A high-performance Python framework for building cloud APIs and web app backends.
    • savory-pie - REST API building library (django, and others)
  • Asset Management

    • libsass-python - A Python binding of [libsass](https://github.com/hcatlin/libsass), the reference implementation of SASS/SCSS.
    • django-storages - A collection of custom storage back ends for Django.
    • fileconveyor - Monitors changes, processes, and transports assets to CDNs and file storage systems.
    • fanstatic - Packages, optimizes, and serves static file dependencies as Python packages.
  • Email

    • pyzmail - Compose, send and parse emails.
  • Forms

    • Deform - Python HTML form generation library influenced by the formish form generation library.
  • Static Site Generator

    • Hyde - Jinja2-based static web site generator.
    • Tinkerer - Tinkerer is a blogging engine/.static website generator powered by Sphinx.
  • Processes and Threads

    • multiprocessing - (Python standard library) Process-based "threading" interface.
    • threading - (Python standard library) Higher-level threading interface.
  • Concurrency and Networking

    • asyncio - (Python standard library in Python 3.4+) Asynchronous I/O, event loop, coroutines and tasks.
    • gevent - A coroutine-based Python networking library that uses [greenlet](https://github.com/python-greenlet/greenlet).
    • Twisted - An event-driven networking engine.
    • eventlet - Asynchronous framework with WSGI support.
    • Crossbar - Open-source Unified Application Router (Websocket & WAMP for Python on Autobahn).
    • pyzmq - A Python wrapper for the 0MQ message library.
  • WSGI Servers

    • paste - Multi-threaded, stable, tried and tested.
    • rocket - Multi-threaded.
    • gunicorn - Pre-forked, partly written in C.
    • fapws3 - Asynchronous (network side only), written in C.
    • meinheld - Asynchronous, partly written in C.
    • bjoern - Asynchronous, very fast and written in C.
    • Werkzeug - A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects.
  • RPC Servers

    • SimpleXMLRPCServer - (Python standard library) Simple XML-RPC server implementation, single-threaded.
  • Cryptography

    • Passlib - Secure password storage/hashing library, very high level.
  • Game Development

    • 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.
    • Cocos2d - cocos2d is a framework for building 2D games, demos, and other graphical/interactive applications. It is based on pyglet.
    • PySFML - Python bindings for [SFML](http://www.sfml-dev.org/)
    • PySFML - Python bindings for [SFML](http://www.sfml-dev.org/)
  • GUI

    • curses - Built-in wrapper for [ncurses](http://www.gnu.org/software/ncurses/) used to create terminal GUI applications.
    • urwid - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
    • Tkinter - Tkinter is Python's de-facto standard GUI package.
    • kivy - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
    • PySide - Python bindings for the [Qt](http://qt-project.org/) cross-platform application and UI framework, supporting the Qt v4 framework.
    • pyglet - A cross-platform windowing and multimedia library for Python.
  • Logging

    • logging - (Python standard library) Logging facility for Python.
  • Testing

    • unittest - (Python standard library) Unit testing framework.
    • faker - A Python package that generates fake data.
    • splinter - Open source tool for testing web applications.
    • pyvows - BDD style testing for Python. Inspired by [Vows.js](http://vowsjs.org/).
  • Debugging Tools

    • pdb - (Python standard library) The Python Debugger.
    • winpdb - A Platform Independent Python Debugger with GUI.
  • Science and Data Analysis

    • Numba - Python JIT (just in time) complier to LLVM aimed at scientific Python by the developers of Cython and NumPy.
    • 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.
    • RDKit - Cheminformatics and Machine Learning Software.
    • Open Babel - A chemical toolbox designed to speak the many languages of chemical data.
    • blaze - NumPy and Pandas interface to Big Data.
  • Data Visualization

  • Machine Learning

  • Computer Vision

    • SimpleCV - An open source framework for building computer vision applications.
  • Third-party APIs

  • DevOps Tools

    • Docker-Compose - Fast, isolated development environments using [Docker](https://www.docker.com/).
    • hgapi - Pure-Python API for Mercurial.
    • gitapi - Pure-Python API for git.
  • Job Scheduler

    • Joblib - A set of tools to provide lightweight pipelining in Python.
    • TaskFlow - A Python library that helps to make task execution easy, consistent and reliable.
  • Foreign Function Interface

    • ctypes - (Python standard library) Foreign Function Interface for Python calling C code.
  • Microsoft Windows

    • WinPython - Portable development environment for Windows 7/8.
    • spyder - IDE for the Python language with advanced editing, interactive testing, debugging and introspection features (also comes with Anaconda, WinPython).
    • pythonlibs - Unofficial Windows binaries for Python extension packages.
    • Python(x,y) - Scientific-applications-oriented Python Distribution based on Qt and Spyder.
  • Network Virtualization and SDN

    • 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.
  • Hardware

    • Pyro - Python Robotics.
    • Pyro - Python Robotics.
  • IDEs

    • PyCharm - Commercial Python IDE based on the IntelliJ platform by JetBrains. Has free community edition available.
    • LiClipse - Free polyglot IDE based on Eclipse. Uses PyDev for Python support.
    • Komodo - Commercial polyglot IDE with support for Python.
  • Websites

  • Twitter

  • Environment Management

    • p - Dead Simple Interactive Python Version Management.
    • pyenv - Simple Python version management.
    • virtualenv-api - An API for virtualenv and pip.
    • Vex - Run a command in the named virtualenv.
  • Authentication

    • Authomatic - Simple but powerful framework agnostic authentication/authorization client package.
  • Documentation

    • Pycco - The original quick-and-dirty, hundred-line-long, literate-programming-style documentation generator.
    • pdoc - Epydoc replacement to auto generate API documentation for Python libraries.
  • High Performance

    • 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.
  • Downloader

    • coursera - Script for downloading Coursera.org videos and naming them.
  • OCR

    • pyocr - A wrapper for Tesseract and Cuneiform.
  • Caching

    • Beaker - A library for caching and sessions for use with web applications and stand-alone Python scripts and applications.
  • URL Manipulation

    • webargs - A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, and Pyramid.
  • Web Crawling

    • mechanize - Stateful programmatic web browsing.
  • Template Engine

    • Mako - Hyperfast and lightweight templating for the Python platform.
  • HTML Manipulation

    • lxml - A very fast, easy-to-use and versatile library for handling HTML and XML.
  • MapReduce

  • Weekly

    • solrpy - A Python client for [solr](http://lucene.apache.org/solr/).
  • Compatibility

    • Python-Future - The missing compatibility layer between Python 2 and Python 3.
Sub Categories