LICENSE | ||
README.md |
Fucking Awesome Python
A curated list with Github stars and forks stats based on awesome awesome-python
Inspired by fucking-awesome-go.
- Awesome Python
- Admin Panels
- Algorithms and Design Patterns
- ASGI Servers
- Asynchronous Programming
- Audio
- Authentication
- Build Tools
- Built-in Classes Enhancement
- Caching
- ChatOps Tools
- CMS
- Code Analysis
- Command-line Interface Development
- Command-line Tools
- Compatibility
- Computer Vision
- Concurrency and Parallelism
- Configuration
- Cryptography
- Data Analysis
- Data Validation
- Data Visualization
- Database Drivers
- Database
- Date and Time
- Debugging Tools
- Deep Learning
- DevOps Tools
- Distributed Computing
- Distribution
- Documentation
- Downloader
- E-commerce
- Editor Plugins and IDEs
- Environment Management
- Files
- Foreign Function Interface
- Forms
- Functional Programming
- Game Development
- Geolocation
- GUI Development
- Hardware
- HTML Manipulation
- HTTP Clients
- Image Processing
- Implementations
- Interactive Interpreter
- Internationalization
- Job Scheduler
- Logging
- Machine Learning
- Miscellaneous
- Natural Language Processing
- Network Virtualization
- News Feed
- ORM
- Package Management
- Package Repositories
- Penetration testing
- Permissions
- Processes
- Recommender Systems
- Refactoring
- RESTful API
- Robotics
- RPC Servers
- Science
- Search
- Serialization
- Serverless Frameworks
- Shell
- Specific Formats Processing
- Static Site Generator
- Tagging
- Task Queues
- Template Engine
- Testing
- Text Processing
- Third-party APIs
- URL Manipulation
- Video
- Web Asset Management
- Web Content Extracting
- Web Crawling
- Web Frameworks
- WebSocket
- WSGI Servers
- Resources
- Contributing
Admin Panels
Libraries for administrative interfaces.
- :octocat: ajenti - ⭐ 6630 🍴 777 - The admin panel your servers deserve.
- 🌎 django-grappelli - A jazzy skin for the Django Admin-Interface.
- :octocat: django-jet - ⭐ 3209 🍴 734 - Modern responsive template for the Django admin interface with improved functionality.
- 🌎 django-suit - Alternative Django Admin-Interface (free only for Non-commercial use).
- :octocat: django-xadmin - ⭐ 4625 🍴 1417 - Drop-in replacement of Django admin comes with lots of goodies.
- :octocat: flask-admin - ⭐ 4927 🍴 1408 - Simple and extensible administrative interface framework for Flask.
- :octocat: flower - ⭐ 5051 🍴 894 - Real-time monitor and web admin for Celery.
- :octocat: jet-bridge - ⭐ 1096 🍴 106 - Admin panel framework for any application with nice UI (ex Jet Django)
- :octocat: wooey - ⭐ 1690 🍴 175 - A Django app which creates automatic web UIs for Python scripts.
Algorithms and Design Patterns
Python implementation of data structures, algorithms and design patterns. Also see awesome-algorithms.
- Algorithms
- :octocat: algorithms - ⭐ 20180 🍴 4144 - Minimal examples of data structures and algorithms.
- :octocat: python-ds - ⭐ 1556 🍴 462 - A collection of data structure and algorithms for coding interviews.
- :octocat: sortedcontainers - ⭐ 2392 🍴 160 - Fast and pure-Python implementation of sorted collections.
- :octocat: TheAlgorithms - ⭐ 126198 🍴 33675 - All Algorithms implemented in Python.
- Design Patterns
- :octocat: PyPattyrn - ⭐ 1361 🍴 119 - A simple yet effective library for implementing common design patterns.
- :octocat: python-patterns - ⭐ 29949 🍴 6118 - A collection of design patterns in Python.
- :octocat: transitions - ⭐ 4098 🍴 470 - A lightweight, object-oriented finite state machine implementation.
ASGI Servers
ASGI-compatible web servers.
- :octocat: daphne - ⭐ 1660 🍴 203 - A HTTP, HTTP2 and WebSocket protocol server for ASGI and ASGI-HTTP.
- :octocat: uvicorn - ⭐ 4728 🍴 393 - A lightning-fast ASGI server implementation, using uvloop and httptools.
Asynchronous Programming
- 🌎 asyncio - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks.
- :octocat: trio - ⭐ 4428 🍴 260 - A friendly library for async concurrency and I/O.
- 🌎 Twisted - An event-driven networking engine.
- :octocat: uvloop - ⭐ 8280 🍴 491 - Ultra fast asyncio event loop.
Audio
Libraries for manipulating audio and its metadata.
- Audio
- :octocat: audioread - ⭐ 384 🍴 94 - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
- :octocat: dejavu - ⭐ 5623 🍴 1320 - Audio fingerprinting and recognition.
- :octocat: kapre - ⭐ 795 🍴 140 - Keras Audio Preprocessors
- :octocat: librosa - ⭐ 4922 🍴 777 - Python library for audio and music analysis
- :octocat: matchering - ⭐ 529 🍴 66 - A library for automated reference audio mastering.
- 🌎 mingus - An advanced music theory and notation package with MIDI file and playback support.
- :octocat: pyAudioAnalysis - ⭐ 4520 🍴 1063 - Audio feature extraction, classification, segmentation and applications.
- :octocat: pydub - ⭐ 5827 🍴 785 - Manipulate audio with a simple and easy high level interface.
- :octocat: TimeSide - ⭐ 313 🍴 56 - Open web audio processing framework.
- Metadata
- :octocat: beets - ⭐ 10586 🍴 1690 - A music library manager and MusicBrainz tagger.
- :octocat: eyeD3 - ⭐ 340 🍴 49 - A tool for working with audio files, specifically MP3 files containing ID3 metadata.
- :octocat: mutagen - ⭐ 913 🍴 117 - A Python module to handle audio metadata.
- :octocat: tinytag - ⭐ 498 🍴 87 - A library for reading music meta data of MP3, OGG, FLAC and Wave files.
Authentication
Libraries for implementing authentications schemes.
- OAuth
- :octocat: authlib - ⭐ 2874 🍴 293 - JavaScript Object Signing and Encryption draft implementation.
- :octocat: django-allauth - ⭐ 6927 🍴 2511 - Authentication app for Django that "just works."
- :octocat: django-oauth-toolkit - ⭐ 2452 🍴 656 - OAuth 2 goodies for Django.
- :octocat: oauthlib - ⭐ 2330 🍴 450 - A generic and thorough implementation of the OAuth request-signing logic.
- :octocat: python-oauth2 - ⭐ 2941 🍴 1043 - A fully tested, abstract interface to creating OAuth clients and servers.
- :octocat: python-social-auth - ⭐ 2809 🍴 1132 - An easy-to-setup social authentication mechanism.
- JWT
- :octocat: pyjwt - ⭐ 4071 🍴 545 - JSON Web Token implementation in Python.
- :octocat: python-jose - ⭐ 1004 🍴 189 - A JOSE implementation in Python.
- :octocat: python-jwt - ⭐ 191 🍴 25 - A module for generating and verifying JSON Web Tokens.
Build Tools
Compile software from source code.
- 🌎 BitBake - A make-like build tool for embedded Linux.
- 🌎 buildout - A build system for creating, assembling and deploying applications from multiple parts.
- :octocat: PlatformIO - ⭐ 5579 🍴 645 - A console tool to build code with different development platforms.
- :octocat: pybuilder - ⭐ 1348 🍴 239 - A continuous build tool written in pure Python.
- 🌎 SCons - A software construction tool.
Built-in Classes Enhancement
Libraries for enhancing Python built-in classes.
- :octocat: attrs - ⭐ 4005 🍴 288 - Replacement for
__init__
,__eq__
,__repr__
, etc. boilerplate in class definitions. - :octocat: bidict - ⭐ 972 🍴 44 - Efficient, Pythonic bidirectional map data structures and related functionality..
- :octocat: Box - ⭐ 1859 🍴 79 - Python dictionaries with advanced dot notation access.
- 🌎 dataclasses - (Python standard library) Data classes.
- :octocat: DottedDict - ⭐ 128 🍴 17 - A library that provides a method of accessing lists and dicts with a dotted path notation.
CMS
Content Management Systems.
- 🌎 django-cms - An Open source enterprise CMS based on the Django.
- :octocat: feincms - ⭐ 819 🍴 237 - One of the most advanced Content Management Systems built on Django.
- :octocat: indico - ⭐ 1293 🍴 318 - A feature-rich event management system, made @ CERN.
- :octocat: Kotti - ⭐ 374 🍴 113 - A high-level, Pythonic web application framework built on Pyramid.
- :octocat: mezzanine - ⭐ 4363 🍴 1542 - A powerful, consistent, and flexible content management platform.
- 🌎 plone - A CMS built on top of the open source application server Zope.
- :octocat: quokka - ⭐ 2200 🍴 457 - Flexible, extensible, small CMS powered by Flask and MongoDB.
- 🌎 wagtail - A Django content management system.
Caching
Libraries for caching data.
- :octocat: beaker - ⭐ 478 🍴 135 - A WSGI middleware for sessions and caching.
- :octocat: django-cache-machine - ⭐ 816 🍴 163 - Automatic caching and invalidation for Django models.
- :octocat: django-cacheops - ⭐ 1539 🍴 185 - A slick ORM cache with automatic granular event-driven invalidation.
- 🌎 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.
- :octocat: pylibmc - ⭐ 450 🍴 127 - A Python wrapper around the libmemcached interface.
- 🌎 python-diskcache - SQLite and file backed cache backend with faster lookups than memcached and redis.
ChatOps Tools
Libraries for chatbot development.
- :octocat: errbot - ⭐ 2615 🍴 564 - The easiest and most popular chatbot to implement ChatOps.
Code Analysis
Tools of static analysis, linters and code quality checkers. Also see awesome-static-analysis.
- Code Analysis
- :octocat: coala - ⭐ 3290 🍴 1361 - Language independent and easily extendable code analysis application.
- :octocat: code2flow - ⭐ 1695 🍴 172 - Turn your Python and JavaScript code into DOT flowcharts.
- :octocat: prospector - ⭐ 1561 🍴 145 - A tool to analyse Python code.
- :octocat: pycallgraph - ⭐ 1600 🍴 290 - A library that visualises the flow (call graph) of your Python application.
- :octocat: vulture - ⭐ 1979 🍴 95 - A tool for finding and analysing dead Python code.
- Code Linters
- 🌎 flake8 - A wrapper around
pycodestyle
,pyflakes
and McCabe.- :octocat: awesome-flake8-extensions - ⭐ 698 🍴 24
- :octocat: pylama - ⭐ 836 🍴 87 - A code audit tool for Python and JavaScript.
- 🌎 pylint - A fully customizable source code analyzer.
- :octocat: wemake-python-styleguide - ⭐ 1725 🍴 319 - The strictest and most opinionated python linter ever.
- 🌎 flake8 - A wrapper around
- Code Formatters
- :octocat: black - ⭐ 24170 🍴 1550 - The uncompromising Python code formatter.
- :octocat: isort - ⭐ 4419 🍴 432 - A Python utility / library to sort imports.
- :octocat: yapf - ⭐ 12229 🍴 840 - Yet another Python code formatter from Google.
- Static Type Checkers, also see awesome-python-typing
- 🌎 mypy - Check variable types during compile time.
- :octocat: pyre-check - ⭐ 5728 🍴 378 - Performant type checking.
- :octocat: typeshed - ⭐ 2549 🍴 1205 - Collection of library stubs for Python, with static types.
- Static Type Annotations Generators
- :octocat: MonkeyType - ⭐ 3633 🍴 133 - A system for Python that generates static type annotations by collecting runtime types.
- :octocat: pyannotate - ⭐ 1257 🍴 60 - Auto-generate PEP-484 annotations.
- :octocat: pytype - ⭐ 3565 🍴 226 - Pytype checks and infers types for Python code - without requiring type annotations.
Command-line Interface Development
Libraries for building command-line applications.
- Command-line Application Development
- 🌎 cement - CLI Application Framework for Python.
- 🌎 click - A package for creating beautiful command line interfaces in a composable way.
- 🌎 cliff - A framework for creating command-line programs with multi-level commands.
- 🌎 docopt - Pythonic command line arguments parser.
- :octocat: python-fire - ⭐ 21640 🍴 1260 - A library for creating command line interfaces from absolutely any Python object.
- :octocat: python-prompt-toolkit - ⭐ 7474 🍴 593 - A library for building powerful interactive command lines.
- Terminal Rendering
- :octocat: alive-progress - ⭐ 2974 🍴 129 - A new kind of Progress Bar, with real-time throughput, eta and very cool animations.
- :octocat: asciimatics - ⭐ 2886 🍴 213 - A package to create full-screen text UIs (from interactive forms to ASCII animations).
- :octocat: bashplotlib - ⭐ 1606 🍴 130 - Making basic plots in the terminal.
- 🌎 colorama - Cross-platform colored terminal text.
- :octocat: rich - ⭐ 31993 🍴 1042 - Python library for rich text and beautiful formatting in the terminal. Also provides a great
RichHandler
log handler. - :octocat: tqdm - ⭐ 20792 🍴 1063 - Fast, extensible progress bar for loops and CLI.
Command-line Tools
Useful CLI-based tools for productivity.
- Productivity Tools
- :octocat: copier - ⭐ 465 🍴 45 - A library and command-line utility for rendering projects templates.
- :octocat: cookiecutter - ⭐ 15964 🍴 1570 - A command-line utility that creates projects from cookiecutters (project templates).
- :octocat: doitlive - ⭐ 3080 🍴 93 - A tool for live presentations in the terminal.
- :octocat: howdoi - ⭐ 9233 🍴 832 - Instant coding answers via the command line.
- :octocat: Invoke - ⭐ 3476 🍴 298 - A tool for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks.
- :octocat: PathPicker - ⭐ 4685 🍴 293 - Select files out of bash output.
- :octocat: percol - ⭐ 3084 🍴 151 - Adds flavor of interactive selection to the traditional pipe concept on UNIX.
- :octocat: thefuck - ⭐ 65785 🍴 3032 - Correcting your previous console command.
- :octocat: tmuxp - ⭐ 3290 🍴 209 - A tmux session manager.
- :octocat: try - ⭐ 615 🍴 33 - A dead simple CLI to try out python packages - it's never been easier.
- CLI Enhancements
- :octocat: httpie - ⭐ 53191 🍴 3437 - A command line HTTP client, a user-friendly cURL replacement.
- :octocat: iredis - ⭐ 1685 🍴 76 - Redis CLI with autocompletion and syntax highlighting.
- :octocat: kube-shell - ⭐ 2023 🍴 161 - An integrated shell for working with the Kubernetes CLI.
- :octocat: litecli - ⭐ 1519 🍴 55 - SQLite CLI with autocompletion and syntax highlighting.
- :octocat: mycli - ⭐ 10094 🍴 611 - MySQL CLI with autocompletion and syntax highlighting.
- :octocat: pgcli - ⭐ 10006 🍴 455 - PostgreSQL CLI with autocompletion and syntax highlighting.
- :octocat: saws - ⭐ 4898 🍴 271 - A Supercharged aws-cli.
Compatibility
Libraries for migrating from Python 2 to 3.
- 🌎 python-future - The missing compatibility layer between Python 2 and Python 3.
- :octocat: modernize - ⭐ 272 🍴 50 - Modernizes Python code for eventual Python 3 migration.
- 🌎 six - Python 2 and 3 compatibility utilities.
Computer Vision
Libraries for Computer Vision.
- :octocat: EasyOCR - ⭐ 13502 🍴 1778 - Ready-to-use OCR with 40+ languages supported.
- :octocat: Face Recognition - ⭐ 42718 🍴 11888 - Simple facial recognition library.
- :octocat: Kornia - ⭐ 5672 🍴 557 - Open Source Differentiable Computer Vision Library for PyTorch.
- 🌎 OpenCV - Open Source Computer Vision Library.
- :octocat: pytesseract - ⭐ 3947 🍴 566 - A wrapper for Google Tesseract OCR.
- :octocat: SimpleCV - ⭐ 2522 🍴 801 - An open source framework for building computer vision applications.
- :octocat: tesserocr - ⭐ 1575 🍴 210 - Another simple, Pillow-friendly, wrapper around the
tesseract-ocr
API for OCR.
Concurrency and Parallelism
Libraries for concurrent and parallel execution. Also see awesome-asyncio.
- 🌎 concurrent.futures - (Python standard library) A high-level interface for asynchronously executing callables.
- 🌎 eventlet - Asynchronous framework with WSGI support.
- :octocat: gevent - ⭐ 1309 🍴 208 - A coroutine-based Python networking library that uses greenlet.
- 🌎 multiprocessing - (Python standard library) Process-based parallelism.
- :octocat: scoop - ⭐ 529 🍴 84 - Scalable Concurrent Operations in Python.
- :octocat: uvloop - ⭐ 8280 🍴 491 - Ultra fast implementation of
asyncio
event loop on top oflibuv
.
Configuration
Libraries for storing and parsing configuration options.
- :octocat: configobj - ⭐ 260 🍴 63 - INI file parser with validation.
- 🌎 configparser - (Python standard library) INI file parser.
- :octocat: hydra - ⭐ 5292 🍴 426 - Hydra is a framework for elegantly configuring complex applications.
- 🌎 profig - Config from multiple formats with value conversion.
- :octocat: python-decouple - ⭐ 1997 🍴 146 - Strict separation of settings from code.
Cryptography
- 🌎 cryptography - A package designed to expose cryptographic primitives and recipes to Python developers.
- :octocat: paramiko - ⭐ 7399 🍴 1757 - The leading native Python SSHv2 protocol library.
- 🌎 passlib - Secure password storage/hashing library, very high level.
- :octocat: pynacl - ⭐ 838 🍴 204 - Python binding to the Networking and Cryptography (NaCl) library.
Data Analysis
Libraries for data analyzing.
- :octocat: AWS Data Wrangler - ⭐ 2410 🍴 399 - Pandas on AWS.
- :octocat: Blaze - ⭐ 3013 🍴 384 - NumPy and Pandas interface to Big Data.
- :octocat: Open Mining - ⭐ 1172 🍴 233 - Business Intelligence (BI) in Pandas interface.
- :octocat: Optimus - ⭐ 1154 🍴 211 - Agile Data Science Workflows made easy with PySpark.
- 🌎 Orange - Data mining, data visualization, analysis and machine learning through visual programming or scripts.
- 🌎 Pandas - A library providing high-performance, easy-to-use data structures and data analysis tools.
Data Validation
Libraries for validating data. Used for forms in many cases.
- :octocat: Cerberus - ⭐ 2642 🍴 214 - A lightweight and extensible data validation library.
- 🌎 colander - Validating and deserializing data obtained via XML, JSON, an HTML form post.
- :octocat: jsonschema - ⭐ 3490 🍴 496 - An implementation of JSON Schema for Python.
- :octocat: schema - ⭐ 2500 🍴 183 - A library for validating Python data structures.
- :octocat: Schematics - ⭐ 2464 🍴 296 - Data Structure Validation.
- :octocat: valideer - ⭐ 248 🍴 20 - Lightweight extensible data validation and adaptation library.
- :octocat: voluptuous - ⭐ 1710 🍴 196 - A Python data validation library.
Data Visualization
Libraries for visualizing data. Also see awesome-javascript.
- :octocat: Altair - ⭐ 7188 🍴 642 - Declarative statistical visualization library for Python.
- :octocat: Bokeh - ⭐ 15851 🍴 3858 - Interactive Web Plotting for Python.
- :octocat: bqplot - ⭐ 3219 🍴 458 - Interactive Plotting Library for the Jupyter Notebook
- :octocat: Cartopy - ⭐ 980 🍴 302 - A cartographic python library with matplotlib support
- 🌎 Dash - Built on top of Flask, React and Plotly aimed at analytical web applications.
- :octocat: awesome-dash - ⭐ 1388 🍴 194
- :octocat: diagrams - ⭐ 15843 🍴 891 - Diagram as Code.
- 🌎 Matplotlib - A Python 2D plotting library.
- :octocat: plotnine - ⭐ 2897 🍴 155 - A grammar of graphics for Python based on ggplot2.
- 🌎 Pygal - A Python SVG Charts Creator.
- 🌎 PyGraphviz - Python interface to Graphviz.
- 🌎 PyQtGraph - Interactive and realtime 2D/3D/Image plotting and science/engineering widgets.
- :octocat: Seaborn - ⭐ 9035 🍴 1542 - Statistical data visualization using Matplotlib.
- :octocat: VisPy - ⭐ 2783 🍴 584 - High-performance scientific visualization based on OpenGL.
Database
Databases implemented in Python.
- :octocat: pickleDB - ⭐ 624 🍴 108 - A simple and lightweight key-value store for Python.
- :octocat: tinydb - ⭐ 4744 🍴 418 - A tiny, document-oriented database.
- :octocat: ZODB - ⭐ 507 🍴 75 - A native object database for Python. A key-value and object graph database.
Database Drivers
Libraries for connecting and operating databases.
- MySQL - awesome-mysql
- :octocat: mysqlclient - ⭐ 1997 🍴 353 - MySQL connector with Python 3 support (mysql-python fork).
- :octocat: PyMySQL - ⭐ 6714 🍴 1336 - A pure Python MySQL driver compatible to mysql-python.
- PostgreSQL - awesome-postgres
- 🌎 psycopg2 - The most popular PostgreSQL adapter for Python.
- :octocat: queries - ⭐ 238 🍴 30 - A wrapper of the psycopg2 library for interacting with PostgreSQL.
- Other Relational Databases
- 🌎 pymssql - A simple database interface to Microsoft SQL Server.
- :octocat: SuperSQLite - ⭐ 688 🍴 21 - A supercharged SQLite library built on top of apsw.
- NoSQL Databases
- :octocat: cassandra-driver - ⭐ 1270 🍴 477 - The Python Driver for Apache Cassandra.
- :octocat: happybase - ⭐ 577 🍴 159 - A developer-friendly library for Apache HBase.
- :octocat: kafka-python - ⭐ 4689 🍴 1233 - The Python client for Apache Kafka.
- 🌎 py2neo - A client library and toolkit for working with Neo4j.
- :octocat: pymongo - ⭐ 3494 🍴 1032 - The official Python client for MongoDB.
- :octocat: redis-py - ⭐ 9909 🍴 2065 - The Python client for Redis.
- Asynchronous Clients
- :octocat: motor - ⭐ 1850 🍴 171 - The async Python driver for MongoDB.
Date and Time
Libraries for working with dates and times.
- 🌎 Arrow - A Python library that offers a sensible and human-friendly approach to creating, manipulating, formatting and converting dates, times and timestamps.
- :octocat: Chronyk - ⭐ 321 🍴 13 - A Python 3 library for parsing human-written times and dates.
- :octocat: dateutil - ⭐ 1720 🍴 392 - Extensions to the standard Python datetime module.
- :octocat: delorean - ⭐ 1795 🍴 126 - A library for clearing up the inconvenient truths that arise dealing with datetimes.
- :octocat: maya - ⭐ 3297 🍴 212 - Datetimes for Humans.
- :octocat: moment - ⭐ 688 🍴 42 - A Python library for dealing with dates/times. Inspired by Moment.js.
- :octocat: Pendulum - ⭐ 4651 🍴 275 - Python datetimes made easy.
- :octocat: PyTime - ⭐ 143 🍴 21 - An easy-to-use Python module which aims to operate date/time/datetime by string.
- 🌎 pytz - World timezone definitions, modern and historical. Brings the tz database into Python.
- :octocat: when.py - ⭐ 188 🍴 19 - Providing user-friendly functions to help perform common date and time actions.
Debugging Tools
Libraries for debugging code.
- pdb-like Debugger
- :octocat: ipdb - ⭐ 1503 🍴 135 - IPython-enabled pdb.
- :octocat: pdb++ - ⭐ 842 🍴 48 - Another drop-in replacement for pdb.
- :octocat: pudb - ⭐ 2286 🍴 191 - A full-screen, console-based Python debugger.
- :octocat: wdb - ⭐ 1537 🍴 107 - An improbable web debugger through WebSockets.
- Tracing
- :octocat: lptrace - ⭐ 682 🍴 40 - strace for Python programs.
- :octocat: manhole - ⭐ 319 🍴 17 - Debugging UNIX socket connections and present the stacktraces for all threads and an interactive prompt.
- :octocat: pyringe - ⭐ 1617 🍴 77 - Debugger capable of attaching to and injecting code into Python processes.
- :octocat: python-hunter - ⭐ 655 🍴 37 - A flexible code tracing toolkit.
- Profiler
- :octocat: line_profiler - ⭐ 3569 🍴 252 - Line-by-line profiling.
- :octocat: memory_profiler - ⭐ 67 🍴 13 - Monitor Memory usage of Python code.
- :octocat: profiling - ⭐ 2987 🍴 120 - An interactive Python profiler.
- :octocat: py-spy - ⭐ 7767 🍴 290 - A sampling profiler for Python programs. Written in Rust.
- :octocat: pyflame - ⭐ 2933 🍴 228 - A ptracing profiler For Python.
- :octocat: vprof - ⭐ 3806 🍴 168 - Visual Python profiler.
- Others
- :octocat: django-debug-toolbar - ⭐ 6799 🍴 965 - Display various debug information for Django.
- :octocat: django-devserver - ⭐ 1264 🍴 165 - A drop-in replacement for Django's runserver.
- :octocat: flask-debugtoolbar - ⭐ 820 🍴 126 - A port of the django-debug-toolbar to flask.
- :octocat: icecream - ⭐ 5638 🍴 114 - Inspect variables, expressions, and program execution with a single, simple function call.
- :octocat: pyelftools - ⭐ 1357 🍴 429 - Parsing and analyzing ELF files and DWARF debugging information.
Deep Learning
Frameworks for Neural Networks and Deep Learning. Also see awesome-deep-learning.
- :octocat: caffe - ⭐ 32182 🍴 18914 - A fast open framework for deep learning..
- :octocat: keras - ⭐ 53597 🍴 18961 - A high-level neural networks library and capable of running on top of either TensorFlow or Theano.
- :octocat: mxnet - ⭐ 19805 🍴 6882 - A deep learning framework designed for both efficiency and flexibility.
- :octocat: pytorch - ⭐ 53095 🍴 14590 - Tensors and Dynamic neural networks in Python with strong GPU acceleration.
- :octocat: SerpentAI - ⭐ 6121 🍴 725 - Game agent framework. Use any video game as a deep learning sandbox.
- :octocat: tensorflow - ⭐ 161624 🍴 86054 - The most popular Deep Learning framework created by Google.
- :octocat: Theano - ⭐ 9500 🍴 2508 - A library for fast numerical computation.
DevOps Tools
Software and libraries for DevOps.
- Configuration Management
- :octocat: ansible - ⭐ 51215 🍴 21408 - A radically simple IT automation platform.
- 🌎 cloudinit - A multi-distribution package that handles early initialization of a cloud instance.
- 🌎 OpenStack - Open source software for building private and public clouds.
- :octocat: pyinfra - ⭐ 1411 🍴 263 - A versatile CLI tools and python libraries to automate infrastructure.
- :octocat: saltstack - ⭐ 12108 🍴 5220 - Infrastructure automation and management system.
- SSH-style Deployment
- :octocat: cuisine - ⭐ 1244 🍴 162 - Chef-like functionality for Fabric.
- :octocat: fabric - ⭐ 13189 🍴 1856 - A simple, Pythonic tool for remote execution and deployment.
- :octocat: fabtools - ⭐ 1248 🍴 213 - Tools for writing awesome Fabric files.
- Process Management
- :octocat: honcho - ⭐ 1445 🍴 134 - A Python clone of Foreman, for managing Procfile-based applications.
- :octocat: supervisor - ⭐ 7126 🍴 1160 - Supervisor process control system for UNIX.
- Monitoring
- :octocat: psutil - ⭐ 7974 🍴 1189 - A cross-platform process and system utilities module.
- Backup
- 🌎 BorgBackup - A deduplicating archiver with compression and encryption.
- Others
- 🌎 docker-compose - Fast, isolated development environments using Docker.
Distributed Computing
Frameworks and libraries for Distributed Computing.
- Batch Processing
- :octocat: dask - ⭐ 9354 🍴 1414 - A flexible parallel computing library for analytic computing.
- :octocat: luigi - ⭐ 15281 🍴 2313 - A module that helps you build complex pipelines of batch jobs.
- :octocat: mrjob - ⭐ 2574 🍴 600 - Run MapReduce jobs on Hadoop or Amazon Web Services.
- 🌎 PySpark - Apache Spark Python API.
- :octocat: Ray - ⭐ 18713 🍴 3161 - A system for parallel and distributed Python that unifies the machine learning ecosystem.
- Stream Processing
- :octocat: faust - ⭐ 5921 🍴 505 - A stream processing library, porting the ideas from Kafka Streams to Python.
- :octocat: streamparse - ⭐ 1447 🍴 217 - Run Python code against real-time streams of data via Apache Storm.
Distribution
Libraries to create packaged executables for release distribution.
- :octocat: dh-virtualenv - ⭐ 1506 🍴 176 - Build and distribute a virtualenv as a Debian package.
- 🌎 Nuitka - Compile scripts, modules, packages to an executable or extension module.
- 🌎 py2app - Freezes Python scripts (Mac OS X).
- 🌎 py2exe - Freezes Python scripts (Windows).
- :octocat: pyarmor - ⭐ 1297 🍴 157 - A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.
- :octocat: PyInstaller - ⭐ 8721 🍴 1752 - Converts Python programs into stand-alone executables (cross-platform).
- 🌎 pynsist - A tool to build Windows installers, installers bundle Python itself.
- :octocat: shiv - ⭐ 1346 🍴 76 - A command line utility for building fully self-contained zipapps (PEP 441), but with all their dependencies included.
Documentation
Libraries for generating project documentation.
- :octocat: sphinx - ⭐ 4351 🍴 1618 - Python Documentation generator.
- :octocat: awesome-sphinxdoc - ⭐ 779 🍴 67
- :octocat: pdoc - ⭐ 1112 🍴 121 - Epydoc replacement to auto generate API documentation for Python libraries.
- :octocat: pycco - ⭐ 763 🍴 144 - The literate-programming-style documentation generator.
Downloader
Libraries for downloading.
- :octocat: akshare - ⭐ 4408 🍴 949 - A financial data interface library, built for human beings!
- :octocat: s3cmd - ⭐ 3775 🍴 838 - A command line tool for managing Amazon S3 and CloudFront.
- :octocat: s4cmd - ⭐ 1153 🍴 196 - Super S3 command line tool, good for higher performance.
- 🌎 you-get - A YouTube/Youku/Niconico video downloader written in Python 3.
- 🌎 youtube-dl - A small command-line program to download videos from YouTube.
E-commerce
Frameworks and libraries for e-commerce and payments.
- :octocat: alipay - ⭐ 319 🍴 98 - Unofficial Alipay API for Python.
- :octocat: Cartridge - ⭐ 636 🍴 295 - A shopping cart app built using the Mezzanine.
- 🌎 django-oscar - An open-source e-commerce framework for Django.
- :octocat: django-shop - ⭐ 2712 🍴 951 - A Django based shop system.
- :octocat: forex-python - ⭐ 451 🍴 144 - Foreign exchange rates, Bitcoin price index and currency conversion.
- :octocat: merchant - ⭐ 977 🍴 177 - A Django app to accept payments from various payment processors.
- :octocat: money - ⭐ 201 🍴 26 -
Money
class with optional CLDR-backed locale-aware formatting and an extensible currency exchange. - :octocat: python-currencies - ⭐ 57 🍴 12 - Display money format and its filthy currencies.
- 🌎 saleor - An e-commerce storefront for Django.
- 🌎 shoop - An open source E-Commerce platform based on Django.
Editor Plugins and IDEs
- Emacs
- :octocat: elpy - ⭐ 1747 🍴 233 - Emacs Python Development Environment.
- Sublime Text
- :octocat: anaconda - ⭐ 2129 🍴 252 - Anaconda turns your Sublime Text 3 in a full featured Python development IDE.
- :octocat: SublimeJEDI - ⭐ 921 🍴 108 - A Sublime Text plugin to the awesome auto-complete library Jedi.
- Vim
- :octocat: jedi-vim - ⭐ 4928 🍴 374 - Vim bindings for the Jedi auto-completion library for Python.
- :octocat: python-mode - ⭐ 5296 🍴 895 - An all in one plugin for turning Vim into a Python IDE.
- :octocat: YouCompleteMe - ⭐ 23561 🍴 2745 - Includes Jedi-based completion engine for Python.
- Visual Studio
- :octocat: PTVS - ⭐ 2398 🍴 678 - Python Tools for Visual Studio.
- Visual Studio Code
- 🌎 Python - The official VSCode extension with rich support for Python.
- IDE
- 🌎 PyCharm - Commercial Python IDE by JetBrains. Has free community edition available.
- :octocat: spyder - ⭐ 6741 🍴 1377 - Open Source Python IDE.
Libraries for sending and parsing email.
- Mail Servers
- :octocat: modoboa - ⭐ 2009 🍴 283 - A mail hosting and management platform including a modern Web UI.
- :octocat: salmon - ⭐ 518 🍴 52 - A Python Mail Server.
- Clients
- :octocat: imbox - ⭐ 1028 🍴 166 - Python IMAP for Humans.
- :octocat: yagmail - ⭐ 2173 🍴 251 - Yet another Gmail/SMTP client.
- Others
- :octocat: flanker - ⭐ 1505 🍴 191 - An email address and Mime parsing library.
- :octocat: mailer - ⭐ 234 🍴 54 - High-performance extensible mail delivery framework.
Environment Management
Libraries for Python version and virtual environment management.
- :octocat: pyenv - ⭐ 25684 🍴 2304 - Simple Python version management.
- :octocat: virtualenv - ⭐ 4031 🍴 924 - A tool to create isolated Python environments.
Files
Libraries for file manipulation and MIME type detection.
- 🌎 mimetypes - (Python standard library) Map filenames to MIME types.
- :octocat: path.py - ⭐ 972 🍴 135 - A module wrapper for os.path.
- 🌎 pathlib - (Python standard library) An cross-platform, object-oriented path library.
- :octocat: PyFilesystem2 - ⭐ 1586 🍴 162 - Python's filesystem abstraction layer.
- :octocat: python-magic - ⭐ 2013 🍴 238 - A Python interface to the libmagic file type identification library.
- :octocat: Unipath - ⭐ 499 🍴 37 - An object-oriented approach to file/directory operations.
- :octocat: watchdog - ⭐ 5085 🍴 618 - API and shell utilities to monitor file system events.
Foreign Function Interface
Libraries for providing foreign function interface.
- 🌎 cffi - Foreign Function Interface for Python calling C code.
- 🌎 ctypes - (Python standard library) Foreign Function Interface for Python calling C code.
- 🌎 PyCUDA - A Python wrapper for Nvidia's CUDA API.
- 🌎 SWIG - Simplified Wrapper and Interface Generator.
Forms
Libraries for working with forms.
- :octocat: Deform - ⭐ 372 🍴 161 - Python HTML form generation library influenced by the formish form generation library.
- :octocat: django-bootstrap3 - ⭐ 2271 🍴 689 - Bootstrap 3 integration with Django.
- :octocat: django-bootstrap4 - ⭐ 943 🍴 240 - Bootstrap 4 integration with Django.
- :octocat: django-crispy-forms - ⭐ 4381 🍴 699 - A Django app which lets you create beautiful forms in a very elegant and DRY way.
- :octocat: django-remote-forms - ⭐ 215 🍴 108 - A platform independent Django form serializer.
- :octocat: WTForms - ⭐ 1275 🍴 363 - A flexible forms validation and rendering library.
Functional Programming
Functional Programming with Python.
- :octocat: Coconut - ⭐ 3432 🍴 101 - A variant of Python built for simple, elegant, Pythonic functional programming.
- :octocat: CyToolz - ⭐ 815 🍴 60 - Cython implementation of
Toolz
: High performance functional utilities. - :octocat: fn.py - ⭐ 3161 🍴 194 - Functional programming in Python: implementation of missing features to enjoy FP.
- :octocat: funcy - ⭐ 2702 🍴 121 - A fancy and practical functional tools.
- :octocat: more-itertools - ⭐ 2259 🍴 188 - More routines for operating on iterables, beyond
itertools
. - :octocat: returns - ⭐ 2041 🍴 87 - A set of type-safe monads, transformers, and composition utilities.
- :octocat: Toolz - ⭐ 3767 🍴 231 - A collection of functional utilities for iterators, functions, and dictionaries.
GUI Development
Libraries for working with graphical user interface applications.
- 🌎 curses - Built-in wrapper for ncurses used to create terminal GUI applications.
- :octocat: Eel - ⭐ 4750 🍴 494 - A library for making simple Electron-like offline HTML/JS GUI apps.
- :octocat: enaml - ⭐ 1135 🍴 121 - Creating beautiful user-interfaces with Declarative Syntax like QML.
- :octocat: Flexx - ⭐ 2853 🍴 251 - Flexx is a pure Python toolkit for creating GUI's, that uses web technology for its rendering.
- :octocat: Gooey - ⭐ 15205 🍴 814 - Turn command line programs into a full GUI application with one line.
- 🌎 kivy - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
- :octocat: pyglet - ⭐ 1007 🍴 201 - A cross-platform windowing and multimedia library for Python.
- 🌎 PyGObject - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3).
- 🌎 PyQt - Python bindings for the Qt cross-platform application and UI framework.
- :octocat: PySimpleGUI - ⭐ 9151 🍴 1354 - Wrapper for tkinter, Qt, WxPython and Remi.
- :octocat: pywebview - ⭐ 2689 🍴 361 - A lightweight cross-platform native wrapper around a webview component.
- 🌎 Tkinter - Tkinter is Python's de-facto standard GUI package.
- :octocat: Toga - ⭐ 2893 🍴 508 - A Python native, OS native GUI toolkit.
- 🌎 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.
- :octocat: DearPyGui - ⭐ 6790 🍴 330 - A Simple GPU accelerated Python GUI framework
GraphQL
Libraries for working with GraphQL.
- :octocat: graphene - ⭐ 6984 🍴 747 - GraphQL framework for Python.
- :octocat: tartiflette-aiohttp - ⭐ 56 🍴 8 - An
aiohttp
-based wrapper for Tartiflette to expose GraphQL APIs over HTTP. - :octocat: tartiflette-asgi - ⭐ 97 🍴 14 - ASGI support for the Tartiflette GraphQL engine.
- 🌎 tartiflette - SDL-first GraphQL engine implementation for Python 3.6+ and asyncio.
Game Development
Awesome game development libraries.
- 🌎 Arcade - Arcade is a modern Python framework for crafting games with compelling graphics and sound.
- 🌎 Cocos2d - cocos2d is a framework for building 2D games, demos, and other graphical/interactive applications.
- 🌎 Harfang3D - Python framework for 3D, VR and game development.
- 🌎 Panda3D - 3D game engine developed by Disney.
- 🌎 Pygame - Pygame is a set of Python modules designed for writing games.
- 🌎 PyOgre - Python bindings for the Ogre 3D render engine, can be used for games, simulations, anything 3D.
- 🌎 PyOpenGL - Python ctypes bindings for OpenGL and it's related APIs.
- 🌎 PySDL2 - A ctypes based wrapper for the SDL2 library.
- 🌎 RenPy - A Visual Novel engine.
Geolocation
Libraries for geocoding addresses and working with latitudes and longitudes.
- :octocat: django-countries - ⭐ 1061 🍴 220 - A Django app that provides a country field for models and forms.
- 🌎 GeoDjango - A world-class geographic web framework.
- :octocat: GeoIP - ⭐ 224 🍴 62 - Python API for MaxMind GeoIP Legacy Database.
- :octocat: geojson - ⭐ 677 🍴 88 - Python bindings and utilities for GeoJSON.
- :octocat: geopy - ⭐ 3529 🍴 566 - Python Geocoding Toolbox.
- :octocat: pygeoip - ⭐ 481 🍴 114 - Pure Python GeoIP API.
HTML Manipulation
Libraries for working with HTML and XML.
- 🌎 BeautifulSoup - Providing Pythonic idioms for iterating, searching, and modifying HTML or XML.
- :octocat: bleach - ⭐ 2272 🍴 231 - A whitelist-based HTML sanitization and text linkification library.
- 🌎 cssutils - A CSS library for Python.
- :octocat: html5lib - ⭐ 942 🍴 259 - A standards-compliant library for parsing and serializing HTML documents and fragments.
- 🌎 lxml - A very fast, easy-to-use and versatile library for handling HTML and XML.
- :octocat: MarkupSafe - ⭐ 440 🍴 113 - Implements a XML/HTML/XHTML Markup safe string for Python.
- :octocat: pyquery - ⭐ 2065 🍴 176 - A jQuery-like library for parsing HTML.
- :octocat: untangle - ⭐ 537 🍴 80 - Converts XML documents to Python objects for easy access.
- 🌎 WeasyPrint - A visual rendering engine for HTML and CSS that can export to PDF.
- 🌎 xmldataset - Simple XML Parsing.
- :octocat: xmltodict - ⭐ 4639 🍴 441 - Working with XML feel like you are working with JSON.
HTTP Clients
Libraries for working with HTTP.
- :octocat: grequests - ⭐ 3920 🍴 337 - requests + gevent for asynchronous HTTP requests.
- :octocat: httplib2 - ⭐ 433 🍴 159 - Comprehensive HTTP client library.
- :octocat: httpx - ⭐ 8129 🍴 536 - A next generation HTTP client for Python.
- :octocat: requests - ⭐ 46635 🍴 8584 - HTTP Requests for Humans.
- :octocat: treq - ⭐ 539 🍴 141 - Python requests like API built on top of Twisted's HTTP client.
- :octocat: urllib3 - ⭐ 2870 🍴 893 - A HTTP library with thread-safe connection pooling, file post support, sanity friendly.
Hardware
Libraries for programming with hardware.
- 🌎 ino - Command line toolkit for working with Arduino.
- :octocat: keyboard - ⭐ 2703 🍴 327 - Hook and simulate global keyboard events on Windows and Linux.
- :octocat: mouse - ⭐ 558 🍴 86 - Hook and simulate global mouse events on Windows and Linux.
- 🌎 Pingo - Pingo provides a uniform API to program devices like the Raspberry Pi, pcDuino, Intel Galileo, etc.
- :octocat: PyUserInput - ⭐ 994 🍴 246 - A module for cross-platform control of the mouse and keyboard.
- :octocat: scapy - ⭐ 6971 🍴 1580 - A brilliant packet manipulation library.
- :octocat: wifi - ⭐ 284 🍴 157 - A Python library and command line tool for working with WiFi on Linux.
Image Processing
Libraries for manipulating images.
- :octocat: hmap - ⭐ 190 🍴 21 - Image histogram remapping.
- 🌎 imgSeek - A project for searching a collection of images using visual similarity.
- :octocat: nude.py - ⭐ 828 🍴 134 - Nudity detection.
- :octocat: pagan - ⭐ 243 🍴 35 - Retro identicon (Avatar) generation based on input string and hash.
- :octocat: pillow - ⭐ 9287 🍴 1774 - Pillow is the friendly PIL fork.
- :octocat: python-barcode - ⭐ 312 🍴 88 - Create barcodes in Python with no extra dependencies.
- :octocat: pygram - ⭐ 103 🍴 12 - Instagram-like image filters.
- 🌎 PyMatting - A library for alpha matting.
- :octocat: python-qrcode - ⭐ 2851 🍴 486 - A pure Python QR Code generator.
- :octocat: pywal - ⭐ 5944 🍴 250 - A tool that generates color schemes from images.
- :octocat: pyvips - ⭐ 378 🍴 34 - A fast image processing library with low memory needs.
- :octocat: Quads - ⭐ 1052 🍴 128 - Computer art based on quadtrees.
- 🌎 scikit-image - A Python library for (scientific) image processing.
- :octocat: thumbor - ⭐ 8713 🍴 743 - A smart imaging service. It enables on-demand crop, re-sizing and flipping of images.
- :octocat: wand - ⭐ 1136 🍴 194 - Python bindings for MagickWand, C API for ImageMagick.
Implementations
Implementations of Python.
- :octocat: CLPython - ⭐ 327 🍴 32 - Implementation of the Python programming language written in Common Lisp.
- :octocat: CPython - ⭐ 42082 🍴 21386 - Default, most widely used implementation of the Python programming language written in C.
- 🌎 Cython - Optimizing Static Compiler for Python.
- :octocat: Grumpy - ⭐ 10412 🍴 676 - More compiler than interpreter as more powerful CPython2.7 replacement (alpha).
- :octocat: IronPython - ⭐ 1653 🍴 201 - Implementation of the Python programming language written in C#.
- 🌎 Jython - Implementation of Python programming language written in Java for the JVM.
- :octocat: MicroPython - ⭐ 13523 🍴 5002 - A lean and efficient Python programming language implementation.
- 🌎 Numba - Python JIT compiler to LLVM aimed at scientific Python.
- :octocat: PeachPy - ⭐ 1596 🍴 139 - x86-64 assembler embedded in Python.
- :octocat: Pyjion - ⭐ 1542 🍴 119 - A JIT for Python based upon CoreCLR.
- 🌎 PyPy - A very fast and compliant implementation of the Python language.
- :octocat: Pyston - ⭐ 4969 🍴 313 - A Python implementation using JIT techniques.
- :octocat: Stackless Python - ⭐ 778 🍴 53 - An enhanced version of the Python programming language.
Interactive Interpreter
Interactive Python interpreters (REPL).
- :octocat: bpython - ⭐ 2006 🍴 204 - A fancy interface to the Python interpreter.
- 🌎 Jupyter Notebook (IPython) - A rich toolkit to help you make the most out of using Python interactively.
- :octocat: awesome-jupyter - ⭐ 2535 🍴 320
- :octocat: ptpython - ⭐ 4385 🍴 252 - Advanced Python REPL built on top of the python-prompt-toolkit.
Internationalization
Libraries for working with i18n.
- 🌎 Babel - An internationalization library for Python.
- :octocat: PyICU - ⭐ 130 🍴 57 - A wrapper of International Components for Unicode C++ library (ICU).
Job Scheduler
Libraries for scheduling jobs.
- 🌎 Airflow - Airflow is a platform to programmatically author, schedule and monitor workflows.
- 🌎 APScheduler - A light but powerful in-process task scheduler that lets you schedule functions.
- :octocat: django-schedule - ⭐ 803 🍴 290 - A calendaring app for Django.
- 🌎 doit - A task runner and build tool.
- :octocat: gunnery - ⭐ 731 🍴 79 - Multipurpose task execution tool for distributed systems with web-based interface.
- 🌎 Joblib - A set of tools to provide lightweight pipelining in Python.
- :octocat: Plan - ⭐ 1148 🍴 95 - Writing crontab file in Python like a charm.
- :octocat: Prefect - ⭐ 8052 🍴 768 - A modern workflow orchestration framework that makes it easy to build, schedule and monitor robust data pipelines.
- :octocat: schedule - ⭐ 9319 🍴 832 - Python job scheduling for humans.
- :octocat: Spiff - ⭐ 1092 🍴 249 - A powerful workflow engine implemented in pure Python.
- 🌎 TaskFlow - A Python library that helps to make task execution easy, consistent and reliable.
Logging
Libraries for generating and working with logs.
- 🌎 logbook - Logging replacement for Python.
- 🌎 logging - (Python standard library) Logging facility for Python.
- :octocat: loguru - ⭐ 10717 🍴 475 - Library which aims to bring enjoyable logging in Python.
- :octocat: sentry-python - ⭐ 1116 🍴 257 - Sentry SDK for Python.
- 🌎 structlog - Structured logging made easy.
Machine Learning
Libraries for Machine Learning. Also see awesome-machine-learning.
- :octocat: gym - ⭐ 26124 🍴 7501 - A toolkit for developing and comparing reinforcement learning algorithms.
- :octocat: H2O - ⭐ 5671 🍴 1887 - Open Source Fast Scalable Machine Learning Platform.
- :octocat: Metrics - ⭐ 1471 🍴 438 - Machine learning evaluation metrics.
- :octocat: NuPIC - ⭐ 6293 🍴 1578 - Numenta Platform for Intelligent Computing.
- 🌎 scikit-learn - The most popular Python library for Machine Learning.
- 🌎 Spark ML - Apache Spark's scalable Machine Learning library.
- :octocat: vowpal_porpoise - ⭐ 161 🍴 30 - A lightweight Python wrapper for Vowpal Wabbit.
- :octocat: xgboost - ⭐ 22064 🍴 8264 - A scalable, portable, and distributed gradient boosting library.
- :octocat: MindsDB - ⭐ 4259 🍴 564 - MindsDB is an open source AI layer for existing databases that allows you to effortlessly develop, train and deploy state-of-the-art machine learning models using standard queries.
Microsoft Windows
Python programming on Microsoft Windows.
- 🌎 Python(x,y) - Scientific-applications-oriented Python Distribution based on Qt and Spyder.
- 🌎 pythonlibs - Unofficial Windows binaries for Python extension packages.
- :octocat: PythonNet - ⭐ 2888 🍴 553 - Python Integration with the .NET Common Language Runtime (CLR).
- :octocat: PyWin32 - ⭐ 3475 🍴 658 - Python Extensions for Windows.
- 🌎 WinPython - Portable development environment for Windows 7/8.
Miscellaneous
Useful libraries or tools that don't fit in the categories above.
- :octocat: blinker - ⭐ 1318 🍴 164 - A fast Python in-process signal/event dispatching system.
- :octocat: boltons - ⭐ 5681 🍴 316 - A set of pure-Python utilities.
- :octocat: itsdangerous - ⭐ 2372 🍴 195 - Various helpers to pass trusted data to untrusted environments.
- :octocat: magenta - ⭐ 17323 🍴 3577 - A tool to generate music and art using artificial intelligence.
- :octocat: pluginbase - ⭐ 993 🍴 145 - A simple but flexible plugin system for Python.
- 🌎 tryton - A general purpose business framework.
Natural Language Processing
Libraries for working with human languages.
- General
- :octocat: gensim - ⭐ 12805 🍴 4139 - Topic Modeling for Humans.
- :octocat: langid.py - ⭐ 1896 🍴 286 - Stand-alone language identification system.
- 🌎 nltk - A leading platform for building Python programs to work with human language data.
- :octocat: pattern - ⭐ 8124 🍴 1580 - A web mining module.
- :octocat: polyglot - ⭐ 1936 🍴 311 - Natural language pipeline supporting hundreds of languages.
- :octocat: pytext - ⭐ 6269 🍴 817 - A natural language modeling framework based on PyTorch.
- :octocat: PyTorch-NLP - ⭐ 1999 🍴 247 - A toolkit enabling rapid deep learning NLP prototyping for research.
- 🌎 spacy - A library for industrial-strength natural language processing in Python and Cython.
- :octocat: Stanza - ⭐ 5915 🍴 766 - The Stanford NLP Group's official Python library, supporting 60+ languages.
- Chinese
- :octocat: funNLP - ⭐ 35839 🍴 10378 - A collection of tools and datasets for Chinese NLP.
- :octocat: jieba - ⭐ 27663 🍴 6448 - The most popular Chinese text segmentation library.
- :octocat: pkuseg-python - ⭐ 5708 🍴 915 - A toolkit for Chinese word segmentation in various domains.
- :octocat: snownlp - ⭐ 5667 🍴 1310 - A library for processing Chinese text.
Network Virtualization
Tools and libraries for Virtual Networking and SDN (Software Defined Networking).
- :octocat: mininet - ⭐ 4209 🍴 1563 - A popular network emulator and API written in Python.
- :octocat: napalm - ⭐ 1802 🍴 497 - Cross-vendor API to manipulate network devices.
- :octocat: pox - ⭐ 555 🍴 453 - A Python-based SDN control applications, such as OpenFlow SDN controllers.
News Feed
Libraries for building user's activities.
- :octocat: django-activity-stream - ⭐ 1986 🍴 475 - Generating generic activity streams from the actions on your site.
- :octocat: Stream Framework - ⭐ 4579 🍴 558 - Building news feed and notification systems using Cassandra and Redis.
ORM
Libraries that implement Object-Relational Mapping or data mapping techniques.
- Relational Databases
- 🌎 Django Models - The Django ORM.
- 🌎 SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper.
- :octocat: awesome-sqlalchemy - ⭐ 2317 🍴 138
- :octocat: dataset - ⭐ 4114 🍴 278 - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL.
- :octocat: orator - ⭐ 1305 🍴 157 - The Orator ORM provides a simple yet beautiful ActiveRecord implementation.
- :octocat: orm - ⭐ 1483 🍴 84 - An async ORM.
- :octocat: peewee - ⭐ 8837 🍴 1320 - A small, expressive ORM.
- :octocat: pony - ⭐ 2771 🍴 208 - ORM that provides a generator-oriented interface to SQL.
- :octocat: pydal - ⭐ 403 🍴 122 - A pure Python Database Abstraction Layer.
- NoSQL Databases
- :octocat: hot-redis - ⭐ 275 🍴 30 - Rich Python data types for Redis.
- :octocat: mongoengine - ⭐ 3643 🍴 1182 - A Python Object-Document-Mapper for working with MongoDB.
- :octocat: PynamoDB - ⭐ 1798 🍴 387 - A Pythonic interface for Amazon DynamoDB.
- :octocat: redisco - ⭐ 433 🍴 85 - A Python Library for Simple Models and Containers Persisted in Redis.
Package Management
Libraries for package and dependency management.
- 🌎 pip - The package installer for Python.
- :octocat: pip-tools - ⭐ 5423 🍴 477 - A set of tools to keep your pinned Python dependencies fresh.
- 🌎 PyPI
- :octocat: conda - ⭐ 4455 🍴 1115 - Cross-platform, Python-agnostic binary package manager.
- :octocat: poetry - ⭐ 17718 🍴 1473 - Python dependency management and packaging made easy.
Package Repositories
Local PyPI repository server and proxies.
- :octocat: bandersnatch - ⭐ 274 🍴 105 - PyPI mirroring tool provided by Python Packaging Authority (PyPA).
- :octocat: devpi - ⭐ 519 🍴 96 - PyPI server and packaging/testing/release tool.
- :octocat: localshop - ⭐ 375 🍴 115 - Local PyPI server (custom packages and auto-mirroring of pypi).
- :octocat: warehouse - ⭐ 2866 🍴 826 - Next generation Python Package Repository (PyPI).
Penetration Testing
Frameworks and tools for penetration testing.
- :octocat: fsociety - ⭐ 7261 🍴 1651 - A Penetration testing framework.
- :octocat: setoolkit - ⭐ 7181 🍴 2140 - A toolkit for social engineering.
- :octocat: sqlmap - ⭐ 22070 🍴 4629 - Automatic SQL injection and database takeover tool.
Permissions
Libraries that allow or deny users access to data or functionality.
- :octocat: django-guardian - ⭐ 3110 🍴 534 - Implementation of per object permissions for Django 1.2+
- :octocat: django-rules - ⭐ 1403 🍴 116 - A tiny but powerful app providing object-level permissions to Django, without requiring a database.
Processes
Libraries for starting and communicating with OS processes.
- :octocat: delegator.py - ⭐ 1580 🍴 82 - Subprocesses for Humans 2.0.
- 🌎 sarge - Yet another wrapper for subprocess.
- :octocat: sh - ⭐ 5969 🍴 449 - A full-fledged subprocess replacement for Python.
Recommender Systems
Libraries for building recommender systems.
- :octocat: annoy - ⭐ 9320 🍴 973 - Approximate Nearest Neighbors in C++/Python optimized for memory usage.
- :octocat: fastFM - ⭐ 956 🍴 199 - A library for Factorization Machines.
- :octocat: implicit - ⭐ 2578 🍴 529 - A fast Python implementation of collaborative filtering for implicit datasets.
- :octocat: libffm - ⭐ 1532 🍴 463 - A library for Field-aware Factorization Machine (FFM).
- :octocat: lightfm - ⭐ 3889 🍴 625 - A Python implementation of a number of popular recommendation algorithms.
- :octocat: spotlight - ⭐ 2630 🍴 401 - Deep recommender models using PyTorch.
- :octocat: Surprise - ⭐ 5169 🍴 909 - A scikit for building and analyzing recommender systems.
- :octocat: tensorrec - ⭐ 1170 🍴 220 - A Recommendation Engine Framework in TensorFlow.
Refactoring
Refactoring tools and libraries for Python
- 🌎 Bicycle Repair Man - Bicycle Repair Man, a refactoring tool for Python.
- 🌎 Bowler - Safe code refactoring for modern Python.
- :octocat: Rope - ⭐ 1256 🍴 151 - Rope is a python refactoring library.
RESTful API
Libraries for building RESTful APIs.
- Django
- 🌎 django-rest-framework - A powerful and flexible toolkit to build web APIs.
- 🌎 django-tastypie - Creating delicious APIs for Django apps.
- Flask
- :octocat: eve - ⭐ 6421 🍴 740 - REST API framework powered by Flask, MongoDB and good intentions.
- :octocat: flask-api - ⭐ 1290 🍴 162 - Browsable Web APIs for Flask.
- :octocat: flask-restful - ⭐ 6244 🍴 973 - Quickly building REST APIs for Flask.
- Pyramid
- :octocat: cornice - ⭐ 370 🍴 155 - A RESTful framework for Pyramid.
- Framework agnostic
- :octocat: apistar - ⭐ 5607 🍴 433 - A smart Web API framework, designed for Python 3.
- :octocat: falcon - ⭐ 8662 🍴 858 - A high-performance framework for building cloud APIs and web app backends.
- :octocat: fastapi - ⭐ 40198 🍴 2996 - A modern, fast, web framework for building APIs with Python 3.6+ based on standard Python type hints.
- :octocat: hug - ⭐ 6574 🍴 376 - A Python 3 framework for cleanly exposing APIs.
- :octocat: sandman2 - ⭐ 1768 🍴 189 - Automated REST APIs for existing database-driven systems.
- :octocat: sanic - ⭐ 15715 🍴 1405 - A Python 3.6+ web server and web framework that's written to go fast.
- 🌎 vibora - Fast, efficient and asynchronous Web framework inspired by Flask.
Robotics
Libraries for robotics.
- :octocat: PythonRobotics - ⭐ 14076 🍴 4624 - This is a compilation of various robotics algorithms with visualizations.
- 🌎 rospy - This is a library for ROS (Robot Operating System).
RPC Servers
RPC-compatible servers.
- :octocat: RPyC (Remote Python Call) - ⭐ 1097 🍴 209 - A transparent and symmetric RPC library for Python
- :octocat: zeroRPC - ⭐ 2877 🍴 373 - zerorpc is a flexible RPC implementation based on ZeroMQ and MessagePack.
Science
Libraries for scientific computing. Also see Python-for-Scientists.
- 🌎 astropy - A community Python library for Astronomy.
- :octocat: bcbio-nextgen - ⭐ 853 🍴 345 - Providing best-practice pipelines for fully automated high throughput sequencing analysis.
- :octocat: bccb - ⭐ 532 🍴 225 - Collection of useful code related to biological analysis.
- 🌎 Biopython - Biopython is a set of freely available tools for biological computation.
- 🌎 cclib - A library for parsing and interpreting the results of computational chemistry packages.
- 🌎 Colour - Implementing a comprehensive number of colour theory transformations and algorithms.
- :octocat: Karate Club - ⭐ 1479 🍴 180 - Unsupervised machine learning toolbox for graph structured data.
- 🌎 NetworkX - A high-productivity software for complex networks.
- 🌎 NIPY - A collection of neuroimaging toolkits.
- 🌎 NumPy - A fundamental package for scientific computing with Python.
- :octocat: ObsPy - A Python toolbox for seismology.
- 🌎 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.
- :octocat: PyMC - ⭐ 6252 🍴 1499 - Markov Chain Monte Carlo sampling toolkit.
- 🌎 QuTiP - Quantum Toolbox in Python.
- 🌎 RDKit - Cheminformatics and Machine Learning Software.
- 🌎 SciPy - A Python-based ecosystem of open-source software for mathematics, science, and engineering.
- 🌎 SimPy - A process-based discrete-event simulation framework.
- :octocat: statsmodels - ⭐ 6981 🍴 2387 - Statistical modeling and econometrics in Python.
- :octocat: SymPy - ⭐ 8744 🍴 3564 - A Python library for symbolic mathematics.
- :octocat: Zipline - ⭐ 14774 🍴 4275 - A Pythonic algorithmic trading library.
Search
Libraries and software for indexing and performing search queries on data.
- :octocat: django-haystack - ⭐ 3256 🍴 1278 - Modular search for Django.
- :octocat: elasticsearch-dsl-py - ⭐ 3393 🍴 719 - The official high-level Python client for Elasticsearch.
- 🌎 elasticsearch-py - The official low-level Python client for Elasticsearch.
- :octocat: pysolr - ⭐ 612 🍴 321 - A lightweight Python wrapper for Apache Solr.
- 🌎 whoosh - A fast, pure Python search engine library.
Serialization
Libraries for serializing complex data types
- :octocat: marshmallow - ⭐ 5881 🍴 593 - A lightweight library for converting complex objects to and from simple Python datatypes.
- :octocat: pysimdjson - ⭐ 505 🍴 41 - A Python bindings for simdjson.
- :octocat: python-rapidjson - ⭐ 437 🍴 36 - A Python wrapper around RapidJSON.
- :octocat: ultrajson - ⭐ 3518 🍴 341 - A fast JSON decoder and encoder written in C with Python bindings.
Serverless Frameworks
Frameworks for developing serverless Python code.
- :octocat: python-lambda - ⭐ 1344 🍴 224 - A toolkit for developing and deploying Python code in AWS Lambda.
- :octocat: Zappa - ⭐ 11849 🍴 1271 - A tool for deploying WSGI applications on AWS Lambda and API Gateway.
Shell
Shells based on Python.
- :octocat: xonsh - ⭐ 5376 🍴 530 - A Python-powered, cross-platform, Unix-gazing shell language and command prompt.
Specific Formats Processing
Libraries for parsing and manipulating specific text formats.
- General
- :octocat: tablib - ⭐ 4057 🍴 571 - A module for Tabular Datasets in XLS, CSV, JSON, YAML.
- Office
- :octocat: docxtpl - ⭐ 1170 🍴 287 - Editing a docx document by jinja2 template
- 🌎 openpyxl - A library for reading and writing Excel 2010 xlsx/xlsm/xltx/xltm files.
- :octocat: pyexcel - ⭐ 982 🍴 147 - Providing one API for reading, manipulating and writing csv, ods, xls, xlsx and xlsm files.
- :octocat: python-docx - ⭐ 2930 🍴 817 - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
- :octocat: python-pptx - ⭐ 1423 🍴 349 - Python library for creating and updating PowerPoint (.pptx) files.
- :octocat: unoconv - ⭐ 2236 🍴 399 - Convert between any document format supported by LibreOffice/OpenOffice.
- :octocat: XlsxWriter - ⭐ 2787 🍴 558 - A Python module for creating Excel .xlsx files.
- :octocat: xlwings - ⭐ 2189 🍴 395 - A BSD-licensed library that makes it easy to call Python from Excel and vice versa.
- :octocat: xlwt / xlrd - ⭐ 980 🍴 286 - Writing and reading data and formatting information from Excel files.
- PDF
- :octocat: PDFMiner - ⭐ 4719 🍴 1080 - A tool for extracting information from PDF documents.
- :octocat: PyPDF2 - ⭐ 3957 🍴 1010 - A library capable of splitting, merging and transforming PDF pages.
- 🌎 ReportLab - Allowing Rapid creation of rich PDF documents.
- Markdown
- :octocat: Mistune - ⭐ 2024 🍴 208 - Fastest and full featured pure Python parsers of Markdown.
- :octocat: Python-Markdown - ⭐ 2732 🍴 705 - A Python implementation of John Gruber’s Markdown.
- YAML
- 🌎 PyYAML - YAML implementations for Python.
- CSV
- :octocat: csvkit - ⭐ 4813 🍴 560 - Utilities for converting to and working with CSV.
- Archive
- :octocat: unp - ⭐ 398 🍴 58 - A command line tool that can unpack archives easily.
Static Site Generator
Static site generator is a software that takes some text + templates as input and produces HTML files on the output.
- :octocat: lektor - ⭐ 3510 🍴 285 - An easy to use static CMS and blog engine.
- :octocat: mkdocs - ⭐ 13415 🍴 1908 - Markdown friendly documentation generator.
- :octocat: makesite - ⭐ 1591 🍴 252 - Simple, lightweight, and magic-free static site/blog generator (< 130 lines).
- :octocat: nikola - ⭐ 2229 🍴 422 - A static website and blog generator.
- :octocat: pelican - ⭐ 10728 🍴 1763 - Static site generator that supports Markdown and reST syntax.
Tagging
Libraries for tagging items.
- :octocat: django-taggit - ⭐ 2760 🍴 588 - Simple tagging for Django.
Task Queues
Libraries for working with task queues.
- 🌎 celery - An asynchronous task queue/job queue based on distributed message passing.
- :octocat: daramatiq - ⭐ 2848 🍴 213 - A fast and reliable background task processing library for Python 3.
- :octocat: huey - ⭐ 3777 🍴 329 - Little multi-threaded task queue.
- :octocat: mrq - ⭐ 857 🍴 115 - A distributed worker task queue in Python using Redis & gevent.
- :octocat: rq - ⭐ 8084 🍴 1271 - Simple job queues for Python.
Template Engine
Libraries and tools for templating and lexing.
- 🌎 Genshi - Python templating toolkit for generation of web-aware output.
- :octocat: Jinja2 - ⭐ 8187 🍴 1449 - A modern and designer friendly templating language.
- 🌎 Mako - Hyperfast and lightweight templating for the Python platform.
Testing
Libraries for testing codebases and generating test data.
- Testing Frameworks
- :octocat: hypothesis - ⭐ 5590 🍴 477 - Hypothesis is an advanced Quickcheck style property based testing library.
- :octocat: nose2 - ⭐ 698 🍴 135 - The successor to
nose
, based on `unittest2. - 🌎 pytest - A mature full-featured Python testing tool.
- :octocat: Robot Framework - ⭐ 6571 🍴 1843 - A generic test automation framework.
- 🌎 unittest - (Python standard library) Unit testing framework.
- Test Runners
- :octocat: green - ⭐ 718 🍴 74 - A clean, colorful test runner.
- 🌎 mamba - The definitive testing tool for Python. Born under the banner of BDD.
- 🌎 tox - Auto builds and tests distributions in multiple Python versions
- GUI / Web Testing
- :octocat: locust - ⭐ 17850 🍴 2321 - Scalable user load testing tool written in Python.
- :octocat: PyAutoGUI - ⭐ 6055 🍴 817 - PyAutoGUI is a cross-platform GUI automation Python module for human beings.
- :octocat: Schemathesis - ⭐ 1092 🍴 86 - A tool for automatic property-based testing of web applications built with Open API / Swagger specifications.
- 🌎 Selenium - Python bindings for Selenium WebDriver.
- :octocat: sixpack - ⭐ 1719 🍴 188 - A language-agnostic A/B Testing framework.
- :octocat: splinter - ⭐ 2479 🍴 501 - Open source tool for testing web applications.
- Mock
- 🌎 doublex - Powerful test doubles framework for Python.
- :octocat: freezegun - ⭐ 3132 🍴 220 - Travel through time by mocking the datetime module.
- :octocat: httmock - ⭐ 434 🍴 51 - A mocking library for requests for Python 2.6+ and 3.2+.
- :octocat: httpretty - ⭐ 1934 🍴 253 - HTTP request mock tool for Python.
- 🌎 mock - (Python standard library) A mocking and patching library.
- :octocat: mocket - ⭐ 223 🍴 37 - A socket mock framework with gevent/asyncio/SSL support.
- :octocat: responses - ⭐ 3418 🍴 286 - A utility library for mocking out the requests Python library.
- :octocat: VCR.py - ⭐ 2155 🍴 296 - Record and replay HTTP interactions on your tests.
- Object Factories
- :octocat: factory_boy - ⭐ 2722 🍴 337 - A test fixtures replacement for Python.
- :octocat: mixer - ⭐ 794 🍴 88 - Another fixtures replacement. Supported Django, Flask, SQLAlchemy, Peewee and etc.
- :octocat: model_mommy - ⭐ 924 🍴 155 - Creating random fixtures for testing in Django.
- Code Coverage
- 🌎 coverage - Code coverage measurement.
- Fake Data
- :octocat: fake2db - ⭐ 2117 🍴 117 - Fake database generator.
- :octocat: faker - ⭐ 13438 🍴 1543 - A Python package that generates fake data.
- :octocat: mimesis - ⭐ 3443 🍴 280 - is a Python library that help you generate fake data.
- 🌎 radar - Generate random datetime / time.
Text Processing
Libraries for parsing and manipulating plain texts.
- General
- :octocat: chardet - ⭐ 1640 🍴 224 - Python 2/3 compatible character encoding detector.
- 🌎 difflib - (Python standard library) Helpers for computing deltas.
- :octocat: ftfy - ⭐ 3163 🍴 112 - Makes Unicode text less broken and more consistent automagically.
- :octocat: fuzzywuzzy - ⭐ 8589 🍴 879 - Fuzzy String Matching.
- :octocat: Levenshtein - ⭐ 1070 🍴 144 - Fast computation of Levenshtein distance and string similarity.
- :octocat: pangu.py - ⭐ 180 🍴 24 - Paranoid text spacing.
- :octocat: pyfiglet - ⭐ 935 🍴 95 - An implementation of figlet written in Python.
- :octocat: pypinyin - ⭐ 3632 🍴 532 - Convert Chinese hanzi (漢字) to pinyin (拼音).
- :octocat: textdistance - ⭐ 2585 🍴 208 - Compute distance between sequences with 30+ algorithms.
- 🌎 unidecode - ASCII transliterations of Unicode text.
- Slugify
- :octocat: awesome-slugify - ⭐ 463 🍴 43 - A Python slugify library that can preserve unicode.
- :octocat: python-slugify - ⭐ 1151 🍴 89 - A Python slugify library that translates unicode to ASCII.
- :octocat: unicode-slugify - ⭐ 299 🍴 53 - A slugifier that generates unicode slugs with Django as a dependency.
- Unique identifiers
- :octocat: hashids - ⭐ 1269 🍴 91 - Implementation of hashids in Python.
- :octocat: shortuuid - ⭐ 1569 🍴 95 - A generator library for concise, unambiguous and URL-safe UUIDs.
- Parser
- :octocat: ply - ⭐ 2077 🍴 362 - Implementation of lex and yacc parsing tools for Python.
- 🌎 pygments - A generic syntax highlighter.
- :octocat: pyparsing - ⭐ 1355 🍴 199 - A general purpose framework for generating parsers.
- :octocat: python-nameparser - ⭐ 513 🍴 85 - Parsing human names into their individual components.
- :octocat: python-phonenumbers - ⭐ 2906 🍴 371 - Parsing, formatting, storing and validating international phone numbers.
- :octocat: python-user-agents - ⭐ 1226 🍴 188 - Browser user agent parser.
- :octocat: sqlparse - ⭐ 2683 🍴 544 - A non-validating SQL parser.
Third-party APIs
Libraries for accessing third party services APIs. Also see List of Python API Wrappers and Libraries.
- 🌎 apache-libcloud - One Python library for all clouds.
- :octocat: boto3 - ⭐ 6928 🍴 1488 - Python interface to Amazon Web Services.
- :octocat: django-wordpress - ⭐ 326 🍴 85 - WordPress models and views for Django.
- :octocat: facebook-sdk - ⭐ 2630 🍴 960 - Facebook Platform Python SDK.
- :octocat: google-api-python-client - ⭐ 5308 🍴 2066 - Google APIs Client Library for Python.
- :octocat: gspread - ⭐ 5701 🍴 857 - Google Spreadsheets Python API.
- :octocat: twython - ⭐ 1810 🍴 399 - A Python wrapper for the Twitter API.
URL Manipulation
Libraries for parsing URLs.
- :octocat: furl - ⭐ 2161 🍴 132 - A small Python library that makes parsing and manipulating URLs easy.
- :octocat: purl - ⭐ 264 🍴 36 - A simple, immutable URL class with a clean API for interrogation and manipulation.
- :octocat: pyshorteners - ⭐ 320 🍴 55 - A pure Python URL shortening lib.
- :octocat: webargs - ⭐ 1230 🍴 147 - A friendly library for parsing HTTP request arguments with built-in support for popular web frameworks.
Video
Libraries for manipulating video and GIFs.
- 🌎 moviepy - A module for script-based movie editing with many formats, including animated GIFs.
- :octocat: scikit-video - ⭐ 107 🍴 23 - Video processing routines for SciPy.
- :octocat: vidgear - ⭐ 2067 🍴 157 - Most Powerful multi-threaded Video Processing framework.
Web Asset Management
Tools for managing, compressing and minifying website assets.
- :octocat: django-compressor - ⭐ 2524 🍴 581 - Compresses linked and inline JavaScript or CSS into a single cached file.
- :octocat: django-pipeline - ⭐ 1416 🍴 378 - An asset packaging library for Django.
- :octocat: django-storages - ⭐ 2063 🍴 750 - A collection of custom storage back ends for Django.
- 🌎 fanstatic - Packages, optimizes, and serves static file dependencies as Python packages.
- 🌎 fileconveyor - A daemon to detect and sync files to CDNs, S3 and FTP.
- :octocat: flask-assets - ⭐ 418 🍴 89 - Helps you integrate webassets into your Flask app.
- :octocat: webassets - ⭐ 904 🍴 257 - Bundles, optimizes, and manages unique cache-busting URLs for static resources.
Web Content Extracting
Libraries for extracting web contents.
- :octocat: html2text - ⭐ 1196 🍴 206 - Convert HTML to Markdown-formatted text.
- :octocat: lassie - ⭐ 541 🍴 43 - Web Content Retrieval for Humans.
- :octocat: micawber - ⭐ 560 🍴 84 - A small library for extracting rich content from URLs.
- :octocat: newspaper - ⭐ 11573 🍴 1906 - News extraction, article extraction and content curation in Python.
- :octocat: python-readability - ⭐ 2060 🍴 332 - Fast Python port of arc90's readability tool.
- :octocat: requests-html - ⭐ 12291 🍴 859 - Pythonic HTML Parsing for Humans.
- :octocat: sumy - ⭐ 2729 🍴 463 - A module for automatic summarization of text documents and HTML pages.
- :octocat: textract - ⭐ 3170 🍴 470 - Extract text from any document, Word, PowerPoint, PDFs, etc.
- :octocat: toapi - ⭐ 3211 🍴 236 - Every web site provides APIs.
Web Crawling
Libraries to automate web scraping.
- :octocat: cola - ⭐ 1422 🍴 549 - A distributed crawling framework.
- 🌎 feedparser - Universal feed parser.
- :octocat: grab - ⭐ 2148 🍴 264 - Site scraping framework.
- :octocat: MechanicalSoup - ⭐ 3879 🍴 359 - A Python library for automating interaction with websites.
- :octocat: portia - ⭐ 8360 🍴 1354 - Visual scraping for Scrapy.
- :octocat: pyspider - ⭐ 15255 🍴 3622 - A powerful spider system.
- :octocat: robobrowser - ⭐ 3579 🍴 339 - A simple, Pythonic library for browsing the web without a standalone web browser.
- 🌎 scrapy - A fast high-level screen scraping and web crawling framework.
Web Frameworks
Traditional full stack web frameworks. Also see RESTful API.
- Synchronous
- 🌎 Django - The most popular web framework in Python.
- :octocat: awesome-django - ⭐ 702 🍴 138
- :octocat: awesome-django - ⭐ 4813 🍴 806
- 🌎 Flask - A microframework for Python.
- :octocat: awesome-flask - ⭐ 10330 🍴 1499
- 🌎 Pyramid - A small, fast, down-to-earth, open source Python web framework.
- :octocat: awesome-pyramid - ⭐ 517 🍴 60
- :octocat: Masonite - ⭐ 1697 🍴 101 - The modern and developer centric Python web framework.
- 🌎 Django - The most popular web framework in Python.
- Asynchronous
- 🌎 Tornado - A web framework and asynchronous networking library.
WebSocket
Libraries for working with WebSocket.
- :octocat: autobahn-python - ⭐ 2306 🍴 745 - WebSocket & WAMP for Python on Twisted and asyncio.
- :octocat: channels - ⭐ 5135 🍴 708 - Developer-friendly asynchrony for Django.
- :octocat: websockets - ⭐ 3742 🍴 408 - A library for building WebSocket servers and clients with a focus on correctness and simplicity.
WSGI Servers
WSGI-compatible web servers.
- :octocat: bjoern - ⭐ 2711 🍴 186 - Asynchronous, very fast and written in C.
- :octocat: gunicorn - ⭐ 8035 🍴 1509 - Pre-forked, partly written in C.
- 🌎 uWSGI - A project aims at developing a full stack for building hosting services, written in C.
- :octocat: waitress - ⭐ 1011 🍴 138 - Multi-threaded, powers Pyramid.
- :octocat: werkzeug - ⭐ 5933 🍴 1593 - A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects.
Resources
Where to discover learning resources or new Python libraries.
Books
Websites
- Tutorials
- Libraries
- Others
- 🌎 Python ZEEF
- 🌎 Pythonic News
- :octocat: What the f*ck Python! - ⭐ 27835 🍴 2337
Newsletters
Podcasts
- 🌎 Django Chat
- 🌎 Podcast.__init__
- 🌎 Python Bytes
- 🌎 Running in Production
- 🌎 Talk Python To Me
- 🌎 Test and Code
- 🌎 The Real Python Podcast
Contributing
Your contributions are always welcome!
If you find out any repo has been outdate or its link has not valid anymore, please open a pull request. I will merge it soon.
If you want to add a new repo, please go to awesome-python and create a pull request first.