Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

awesome-python

An enriched version of awesome-python (https://github.com/vinta/awesome-python).
https://github.com/gribouille/awesome-python

Last synced: about 5 hours ago
JSON representation

  • Awesome Python

    • WSGI Servers

      • fapws3 - Asynchronous (network side only), written in C.
      • uWSGI - A project aims at developing a full stack for building hosting services, written in C.
    • Web Crawling & Web Scraping

      • Scrapy - A fast high-level screen scraping and web crawling framework.
    • Web Frameworks

      • awesome-pyramid - A curated list of awesome Pyramid apps, projects and resources.
      • Django - The most popular web framework in Python.
      • Pyramid - A small, fast, down-to-earth, open source Python web framework.
      • Vibora - Fast, efficient and asynchronous Web framework inspired by Flask.
    • Audio

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

      • fanstatic - Packages, optimizes, and serves static file dependencies as Python packages.
    • Build Tools

      • buildout - A build system for creating, assembling and deploying applications from multiple parts.
    • 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.
      • Plone - A CMS built on top of the open source application server Zope.
      • Widgy - Last CMS framework, based on Django.
    • Code Analysis

      • pylint - A fully customizable source code analyzer.
    • Command-line Tools

      • click - A package for creating beautiful command line interfaces in a composable way.
      • docopt - Pythonic command line arguments parser.
    • Computer Vision

      • SimpleCV - An open source framework for building computer vision applications.
    • Concurrency and Parallelism

      • eventlet - Asynchronous framework with WSGI support.
      • multiprocessing - (Python standard library) A high-level interface for asynchronously executing callables.
    • Configuration

      • config - Hierarchical config from the author of [logging](https://docs.python.org/3/library/logging.html).
      • ConfigParser - (Python standard library) INI file parser.
      • profig - Config from multiple formats with value conversion.
    • Cryptography

      • cryptography - A package designed to expose cryptographic primitives and recipes to Python developers.
      • Passlib - Secure password storage/hashing library, very high level.
    • Data Analysis

      • Pandas - A library providing high-performance, easy-to-use data structures and data analysis tools.
    • Data Validation

      • awesome-dash - 1.0](https://api.github.com/licenses/cc0-1.0)- A curated list of awesome Dash (plotly) resources
      • colander - Validating and deserializing data obtained via XML, JSON, an HTML form post.
    • Data Visualization

    • 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.
      • awesome-postgres
      • psycopg2 - The most popular PostgreSQL adapter for Python.
      • pymssql - A simple database interface to Microsoft SQL Server.
      • py2neo - Python wrapper client for Neo4j's restful interface.
    • Date and Time

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

    • DevOps Tools

      • Docker Compose - Fast, isolated development environments using [Docker](https://www.docker.com/).
      • OpenStack - Open source software for building private and public clouds.
    • Distribution

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

      • Sphinx - Python Documentation generator.
    • E-commerce

      • shoop - An open source E-Commerce platform based on Django.
    • Editor Plugins and IDEs

      • PyCharm - Commercial Python IDE by JetBrains. Has free community edition available.
    • Environment Management

      • venv - (Python standard library in Python 3.3+) Creating lightweight virtual environments.
    • Files

      • mimetypes - (Python standard library) Map filenames to MIME types.
      • pathlib - (Python standard library) An cross-platform, object-oriented path library.
      • pyfilesystem2 - Python's Filesystem abstraction layer
    • Foreign Function Interface

      • ctypes - (Python standard library) Foreign Function Interface for Python calling C code.
      • PyCUDA - A Python wrapper for Nvidia's CUDA API.
    • Functional Programming

      • Coconut - Coconut is a variant of Python built for simple, elegant, Pythonic functional programming.
    • GUI

      • curses - Built-in wrapper for [ncurses](http://www.gnu.org/software/ncurses/) used to create terminal GUI applications.
      • 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.
      • PyGObject - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3).
      • PyQt - Python bindings for the [Qt](https://www.qt.io/) cross-platform application and UI framework, with support for both Qt v4 and Qt v5 frameworks.
      • PySide - Python bindings for the [Qt](http://www.qt.io/) cross-platform application and UI framework, supporting the Qt v4 framework.
      • Tkinter - Tkinter is Python's de-facto standard GUI package.
      • 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

      • 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.
      • PySDL2 - A ctypes based wrapper for the SDL2 library.
      • RenPy - A Visual Novel engine.
    • Geolocation

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

      • Pingo - Pingo provides a uniform API to program devices like the Raspberry Pi, pcDuino, Intel Galileo, etc.
    • HTML Manipulation

      • BeautifulSoup - Providing Pythonic idioms for iterating, searching, and modifying HTML or XML.
      • xmldataset - Simple XML Parsing.
    • Image Processing

      • pygram - Instagram-like image filters.
      • imgSeek - A project for searching a collection of images using visual similarity.
      • pyBarcode - Create barcodes in Python without needing PIL.
    • Implementations

      • Jython - Implementation of Python programming language written in Java for the Java virtual machine (JVM).
      • Numba - Python JIT compiler to LLVM aimed at scientific Python.
      • PyPy - Implementation of the Python programming language written in RPython and translated into C. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. The interpreter uses black magic to make Python very fast without having to add in additional type information.
    • Interactive Interpreter

      • awesome-jupyter - BY-SA-4.0](https://api.github.com/licenses/cc-by-sa-4.0)- A curated list of awesome Jupyter projects, libraries and resources
    • Job Scheduler

      • Joblib - A set of tools to provide lightweight pipelining in Python.
    • Logging

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

    • Microsoft Windows

      • Python(x,y) - Scientific-applications-oriented Python Distribution based on Qt and Spyder.
      • PyWin32 - Python Extensions for Windows.
      • WinPython - Portable development environment for Windows 7/8.
      • pythonlibs - Unofficial Windows binaries for Python extension packages.
    • Miscellaneous

      • Tryton - A general purpose business framework.
    • Natural Language Processing

      • Pattern - A web mining module for the Python.
      • spaCy - A library for industrial-strength natural language processing in Python and Cython.
    • Network Virtualization

      • Mininet - A popular network emulator and API written in Python.
      • Pyretic - A member of the Frenetic family of SDN programming languages that provides powerful abstractions over network switches or emulators.
    • Networking

      • awesome-asyncio - A curated list of awesome Python asyncio frameworks, libraries, software and resources
      • asyncio - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks.
      • Twisted - An event-driven networking engine.
      • pyzmq - A Python wrapper for the ZeroMQ message library.
    • ORM

      • Django Models - A part of Django.
      • MongoEngine - A Python Object-Document-Mapper for working with MongoDB.
      • awesome-sqlalchemy - A curated list of awesome tools for SQLAlchemy
      • Orator - The Orator ORM provides a simple yet beautiful ActiveRecord implementation.
    • Package Management

      • pip - The Python package and dependency manager [Python Package Index](https://pypi.python.org/pypi).
      • Curdling - Curdling is a command line tool for managing Python packages.
    • Package Repositories

      • bandersnatch - PyPI mirroring tool provided by Python Packaging Authority (PyPA).
      • devpi - PyPI server and packaging/testing/release tool.
    • RESTful API

      • django-tastypie - Creating delicious APIs for Django apps.
      • flask-api - Browsable Web APIs for Flask.
      • falcon - A high-performance framework for building cloud APIs and web app backends.
    • Robotics

      • rospy - This is a library for ROS (Robot Operating System).
    • RPC Servers

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

      • Open Babel - A chemical toolbox designed to speak the many languages of chemical data.
      • PyDy - Short for Python Dynamics, used to assist with workflow in the modeling of dynamic motion.
      • RDKit - Cheminformatics and Machine Learning Software.
      • SimPy - A process-based discrete-event simulation framework.
      • elasticsearch-py - The official low-level Python client for [Elasticsearch](https://www.elastic.co/products/elasticsearch).
    • Specific Formats Processing

      • openpyxl - A library for reading and writing Excel 2010 xlsx/xlsm/xltx/xltm files.
      • ReportLab - Allowing Rapid creation of rich PDF documents.
    • Static Site Generator

      • Hyde - Jinja2-based static web site generator.
      • Lektor - An easy to use static CMS and blog engine.
      • Nikola - A static website and blog generator.
      • Tinkerer - Tinkerer is a blogging engine/.static website generator powered by Sphinx.
    • Template Engine

      • Genshi - Python templating toolkit for generation of web-aware output.
    • Testing

      • pytest - A mature full-featured Python testing tool.
      • mock - (Python standard library) A mocking and patching library.
      • unittest - (Python standard library) Unit testing framework.
    • Text Processing

      • difflib - (Python standard library) Helpers for computing deltas.
      • PLY - Implementation of lex and yacc parsing tools for Python.
    • Third-party APIs

    • Admin Panels

      • ajenti - Ajenti Core and stock plugins
      • xadmin - Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.
      • flower - Real-time monitor and web admin for Celery distributed task queue
      • Wooey - 3-Clause](https://api.github.com/licenses/bsd-3-clause)- A Django app that creates automatic web UIs for Python scripts.
      • flask-admin - Simple and extensible administrative interface framework for Flask
    • Authentication

      • jose - 3-Clause](https://api.github.com/licenses/bsd-3-clause)- Python implementation of the Javascript Object Signing and Encryption (JOSE) framework (https://datatracker.ietf.org/wg/jose/charter/)
    • Web Content Extracting

      • haul - An Extensible Image Crawler
  • Services

    • Continuous Integration

      • CircleCI - A CI service that can run very fast parallel testing. (GitHub only)
      • Wercker - A Docker-based platform for building and deploying applications and microservices.
    • Code Quality

      • Codacy - Automated Code Review to ship better code, faster.
      • CodeFactor - Automated Code Review for Git.
      • Landscape - Hosted continuous Python code metrics.
  • Resources

  • Other Awesome Lists

    • Python

      • awesome - 03-02 12:07:30.240291866 CET._
Programming Languages