Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
fucking_awesome_python
awesome-python with :octocat: :star: and :fork_and_knife:
https://github.com/htlcnn/fucking_awesome_python
Last synced: 2 days ago
JSON representation
-
Environment Management
- :octocat: p - :star: 578 :fork_and_knife: 25 - Dead simple interactive Python version management.
- :earth_americas: venv - (Python standard library in Python 3.3+) Creating lightweight virtual environments.
-
Package Repositories
- :octocat: localshop - :star: 279 :fork_and_knife: 99 - Local PyPI server (custom packages and auto-mirroring of pypi).
- :octocat: warehouse - :star: 675 :fork_and_knife: 146 - Next generation Python Package Repository (PyPI).
- :earth_americas: bandersnatch - PyPI mirroring tool provided by Python Packaging Authority (PyPA).
- :earth_americas: devpi - PyPI server and packaging/testing/release tool.
-
Distribution
- :octocat: PyInstaller - :star: 1966 :fork_and_knife: 465 - Converts Python programs into stand-alone executables (cross-platform).
- :octocat: dh-virtualenv - :star: 857 :fork_and_knife: 90 - Build and distribute a virtualenv as a Debian package.
- :earth_americas: py2exe - Freezes Python scripts (Windows).
-
Package Management
- :earth_americas: pip - The Python package and dependency manager.
- :earth_americas: Curdling - Curdling is a command line tool for managing Python packages.
-
Build Tools
- :earth_americas: buildout - A build system for creating, assembling and deploying applications from multiple parts.
-
Files
- :earth_americas: imghdr - (Python standard library) Determine the type of an image.
- :earth_americas: mimetypes - (Python standard library) Map filenames to MIME types.
-
Date and Time
- pytz - World timezone definitions, modern and historical. Brings the [:earth_americas: tz database](https://en.wikipedia.org/wiki/Tz_database) into Python.
-
Text Processing
- :earth_americas: difflib - (Python standard library) Helpers for computing deltas.
- :earth_americas: PLY - Implementation of lex and yacc parsing tools for Python
- :earth_americas: pyparsing - A general purpose framework for generating parsers.
-
Specific Formats Processing
- :earth_americas: ReportLab - Allowing Rapid creation of rich PDF documents.
-
Natural Language Processing
- :earth_americas: Pattern - A web mining module for the Python.
- :earth_americas: spaCy - A library for industrial-strength natural language processing in Python and Cython.
-
Documentation
- :earth_americas: Sphinx - Python Documentation generator.
-
Configuration
- config - Hierarchical config from the author of [:earth_americas: logging](https://docs.python.org/2/library/logging.html).
- :earth_americas: ConfigObj - INI file parser with validation.
- :earth_americas: ConfigParser - (Python standard library) INI file parser.
- :earth_americas: profig - Config from multiple formats with value conversion.
-
Command-line Tools
- :earth_americas: click - A package for creating beautiful command line interfaces in a composable way.
- :earth_americas: docopt - Pythonic command line arguments parser.
-
Imagery
- :earth_americas: imgSeek - A project for searching a collection of images using visual similarity.
- :earth_americas: pyBarcode - Create barcodes in Python without needing PIL.
- pygram - Instagram-like image filters.
-
Audio
- :earth_americas: mutagen - A Python module to handle audio metadata.
- :earth_americas: talkbox - A Python library for speech/signal processing.
- :earth_americas: id3reader - A Python module for reading MP3 meta data.
-
Geolocation
- :earth_americas: GeoDjango - A world-class geographic web framework.
-
Database
- :earth_americas: pickleDB - A simple and lightweight key-value store for Python.
-
Database Drivers
- :earth_americas: mysql-python - The MySQL database connector for Python.
- :earth_americas: oursql - A better MySQL connector with support for native prepared statements and BLOBs.
- :earth_americas: psycopg2 - The most popular PostgreSQL adapter for Python.
- :earth_americas: pymssql - A simple database interface to Microsoft SQL Server.
- :earth_americas: py2neo - Python wrapper client for Neo4j's restful interface.
- :earth_americas: PyMongo - The official Python client for MongoDB.
-
ORM
- :earth_americas: Django Models - A part of Django.
- awesome-sqlalchemy
- :earth_americas: MongoEngine - A Python Object-Document-Mapper for working with MongoDB.
-
Web Frameworks
- :earth_americas: Django - The most popular web framework in Python.
- awesome-django
- awesome-pyramid
- :earth_americas: CherryPy - A minimalist Python web framework, HTTP/1.1-compliant and WSGI thread-pooled.
- :earth_americas: web2py - A full stack web framework and platform focused in the ease of use.
-
CMS
- :earth_americas: djedi-cms - A lightweight but yet powerful Django CMS with plugins, inline editing and performance in mind.
- :earth_americas: Plone - A CMS built on top of the open source application server Zope.
- :earth_americas: Widgy - Last CMS framework, based on Django.
-
E-commerce
- :earth_americas: shoop - An open source E-Commerce platform based on Django.
-
RESTful API
- :earth_americas: django-tastypie - Creating delicious APIs for Django apps.
- :earth_americas: flask-api - Browsable Web APIs for Flask.
- :earth_americas: falcon - A high-performance framework for building cloud APIs and web app backends.
-
Authentication
- :earth_americas: Authomatic - Simple but powerful framework agnostic authentication/authorization client.
-
Template Engine
- :earth_americas: Genshi - Python templating toolkit for generation of web-aware output.
-
Search
- elasticsearch-py - The official low-level Python client for [:earth_americas: Elasticsearch](https://www.elastic.co/products/elasticsearch).
-
Asset Management
- :earth_americas: fanstatic - Packages, optimizes, and serves static file dependencies as Python packages.
- :earth_americas: fileconveyor - A daemon to detect and sync files to CDNs, S3 and FTP.
-
HTML Manipulation
- :earth_americas: BeautifulSoup - Providing Pythonic idioms for iterating, searching, and modifying HTML or XML.
-
Static Site Generator
- :earth_americas: Hyde - Jinja2-based static web site generator.
- :earth_americas: Nikola - A static website and blog generator.
- :earth_americas: Tinkerer - Tinkerer is a blogging engine/.static website generator powered by Sphinx.
- :earth_americas: Lektor - An easy to use static CMS and blog engine.
-
Concurrency and Parallelism
- :earth_americas: multiprocessing - (Python standard library) Process-based "threading" interface.
- :earth_americas: threading - (Python standard library) Higher-level threading interface.
- :earth_americas: eventlet - Asynchronous framework with WSGI support.
- gevent - A coroutine-based Python networking library that uses [greenlet](https://github.com/python-greenlet/greenlet).
-
Networking
- :earth_americas: asyncio - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks.
- :earth_americas: Twisted - An event-driven networking engine.
- :earth_americas: pyzmq - A Python wrapper for the ZeroMQ message library.
-
WSGI Servers
- :earth_americas: fapws3 - Asynchronous (network side only), written in C.
- :earth_americas: paste - Multi-threaded, stable, tried and tested.
-
RPC Servers
- :earth_americas: SimpleXMLRPCServer - (Python standard library) Simple XML-RPC server implementation, single-threaded.
-
Cryptography
- :earth_americas: cryptography - A package designed to expose cryptographic primitives and recipes to Python developers.
- :earth_americas: Passlib - Secure password storage/hashing library, very high level.
-
GUI
- curses - Built-in wrapper for [:earth_americas: ncurses](http://www.gnu.org/software/ncurses/) used to create terminal GUI applications.
- :earth_americas: kivy - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
- :earth_americas: pyglet - A cross-platform windowing and multimedia library for Python.
- PyQt - Python bindings for the [:earth_americas: Qt](http://www.qt.io/) cross-platform application and UI framework, with support for both Qt v4 and Qt v5 frameworks.
- PySide - Python bindings for the [:earth_americas: Qt](http://www.qt.io/) cross-platform application and UI framework, supporting the Qt v4 framework.
- :earth_americas: Tkinter - Tkinter is Python's de-facto standard GUI package.
- :earth_americas: urwid - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
- :earth_americas: PyGObject - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3)
-
Game Development
- :earth_americas: Cocos2d - cocos2d is a framework for building 2D games, demos, and other graphical/interactive applications. It is based on pyglet.
- :earth_americas: Panda3D - 3D game engine developed by Disney and maintained by Carnegie Mellon's Entertainment Technology Center. Written in C++, completely wrapped in Python.
- :earth_americas: Pygame - Pygame is a set of Python modules designed for writing games.
- :earth_americas: RenPy - A Visual Novel engine.
-
Logging
- :earth_americas: logging - (Python standard library) Logging facility for Python.
-
Testing
- :earth_americas: unittest - (Python standard library) Unit testing framework.
- :earth_americas: pytest - A mature full-featured Python testing tool.
- :earth_americas: mock - (Python standard library) A mocking and patching library.
- :earth_americas: faker - A Python package that generates fake data.
- :earth_americas: tox - Auto builds and tests distributions in multiple Python versions
- :earth_americas: tox - Auto builds and tests distributions in multiple Python versions
- :earth_americas: tox - Auto builds and tests distributions in multiple Python versions
- :earth_americas: tox - Auto builds and tests distributions in multiple Python versions
-
Code Analysis and Linter
- :earth_americas: Pylint - A Fully customizable source code analyzer.
- :earth_americas: coala - Language independent and easily extendable code analysis application.
-
Debugging Tools
- :earth_americas: winpdb - A Python Debugger with GUI, capable of remote debugging based on `rpdb2`.
-
Science and Data Analysis
- :earth_americas: Neupy - Running and testing different Artificial Neural Networks algorithms.
- :earth_americas: Numba - Python JIT (just in time) complier to LLVM aimed at scientific Python by the developers of Cython and NumPy.
- :earth_americas: Open Babel - A chemical toolbox designed to speak the many languages of chemical data.
- :earth_americas: Pandas - A library providing high-performance, easy-to-use data structures and data analysis tools.
- :earth_americas: PyDy - Short for Python Dynamics, used to assist with workflow in the modeling of dynamic motion based around NumPy, SciPy, IPython, and matplotlib.
- :earth_americas: RDKit - Cheminformatics and Machine Learning Software.
-
Data Visualization
-
Computer Vision
- :earth_americas: SimpleCV - An open source framework for building computer vision applications.
-
Machine Learning
-
Third-party APIs
- :earth_americas: apache-libcloud - One Python library for all clouds.
-
DevOps Tools
- Docker Compose - Fast, isolated development environments using [:earth_americas: Docker](https://www.docker.com/).
-
Job Scheduler
- :earth_americas: Joblib - A set of tools to provide lightweight pipelining in Python.
-
Foreign Function Interface
- :earth_americas: ctypes - (Python standard library) Foreign Function Interface for Python calling C code.
- :earth_americas: PyCUDA - A Python wrapper for Nvidia's CUDA API.
-
High Performance
- :earth_americas: Stackless Python - An enhanced version of the Python.
-
Microsoft Windows
- :earth_americas: Python(x,y) - Scientific-applications-oriented Python Distribution based on Qt and Spyder.
- :earth_americas: PyWin32 - Python Extensions for Windows.
- :earth_americas: WinPython - Portable development environment for Windows 7/8.
- :earth_americas: pythonlibs - Unofficial Windows binaries for Python extension packages.
-
Network Virtualization and SDN
- :earth_americas: Mininet - A popular network emulator and API written in Python.
- :earth_americas: Pyretic - A member of the Frenetic family of SDN programming languages that provides powerful abstractions over network switches or emulators.
-
Hardware
- :earth_americas: Pyro - Python Robotics.
- :earth_americas: Pingo - Pingo provides a uniform API to program devices like the Raspberry Pi, pcDuino, Intel Galileo, etc.
- :earth_americas: Pyro - Python Robotics.
-
Miscellaneous
- :earth_americas: Tryton - A general purpose business framework.
-
IDEs
- :earth_americas: PyCharm - Commercial Python IDE by JetBrains. Has free community edition available.
-
Continuous Integration
- :earth_americas: CircleCI - A CI service that can run very fast parallel testing. (GitHub only)
- :earth_americas: Wercker - A Docker-based platform for building and deploying applications and microservices.
-
Code Quality
- :earth_americas: Codacy - Automated Code Review to ship better code, faster. Free for Open Source.
- :earth_americas: Landscape - Hosted continuous Python code metrics.
- :earth_americas: QuantifiedCode - A data-driven, automated, continuous code review tool.
-
Websites
-
Weekly
-
Twitter
-
Podcasts
Categories
Websites
10
Twitter
8
GUI
8
Testing
8
Database Drivers
6
Science and Data Analysis
6
Web Frameworks
5
Game Development
4
Static Site Generator
4
Package Repositories
4
Microsoft Windows
4
Concurrency and Parallelism
4
Configuration
4
Distribution
3
Networking
3
Podcasts
3
CMS
3
Text Processing
3
Hardware
3
Code Quality
3
Imagery
3
Audio
3
RESTful API
3
ORM
3
Continuous Integration
2
Cryptography
2
Environment Management
2
Network Virtualization and SDN
2
Files
2
Package Management
2
WSGI Servers
2
Command-line Tools
2
Asset Management
2
Natural Language Processing
2
Code Analysis and Linter
2
Foreign Function Interface
2
Debugging Tools
1
Computer Vision
1
RPC Servers
1
Miscellaneous
1
HTML Manipulation
1
Machine Learning
1
Third-party APIs
1
Specific Formats Processing
1
IDEs
1
Build Tools
1
Data Visualization
1
Template Engine
1
E-commerce
1
Search
1
Job Scheduler
1
Authentication
1
High Performance
1
Geolocation
1
Date and Time
1
Weekly
1
Documentation
1
DevOps Tools
1
Logging
1
Database
1
Sub Categories
Keywords
python
6
pypi
2
packaging
1
bundle
1
package
1
py2app
1
py2exe
1
pyinstaller
1
python-3
1
python-to-exe
1
debian
1
debian-packages
1
dh-virtualenv
1
omnibus-packages
1
package-registry
1
package-repository
1
pypi-source
1
awesome
1
awesome-list
1
databases
1
list
1
orm
1
rdbms
1
sqlalchemy
1
cython
1
zeromq
1