git-github.com-vinta-awesome-python
awesome-python
https://github.com/anasekhar/git-github.com-vinta-awesome-python
Last synced: about 20 hours 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.
- Grappelli - A jazzy skin for the Django Admin-Interface.
-
Algorithms and Design Patterns
- algorithms - Minimal examples of data structures and algorithms in Python.
- PyPattyrn - A simple yet effective library for implementing common design patterns.
- python-patterns - A collection of design patterns in Python.
- sortedcontainers - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types.
-
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.
- fileconveyor - A daemon to detect and sync files to CDNs, S3 and FTP.
-
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://static.echonest.com/enspex/) API.
- TimeSide - Open web audio processing framework.
- tinytag - A library for reading music meta data of MP3, OGG, FLAC and Wave files.
- beets - A music library manager and [MusicBrainz](https://musicbrainz.org/) tagger.
-
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.
- OAuthLib - A generic and thorough implementation of the OAuth request-signing logic.
-
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.
-
Built-in Classes Enhancement
- attrs - Replacement for `__init__`, `__eq__`, `__repr__`, etc. boilerplate in class definitions.
- bidict - Efficient, Pythonic bidirectional map data structures and related functionality..
- Box - Python dictionaries with advanced dot notation access.
- dotted - A library that provides a method of accessing lists and dicts with a dotted path notation.
-
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.
- HermesCache - Python caching library with tag-based invalidation and dogpile effect prevention.
- johnny-cache - A caching framework for Django applications.
- pylibmc - A Python wrapper around the [libmemcached](http://libmemcached.org/libMemcached.html) interface.
- dogpile.cache - dogpile.cache is next generation replacement for Beaker made by same authors.
- HermesCache - Python caching library with tag-based invalidation and dogpile effect prevention.
-
ChatOps Tools
- Errbot - The easiest and most popular chatbot to implement ChatOps.
-
Cluster Computing
- faust - A stream processing library, porting the ideas from [Kafka Streams](https://kafka.apache.org/documentation/streams/) to Python.
- luigi - A module that helps you build complex pipelines of batch jobs.
- mrjob - Run MapReduce jobs on Hadoop or Amazon Web Services.
- streamparse - Run Python code against real-time streams of data via [Apache Storm](http://storm.apache.org/).
- PySpark - [Apache Spark](https://spark.apache.org/) Python API.
- dask - A flexible parallel computing library for analytic computing.
-
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
- pylint - A fully customizable source code analyzer.
- awesome-static-analysis
- code2flow - Turn your Python and JavaScript code into DOT flowcharts.
- prospector - A tool to analyse Python code.
- pycallgraph - A library that visualises the flow (call graph) of your Python application.
- pylama - A code audit tool for Python and JavaScript.
- Pyre - Performant type checking.
- 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.
- flake8 - A wrapper around pycodestyle, pyflakes and McCabe.
-
Code Quality
- Codacy - Automated Code Review to ship better code, faster.
- CodeFactor - Automated Code Review for Git.
- Landscape - Hosted continuous Python code metrics.
-
Command-line Tools
- docopt - Pythonic command line arguments parser.
- 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 from absolutely any Python object.
- asciimatics - A package to create full-screen text UIs (from interactive forms to ASCII animations).
- bashplotlib - Making basic plots in the terminal.
- aws-cli - A universal command-line interface for Amazon Web Services.
- 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.
- kube-shell - An integrated shell for working with the Kubernetes CLI.
- 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.
- tmuxp - A [tmux](https://github.com/tmux/tmux) session manager.
- 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).
- click - A package for creating beautiful command line interfaces in a composable way.
- colorama - Cross-platform colored terminal text.
-
Compatibility
- Python-Modernize - Modernizes Python code for eventual Python 3 migration.
- Six - Python 2 and 3 compatibility utilities.
-
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
- multiprocessing - (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).
- eventlet - Asynchronous framework with WSGI support.
- SCOOP - Scalable Concurrent Operations in Python.
- Tomorrow - Magic decorator syntax for asynchronous code.
- uvloop - Ultra fast implementation of asyncio event loop on top of libuv.
-
Configuration
- ConfigParser - (Python standard library) INI file parser.
- ConfigObj - INI file parser with validation.
- python-decouple - Strict separation of settings from code.
- config - Hierarchical config from the author of [logging](https://docs.python.org/3/library/logging.html).
- profig - Config from multiple formats with value conversion.
-
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.
- 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.
- Optimus - Cleansing, pre-processing, feature engineering, exploratory data analysis and easy Machine Learning with a PySpark backend.
-
Database
-
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.
- awesome-mysql
- PyMySQL - A 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-driver - The Python Driver for Apache Cassandra.
- kafka-python - The Python client for Apache Kafka.
- Motor - The async Python driver for MongoDB.
- telephus - Twisted based client for Cassandra.
- txRedis - Twisted based client for Redis.
- mysqlclient - MySQL connector with Python 3 support ([mysql-python](https://sourceforge.net/projects/mysql-python/) fork).
- PyMongo - The official Python client for MongoDB.
- HappyBase - A developer-friendly library for Apache HBase.
- redis-py - The Python client for Redis.
-
Data Validation
- colander - Validating and deserializing data obtained via XML, JSON, an HTML form post.
- Cerberus - A lightweight and extensible data validation library.
- awesome-dash
- 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
- Pygal - A Python SVG Charts Creator.
-
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/3/library/datetime.html) module.
Programming Languages
Categories
Testing
28
Command-line Tools
26
Text Processing
25
Debugging Tools
20
Database Drivers
19
Weekly
18
Specific Formats Processing
18
Science
17
Websites
16
Implementations
15
ORM
15
GUI
15
Audio
14
RESTful API
14
Twitter
14
DevOps Tools
13
Authentication
13
Editor Plugins and IDEs
12
Web Content Extracting
12
Image Processing
12
HTML Manipulation
11
Code Analysis
11
E-commerce
10
CMS
10
Third-party APIs
10
Natural Language Processing
10
Data Visualization
10
Caching
9
Job Scheduler
9
Deep Learning
9
Asset Management
9
WSGI Servers
9
Date and Time
9
Email
9
Game Development
8
Hardware
8
Search
8
Web Frameworks
8
Data Validation
8
Recommender Systems
8
Networking
7
Web Crawling & Web Scraping
7
Concurrency and Parallelism
7
Static Site Generator
7
Files
7
Machine Learning
7
Podcasts
6
Network Virtualization
6
Admin Panels
6
Geolocation
6
Cluster Computing
6
Functional Programming
6
Build Tools
6
Microsoft Windows
6
Configuration
5
Environment Management
5
Package Repositories
5
Distribution
5
WebSocket
5
Computer Vision
5
Package Management
5
URL Manipulation
5
Documentation
5
Miscellaneous
5
HTTP
5
Continuous Integration
5
Data Analysis
5
Foreign Function Interface
4
Built-in Classes Enhancement
4
Queue
4
Logging
4
Algorithms and Design Patterns
4
Cryptography
4
Forms
4
RPC Servers
3
Robotics
3
Downloader
3
Interactive Interpreter
3
Template Engine
3
Serverless Frameworks
3
Database
3
Code Quality
3
Permissions
3
Processes
3
Compatibility
2
Internationalization
2
Anti-spam
2
News Feed
2
ChatOps Tools
1
Video
1
Tagging
1
Serialization
1
Sub Categories
Keywords
python
181
django
14
machine-learning
13
python3
12
awesome-list
12
testing
12
http
11
awesome
10
flask
7
python-3
7
debugging
7
asyncio
7
deep-learning
7
library
6
cli
6
aws
6
database
6
web
5
data-science
5
pypi
5
recommender-system
5
api
4
mock
4
terminal
4
linux
4
javascript
4
cloud-management
4
cloud
4
framework
4
json
4
matrix-factorization
4
python2
4
visualization
4
sqlalchemy
4
email
3
testing-tools
3
schema
3
serialization
3
automation
3
jupyter
3
developer-tools
3
mocking
3
markdown
3
natural-language-processing
3
nlp
3
audio
3
orm
3
parsing
3
rest
3
redis
3