Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-python
https://github.com/rsumner33/awesome-python
Last synced: about 18 hours ago
JSON representation
-
Environment Management
-
Package Repositories
- localshop - Local PyPI server (custom packages and auto-mirroring of pypi).
- bandersnatch - PyPI mirroring tool provided by Python Packaging Authority (PyPA).
- warehouse - Next generation Python Package Repository (PyPI).
-
Distribution
- PyInstaller - Converts Python programs into stand-alone executables (cross-platform).
- py2exe - Freezes Python scripts (Windows).
-
Database
- PipelineDB - The Streaming SQL Database.
- pickleDB - A simple and lightweight key-value store for Python.
-
Websites
-
Package Management
- Curdling - Curdling is a command line tool for managing Python packages.
-
Files
-
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
-
Specific Formats Processing
- ReportLab - Allowing Rapid creation of rich PDF documents.
-
Natural Language Processing
- Pattern - A web mining module for the Python.
-
Configuration
- config - Hierarchical config from the author of [logging](https://docs.python.org/2/library/logging.html).
- ConfigObj - INI file parser with validation.
- ConfigParser - (Python standard library) INI file parser.
-
Command-line Tools
-
Imagery
-
Audio
-
Geolocation
- GeoDjango - A world-class geographic web framework.
-
Database Drivers
- oursql - A better MySQL connector with support for native prepared statements and BLOBs.
- 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.
- PyMongo - The official Python client for MongoDB.
-
ORM
- Django Models - A part of Django.
- awesome-sqlalchemy
- MongoEngine - A Python Object-Document-Mapper for working with MongoDB.
-
Web Frameworks
- Django - The most popular web framework in Python.
- awesome-django
- Bluebream - An open-source web application server, framework and library, formerly known as Zope 3.
- Grok - A framework built on the existing Zope 3 libraries.
- 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.
-
E-commerce
- shoop - An open source E-Commerce platform based on Django.
-
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.
-
Authentication
- Authomatic - Simple but powerful framework agnostic authentication/authorization client.
-
Asset Management
- django-storages - A collection of custom storage back ends for Django.
- File Conveyor - A daemon to detect and sync files to CDNs, S3 and FTP.
-
Email
- pyzmail - Compose, send and parse emails.
-
Forms
- Deform - Python HTML form generation library influenced by the formish form generation library.
-
Static Site Generator
-
Concurrency and Parallelism
- multiprocessing - (Python standard library) Process-based "threading" interface.
- threading - (Python standard library) Higher-level threading interface.
- eventlet - Asynchronous framework with WSGI support.
- gevent - A coroutine-based Python networking library that uses [greenlet](https://github.com/python-greenlet/greenlet).
-
Networking
-
WSGI Servers
-
RPC Servers
- SimpleXMLRPCServer - (Python standard library) Simple XML-RPC server implementation, single-threaded.
-
Cryptography
- Passlib - Secure password storage/hashing library, very high level.
-
GUI
- curses - Built-in wrapper for [ncurses](http://www.gnu.org/software/ncurses/) used to create terminal GUI applications.
- 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.
- PyGObject - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3)
-
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.
- PySFML - Python bindings for [SFML](http://www.sfml-dev.org/)
- PySFML - Python bindings for [SFML](http://www.sfml-dev.org/)
-
Logging
-
Testing
-
Debugging Tools
- winpdb - A Python Debugger with GUI, capable of remote debugging based on `rpdb2`.
-
Science and Data Analysis
- blaze - NumPy and Pandas interface to Big Data.
- Numba - Python JIT (just in time) complier to LLVM aimed at scientific Python by the developers of Cython and NumPy.
- Open Babel - A chemical toolbox designed to speak the many languages of chemical data.
- 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.
-
Data Visualization
-
Computer Vision
- SimpleCV - An open source framework for building computer vision applications.
-
Machine Learning
-
Third-party APIs
- apache-libcloud - One Python library for all clouds.
-
DevOps Tools
- Docker Compose - Fast, isolated development environments using [Docker](https://www.docker.com/).
- gitapi - Pure-Python API for Git.
- hgapi - Pure-Python API for Mercurial.
-
Job Scheduler
- Joblib - A set of tools to provide lightweight pipelining in Python.
-
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.
- Python(x,y) - Scientific-applications-oriented Python Distribution based on Qt and Spyder.
- pythonlibs - Unofficial Windows binaries for Python extension packages.
-
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.
-
Miscellaneous
- Tryton - A general purpose business framework.
-
IDEs
- PyCharm - Commercial Python IDE by JetBrains. Has free community edition available.
-
Continuous Integration
-
Code Quality
- Landscape - An early warning system for your Python codebase.
- QuantifiedCode - A data-driven, automated, continuous code review tool.
-
Twitter
-
Documentation
- Pycco - The literate-programming-style documentation generator.
Categories
Twitter
10
WSGI Servers
6
Science and Data Analysis
6
Web Frameworks
6
Websites
6
Database Drivers
5
Game Development
5
Concurrency and Parallelism
4
GUI
4
Testing
4
ORM
3
DevOps Tools
3
Package Repositories
3
Networking
3
Network Virtualization and SDN
3
Command-line Tools
3
Text Processing
3
RESTful API
3
Microsoft Windows
3
Configuration
3
Audio
3
Imagery
2
Code Quality
2
CMS
2
Environment Management
2
Files
2
Logging
2
Continuous Integration
2
Database
2
Asset Management
2
Distribution
2
Static Site Generator
2
Hardware
1
IDEs
1
Specific Formats Processing
1
Third-party APIs
1
Data Visualization
1
Package Management
1
Machine Learning
1
Miscellaneous
1
Natural Language Processing
1
RPC Servers
1
Computer Vision
1
Debugging Tools
1
E-commerce
1
Authentication
1
Foreign Function Interface
1
Geolocation
1
Email
1
Documentation
1
Forms
1
Date and Time
1
Cryptography
1
Job Scheduler
1
Sub Categories