Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-python
https://github.com/Chittarath/awesome-python
Last synced: 3 days ago
JSON representation
-
Package Management
- Curdling - Curdling is a command line tool for managing Python packages.
-
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
-
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
-
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.
-
Imagery
-
Audio
-
Video
- shorten.tv - Video summarization.
-
Geolocation
- GeoDjango - A world-class geographic web framework.
-
Database
- pickleDB - A simple and lightweight key-value store for Python.
-
Database Drivers
-
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
- 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.
-
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
-
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
-
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.
- PySide - Python bindings for the [Qt](http://qt-project.org/) cross-platform application and UI framework, supporting the Qt v4 framework.
-
Logging
- logging - (Python standard library) Logging facility for Python.
-
Testing
-
Debugging Tools
-
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
- apache-libcloud - One Python library for all clouds.
-
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.
-
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
-
IDEs
-
Websites
- r/Python - News about Python.
- Python 3 Wall of Superpowers - Too many popular Python packages don't support Python 3.
- Trending Python repositories on GitHub today - Good place to find new Python libraries.
- Python Hackers - List of top 400 projects in GitHub.
- CoolGithubProjects - Sharing cool github projects just got easier!
-
Twitter
-
Environment Management
- p - Dead Simple Interactive 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.
-
Web Crawling
- mechanize - Stateful programmatic web browsing.
Categories
Twitter
9
WSGI Servers
6
Concurrency and Networking
6
Science and Data Analysis
6
Web Frameworks
6
Websites
5
Game Development
5
Database Drivers
4
RESTful API
4
Asset Management
4
Microsoft Windows
4
Testing
4
GUI
4
Command-line Tools
4
Network Virtualization and SDN
3
Package Repositories
3
Text Processing
3
Environment Management
3
DevOps Tools
3
Configuration
3
ORM
3
Hardware
2
CMS
2
Imagery
2
Debugging Tools
2
IDEs
2
Static Site Generator
2
Files
2
Audio
2
Natural Language Processing
2
Processes and Threads
2
Job Scheduler
1
Distribution
1
Third-party APIs
1
Specific Formats Processing
1
Package Management
1
Machine Learning
1
Video
1
RPC Servers
1
Computer Vision
1
Authentication
1
Foreign Function Interface
1
Geolocation
1
Email
1
Database
1
Logging
1
Web Crawling
1
Documentation
1
Forms
1
Date and Time
1
Cryptography
1
Data Visualization
1
Sub Categories