Python-Awesome
Awesome Python
https://github.com/spy86/Python-Awesome
Last synced: 16 days ago
JSON representation
-
Admin Panels
- Ajenti - The admin panel your servers deserve.
- django-xadmin - Drop-in replacement of Django admin comes with lots of goodies.
- flask-admin - Simple and extensible administrative interface framework for Flask.
- flower - Real-time monitor and web admin for Celery.
- Wooey - A Django app which creates automatic web UIs for Python scripts.
-
Algorithms and Design Patterns
- algorithms - A module of algorithms for Python.
- PyPattyrn - A simple yet effective library for implementing common design patterns.
- python-patterns - A collection of design patterns in Python.
-
Anti-spam
- django-simple-captcha - A simple and highly customizable Django app to add captcha images to any Django form.
- django-simple-spam-blocker - Simple spam blocker for Django.
-
Asset Management
- fanstatic - Packages, optimizes, and serves static file dependencies as Python packages.
- django-compressor - Compresses linked and inline JavaScript or CSS into a single cached file.
- django-pipeline - An asset packaging library for Django.
- django-storages - A collection of custom storage back ends for Django.
- fanstatic - Packages, optimizes, and serves static file dependencies as Python packages.
- flask-assets - Helps you integrate webassets into your Flask app.
- jinja-assets-compressor - A Jinja extension to compile and compress your assets.
- webassets - Bundles, optimizes, and manages unique cache-busting URLs for static resources.
-
Audio
- id3reader - A Python module for reading MP3 meta data.
- audiolazy - Expressive Digital Signal Processing (DSP) package for Python.
- audioread - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
- dejavu - Audio fingerprinting and recognition.
- django-elastic-transcoder - Django + [Amazon Elastic Transcoder](https://aws.amazon.com/elastictranscoder/).
- m3u8 - A module for parsing m3u8 file.
- mingus - An advanced music theory and notation package with MIDI file and playback support.
- mutagen - A Python module to handle audio metadata.
- pyAudioAnalysis - Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications
- pydub - Manipulate audio with a simple and easy high level interface.
- pyechonest - Python client for the [Echo Nest](http://developer.echonest.com/) API.
- TimeSide - Open web audio processing framework.
- tinytag - A library for reading music meta data of MP3, OGG, FLAC and Wave files.
-
Authentication
- Authomatic - Simple but powerful framework agnostic authentication/authorization client.
- django-allauth - Authentication app for Django that "just works."
- Flask-OAuthlib - OAuth 1.0/a, 2.0 implementation of client and provider for Flask.
- python-oauth2 - A fully tested, abstract interface to creating OAuth clients and servers.
- python-social-auth - An easy-to-setup social authentication mechanism.
- rauth - A Python library for OAuth 1.0/a, 2.0, and Ofly.
- sanction - A dead simple OAuth2 client implementation.
- jose - JavaScript Object Signing and Encryption draft implementation.
- PyJWT - Implementation of the JSON Web Token draft 01.
- python-jws - Implementation of JSON Web Signatures draft 02.
- python-jwt - Module for generating and verifying JSON Web Tokens.
- django-oauth-toolkit - OAuth 2 goodies for Django.
-
Build Tools
- buildout - A build system for creating, assembling and deploying applications from multiple parts.
- buildout - A build system for creating, assembling and deploying applications from multiple parts.
- PlatformIO - A console tool to build code with different development platforms.
- PyBuilder - A continuous build tool written in pure Python.
- SCons - A software construction tool.
- BitBake - A make-like build tool for embedded Linux.
-
Caching
- Beaker - A library for caching and sessions for use with web applications and stand-alone Python scripts and applications.
- django-cache-machine - Automatic caching and invalidation for Django models.
- django-cacheops - A slick ORM cache with automatic granular event-driven invalidation.
- django-viewlet - Render template parts with extended cache control.
- johnny-cache - A caching framework for django applications.
- pylibmc - A Python wrapper around the [libmemcached](http://libmemcached.org/libMemcached.html) interface.
-
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.
- djedi-cms - A lightweight but yet powerful Django CMS with plugins, inline editing and performance in mind.
- Opps - A Django-based CMS for magazines, newspapers websites and portals with high-traffic.
- Quokka - Flexible, extensible, small CMS powered by Flask and MongoDB.
- Mezzanine - A powerful, consistent, and flexible content management platform.
- Wagtail - A Django content management system.
- Kotti - A high-level, Pythonic web application framework built on Pyramid.
-
Code Analysis and Linter
- pylint - A fully customizable source code analyzer.
- code2flow - Turn your Python and JavaScript code into DOT flowcharts.
- pycallgraph - A library that visualises the flow (call graph) of your Python application.
- prospector - A tool to analyse Python code.
- pylama - A code audit tool for Python and JavaScript.
- MonkeyType - A system for Python that generates static type annotations by collecting runtime types
- coala - Language independent and easily extendable code analysis application.
- mypy - Check variable types during compile time.
-
Code Quality
- Codacy - Automated Code Review to ship better code, faster. Free for Open Source.
- Landscape - Hosted continuous Python code metrics.
- QuantifiedCode - A data-driven, automated, continuous code review tool.
-
Command-line Tools
- docopt - Pythonic command line arguments parser.
- asciimatics - Cross-platform, full-screen terminal package (i.e. mouse/keyboard input and coloured, positioned text output) complete with high-level API for complex animations and special effects.
- cliff - A framework for creating command-line programs with multi-level commands.
- clint - Python Command-line Application Tools.
- docopt - Pythonic command line arguments parser.
- Gooey - Turn command line programs into a full GUI application with one line
- Python-Fire - A library for creating command line interfaces (CLIs) from absolutely any Python object.
- aws-cli - A universal command-line interface for Amazon Web Services.
- bashplotlib - Making basic plots in the terminal.
- caniusepython3 - Determine what projects are blocking you from porting to Python 3.
- doitlive - A tool for live presentations in the terminal.
- howdoi - Instant coding answers via the command line.
- httpie - A command line HTTP client, a user-friendly cURL replacement.
- mycli - A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
- PathPicker - Select files out of bash output.
- percol - Adds flavor of interactive selection to the traditional pipe concept on UNIX.
- pgcli - Postgres CLI with autocompletion and syntax highlighting.
- SAWS - A Supercharged AWS CLI.
- thefuck - Correcting your previous console command.
- try - A dead simple CLI to try out python packages - It's never been easier.
- cement - CLI Application Framework for Python.
- python-prompt-toolkit - A Library for building powerful interactive command lines.
- cookiecutter - A command-line utility that creates projects from cookiecutters (project templates).
-
Compatibility
- Python-Modernize - Modernizes Python code for eventual Python 3 migration.
-
Computer Vision
- SimpleCV - An open source framework for building computer vision applications.
- OpenCV - Open Source Computer Vision Library.
- pyocr - A wrapper for Tesseract and Cuneiform.
- pytesseract - Another wrapper for [Google Tesseract OCR](https://github.com/tesseract-ocr).
- SimpleCV - An open source framework for building computer vision applications.
-
Concurrency and Parallelism
- 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 "threading" interface.
- threading - (Python standard library) Higher-level threading interface.
- eventlet - Asynchronous framework with WSGI support.
- Tomorrow - Magic decorator syntax for asynchronous code.
- uvloop - Ultra fast implementation of asyncio event loop on top of libuv.
-
Configuration
- ConfigObj - INI file parser with validation.
- ConfigParser - (Python standard library) INI file parser.
- python-decouple - Strict separation of settings from code.
-
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.
- awesome-CIandCD
- Vexor CI - A continuous integration tool for private apps with pay-per-minute billing model.
- Travis CI - A popular CI service for your open source and [private](https://travis-ci.com) projects. (GitHub only)
-
Cryptography
- cryptography - A package designed to expose cryptographic primitives and recipes to Python developers.
- Passlib - Secure password storage/hashing library, very high level.
- hashids - Implementation of [hashids](http://hashids.org) in Python.
- PyNacl - Python binding to the Networking and Cryptography (NaCl) library.
- Paramiko - A Python (2.6+, 3.3+) implementation of the SSHv2 protocol, providing both client and server functionality.
-
Data Analysis
- Pandas - A library providing high-performance, easy-to-use data structures and data analysis tools.
- Blaze - NumPy and Pandas interface to Big Data.
- Open Mining - Business Intelligence (BI) in Pandas interface.
- Orange - Data mining, data visualization, analysis and machine learning through visual programming or scripts.
-
Database
- pickleDB - A simple and lightweight key-value store for Python.
- TinyDB - A tiny, document-oriented database.
- PipelineDB - The Streaming SQL Database.
- ZODB - A native object database for Python. A key-value and object graph database.
-
Database Drivers
- mysql-python - The MySQL database connector for Python.
- 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.
- awesome-mysql
- PyMySQL - Pure Python MySQL driver compatible to mysql-python.
- queries - A wrapper of the psycopg2 library for interacting with PostgreSQL.
- txpostgres - Twisted based asynchronous driver for PostgreSQL.
- dataset - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL.
- pymssql - A simple database interface to Microsoft SQL Server.
- cassandra-python-driver - Python driver for Cassandra.
- Plyvel - A fast and feature-rich Python interface to LevelDB.
- pycassa - Python Thrift driver for Cassandra.
- telephus - Twisted based client for Cassandra.
- txRedis - Twisted based client for Redis.
- mysqlclient - mysql-python fork supporting Python 3.
- PyMongo - The official Python client for MongoDB.
- HappyBase - A developer-friendly library for Apache HBase.
- redis-py - The Redis Python Client.
-
Data Validation
- colander - Validating and deserializing data obtained via XML, JSON, an HTML form post.
- Cerberus - A lightweight and extensible data validation library.
- jsonschema - An implementation of [JSON Schema](http://json-schema.org/) for Python.
- schema - A library for validating Python data structures.
- Schematics - Data Structure Validation.
- valideer - Lightweight extensible data validation and adaptation library.
- voluptuous - A Python data validation library.
-
Data Visualization
- awesome-javascript
- Altair - Declarative statistical visualization library for Python.
- Bokeh - Interactive Web Plotting for Python.
- ggplot - Same API as ggplot2 for R.
- Seaborn - Statistical data visualization using Matplotlib.
- VisPy - High-performance scientific visualization based on OpenGL.
- Matplotlib - A Python 2D plotting library.
- PyQtGraph - Interactive and realtime 2D/3D/Image plotting and science/engineering widgets.
- bqplot - Interactive Plotting Library for the Jupyter Notebook
-
Date and Time
- pytz - World timezone definitions, modern and historical. Brings the [tz database](https://en.wikipedia.org/wiki/Tz_database) into Python.
- Chronyk - A Python 3 library for parsing human-written times and dates.
- dateutil - Extensions to the standard Python [datetime](https://docs.python.org/2/library/datetime.html) module.
- delorean - A library for clearing up the inconvenient truths that arise dealing with datetimes.
- moment - A Python library for dealing with dates/times. Inspired by [Moment.js](http://momentjs.com/).
- Pendulum - Python datetimes made easy.
- PyTime - A easy-use Python module which aims to operate date/time/datetime by string.
- when.py - Providing user-friendly functions to help perform common date and time actions.
- maya - Datetimes for Humans, Maya is mostly built around the headaches and use-cases around parsing datetime data from websites.
- arrow - Better dates & times for Python.
-
Debugging Tools
- remote-pdb - Remote vanilla PDB (over TCP sockets).
- wdb - An improbable web debugger through WebSockets.
- line_profiler - Line-by-line profiling.
- memory_profiler - Monitor Memory usage of Python code.
- profiling - An interactive Python profiler.
- vprof - Visual Python profiler.
- django-debug-toolbar - Display various debug information for Django.
- django-devserver - A drop-in replacement for Django's runserver.
- hunter - Hunter is a flexible code tracing toolkit.
- lptrace - [strace](http://man7.org/linux/man-pages/man1/strace.1.html) for Python programs.
- manhole - Debug service that will accept unix domain socket connections and present the stacktraces for all threads and an interactive prompt.
- pyelftools - Parsing and analyzing ELF files and DWARF debugging information.
- pyringe - Debugger capable of attaching to and injecting code into Python processes.
- flask-debugtoolbar - A port of the django-debug-toolbar to flask.
-
Deep Learning
- awesome-deep-learning
- Neupy - Running and testing different Artificial Neural Networks algorithms.
- Caffe - A fast open framework for deep learning..
- Neupy - Running and testing different Artificial Neural Networks algorithms.
- Serpent.AI - Game agent framework. Use any video game as a deep learning sandbox.
- TensorFlow - The most popular Deep Learning framework created by Google.
- Theano - A library for fast numerical computation.
- Keras - A high-level neural networks library and capable of running on top of either TensorFlow or Theano.
Programming Languages
Categories
Testing
26
Command-line Tools
23
Text Processing
22
Database Drivers
19
Websites
16
Science
15
Specific Formats Processing
15
ORM
14
Implementations
14
GUI
14
Debugging Tools
14
RESTful API
14
Audio
13
Imagery
12
Web Content Extracting
12
Authentication
12
Hardware
11
Editor Plugins and IDEs
11
Third-party APIs
10
CMS
10
Twitter
10
Date and Time
10
DevOps Tools
10
Web Frameworks
9
Natural Language Processing
9
Email
9
Deep Learning
9
WSGI Servers
9
Data Visualization
9
Asset Management
8
Code Analysis and Linter
8
E-commerce
8
Game Development
8
Search
8
HTML Manipulation
8
Web Crawling
7
Job Scheduler
7
Data Validation
7
Recommender Systems
7
Concurrency and Parallelism
7
Miscellaneous
6
Geolocation
6
Network Virtualization
6
Files
6
Microsoft Windows
6
Build Tools
6
Caching
6
Static Site Generator
6
URL Manipulation
5
Admin Panels
5
Environment Management
5
Cryptography
5
Networking
5
Computer Vision
5
WebSocket
5
Continuous Integration
5
Package Management
5
Machine Learning
5
Database
4
Logging
4
Package Repositories
4
Functional Programming
4
Data Analysis
4
Weekly
4
Forms
4
HTTP
4
Distribution
3
Configuration
3
Code Quality
3
Serverless Frameworks
3
Foreign Function Interface
3
Permissions
3
Documentation
3
MapReduce
3
RPC Servers
3
Algorithms and Design Patterns
3
Queue
3
News Feed
2
Processes
2
Internationalization
2
Interactive Interpreter
2
Anti-spam
2
Template Engine
2
Downloader
2
Podcasts
2
Tagging
1
Serialization
1
Compatibility
1
Video
1
Sub Categories
Keywords
python
159
django
13
testing
11
http
10
machine-learning
10
python3
9
flask
7
debugging
6
python-3
6
cli
6
aws
6
database
5
web
5
library
5
json
4
deep-learning
4
asyncio
4
javascript
4
cloud
4
cloud-management
4
sqlalchemy
4
linux
4
pypi
4
terminal
4
api
4
recommender-system
4
python2
3
matrix-factorization
3
automation
3
audio
3
data-science
3
redis
3
monitoring
3
visualization
3
schema
3
serialization
3
framework
3
testing-tools
3
rest
3
crawler
3
pallets
3
email
3
developer-tools
3
markdown
3
mock
3
package
3
shell
3
awesome
3
awesome-list
3
orm
3