Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
https://github.com/rdp-studio/awesome-python
Last synced: 5 days ago
JSON representation
-
Admin Panels
- ajenti - The admin panel your servers deserve.
- django-jet - Modern responsive template for the Django admin interface with improved functionality.
- django-xadmin - Drop-in replacement of Django admin comes with lots of goodies.
- flower - Real-time monitor and web admin for Celery.
- jet-bridge - Admin panel framework for any application with nice UI (ex Jet Django)
- wooey - A Django app which creates automatic web UIs for Python scripts.
- django-grappelli - A jazzy skin for the Django Admin-Interface.
- django-suit - Alternative Django Admin-Interface (free only for Non-commercial use).
- flask-admin - Simple and extensible administrative interface framework for Flask.
-
Algorithms and Design Patterns
- algorithms - Minimal examples of data structures and algorithms.
- python-ds - A collection of data structure and algorithms for coding interviews.
- sortedcontainers - Fast and pure-Python implementation of sorted collections.
- TheAlgorithms - All Algorithms implemented in Python.
- PyPattyrn - A simple yet effective library for implementing common design patterns.
- python-patterns - A collection of design patterns in Python.
- transitions - A lightweight, object-oriented finite state machine implementation.
- awesome-algorithms
-
ASGI Servers
-
Asynchronous Programming
- trio - A friendly library for async concurrency and I/O.
- uvloop - Ultra fast asyncio event loop.
- asyncio - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks.
- Twisted - An event-driven networking engine.
- awesome-asyncio
-
Audio
- audioread - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
- dejavu - Audio fingerprinting and recognition.
- kapre - Keras Audio Preprocessors
- librosa - Python library for audio and music analysis
- matchering - A library for automated reference audio mastering.
-
Editor Plugins and IDEs
-
Podcasts
-
Processes
- sarge - Yet another wrapper for subprocess.
-
Websites
-
Newsletters
-
Build Tools
- buildout - A build system for creating, assembling and deploying applications from multiple parts.
-
Built-in Classes Enhancement
- dataclasses - (Python standard library) Data classes.
-
CMS
- django-cms - An Open source enterprise CMS based on the Django.
- plone - A CMS built on top of the open source application server Zope.
-
Caching
- HermesCache - Python caching library with tag-based invalidation and dogpile effect prevention.
-
Code Analysis
- flake8 - A wrapper around `pycodestyle`, `pyflakes` and McCabe.
- pylint - A fully customizable source code analyzer.
- awesome-python-typing
-
Command-line Interface Development
-
Compatibility
- six - Python 2 and 3 compatibility utilities.
-
Computer Vision
- OpenCV - Open Source Computer Vision Library.
-
Concurrency and Parallelism
- concurrent.futures - (Python standard library) A high-level interface for asynchronously executing callables.
- eventlet - Asynchronous framework with WSGI support.
- gevent - A coroutine-based Python networking library that uses [greenlet](https://github.com/python-greenlet/greenlet).
- multiprocessing - (Python standard library) Process-based parallelism.
-
Configuration
- 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
- colander - Validating and deserializing data obtained via XML, JSON, an HTML form post.
-
Data Visualization
- awesome-javascript
- PyGraphviz - Python interface to [Graphviz](http://www.graphviz.org/).
-
Database Drivers
- awesome-postgres
- psycopg2 - The most popular PostgreSQL adapter for Python.
- pymssql - A simple database interface to Microsoft SQL Server.
- py2neo - A client library and toolkit for working with Neo4j.
-
Date and Time
-
Deep Learning
-
DevOps Tools
- cloudinit - A multi-distribution package that handles early initialization of a cloud instance.
- OpenStack - Open source software for building private and public clouds.
- BorgBackup - A deduplicating archiver with compression and encryption.
- docker-compose - Fast, isolated development environments using [Docker](https://www.docker.com/).
-
Distributed Computing
- PySpark - [Apache Spark](https://spark.apache.org/) Python API.
-
Distribution
- py2exe - Freezes Python scripts (Windows).
-
Downloader
- you-get - A YouTube/Youku/Niconico video downloader written in Python 3.
-
E-commerce
- shoop - An open source E-Commerce platform based on Django.
-
Files
-
Foreign Function Interface
-
GUI Development
- 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.
- 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.
- 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
-
Geolocation
- GeoDjango - A world-class geographic web framework.
-
HTML Manipulation
- BeautifulSoup - Providing Pythonic idioms for iterating, searching, and modifying HTML or XML.
- cssutils - A CSS library for Python.
- xmldataset - Simple XML Parsing.
-
Hardware
- Pingo - Pingo provides a uniform API to program devices like the Raspberry Pi, pcDuino, Intel Galileo, etc.
-
Image Processing
-
Implementations
-
Interactive Interpreter
-
Job Scheduler
- Airflow - Airflow is a platform to programmatically author, schedule and monitor workflows.
-
Logging
-
Machine Learning
-
Microsoft Windows
- Python(x,y) - Scientific-applications-oriented Python Distribution based on Qt and Spyder.
- 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
- spacy - A library for industrial-strength natural language processing in Python and Cython.
-
ORM
- Django Models - The Django ORM.
- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper.
- awesome-sqlalchemy
-
Package Management
-
Refactoring
- Bowler - Safe code refactoring for modern Python.
-
RESTful API
- django-tastypie - Creating delicious APIs for Django apps.
- vibora - Fast, efficient and asynchronous Web framework inspired by Flask.
-
Robotics
- rospy - This is a library for ROS (Robot Operating System).
-
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.
-
Search
- 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.
-
Template Engine
- Genshi - Python templating toolkit for generation of web-aware output.
-
Testing
- pytest - A mature full-featured Python testing tool.
- unittest - (Python standard library) Unit testing framework.
- Selenium - Python bindings for [Selenium](http://www.seleniumhq.org/) WebDriver.
- doublex - Powerful test doubles framework for Python.
- mock - (Python standard library) A mocking and patching library.
- coverage - Code coverage measurement.
- radar - Generate random datetime / time.
-
Text Processing
-
Third-party APIs
- apache-libcloud - One Python library for all clouds.
-
Web Asset Management
- fanstatic - Packages, optimizes, and serves static file dependencies as Python packages.
-
Web Crawling
- feedparser - Universal feed parser.
- scrapy - A fast high-level screen scraping and web crawling framework.
-
Web Frameworks
- RESTful API
- Django - The most popular web framework in Python.
- Pyramid - A small, fast, down-to-earth, open source Python web framework.
- awesome-pyramid
-
WSGI Servers
- uWSGI - A project aims at developing a full stack for building hosting services, written in C.
-
Books
Categories
Admin Panels
9
Algorithms and Design Patterns
8
GUI Development
7
Testing
7
Websites
6
Podcasts
5
Audio
5
Asynchronous Programming
5
DevOps Tools
4
Web Frameworks
4
Game Development
4
Concurrency and Parallelism
4
Database Drivers
4
ASGI Servers
3
Implementations
3
Code Analysis
3
Foreign Function Interface
3
Science
3
ORM
3
Microsoft Windows
3
HTML Manipulation
3
Command-line Interface Development
3
Date and Time
2
Cryptography
2
Image Processing
2
Configuration
2
Editor Plugins and IDEs
2
Files
2
Data Visualization
2
CMS
2
Web Crawling
2
Logging
2
Package Management
2
RESTful API
2
Text Processing
2
Downloader
1
Distribution
1
Machine Learning
1
Built-in Classes Enhancement
1
Caching
1
Data Validation
1
Deep Learning
1
Robotics
1
Third-party APIs
1
Specific Formats Processing
1
Newsletters
1
Build Tools
1
WSGI Servers
1
Web Asset Management
1
Miscellaneous
1
Hardware
1
Search
1
Natural Language Processing
1
Compatibility
1
Job Scheduler
1
Data Analysis
1
Computer Vision
1
Interactive Interpreter
1
Template Engine
1
Distributed Computing
1
Books
1
Processes
1
E-commerce
1
Refactoring
1
Geolocation
1
Sub Categories
Keywords
python
21
awesome
6
awesome-list
5
administration
4
audio
4
asyncio
3
admin
3
data-science
2
algorithm
2
algorithms
2
list
2
python-library
2
scipy
2
music
2
dsp
2
design-patterns
2
networking
2
async
2
async-await
2
interface
2
responsive
2
django
2
dashboard
2
backoffice
2
admin-dashboard
2
algorithms-implemented
1
algos
1
community-driven
1
education
1
interview
1
learn
1
practice
1
searches
1
sorting-algorithms
1
sorts
1
library
1
idioms
1
hierarchical-state-machine
1
panel
1
nested-states
1
state-diagram
1
state-machine
1
asgi
1
linux
1
http
1
http-server
1
javascript
1
angular
1
ajenti
1
monitoring
1