Recipes for packaging Python modules

Setup information Mailing list

Git repository

git://git.openembedded.org/meta-openembedded web repo

Subdirectory

meta-python web subdirectory

Last commit: 8 years, 2 months ago (krogoth branch)

Maintainers

  • Tim "moto-timo" Orling email
  • Paul Eggleton email

Maintenance Plan

Dependencies

The meta-python layer depends upon:

Recipe name Version Description
gateone 1.2+gitX HTML5 (plugin-free) web-based terminal emulator and SSH client
pyrtm 0.2 Python interface for Remember The Milk API
python-autobahn 0.8.6 AutobahnPython provides a WebSocket (RFC6455, Hybi-10 to -17, Hixie-76) framework for creating WebSocket-based clients and servers. AutobahnPython also includes an implementation of WAMP (The WebSockets Application Messaging Protocol), a light-weight, asynchronous RPC/PubSub over JSON/WebSocket protocol.
python-backports-ssl 3.4.0.2 The ssl.match_hostname() function from Python 3.4
python-bcrypt 2.0.0 Modern password hashing for your software and your servers.
python-behave 1.2.5 A behavior-driven development framework, Python style
python-bitarray 0.8.1 A high-level Python efficient arrays of booleans -- C extension
python-blinker 1.4 Fast, simple object-to-object and broadcast signaling.
python-certifi 2016.2.28 Python package for providing Mozilla's CA Bundle.
python-cffi 1.5.2 Foreign Function Interface for Python calling C code
python-chardet 2.3.0 Universal encoding detector for Python 2 and 3
python-cheetah 2.4.4 Python template engine and code generation tool
python-cloudeebus 0.6.0 A component which enables calling DBus methods and registering on DBus signals from Javascript
python-cmd2 0.6.8 Extra features for standard library's cmd module
python-cryptography 1.1 Provides cryptographic recipes and primitives to Python developers
python-cryptography-vectors 1.1 Test vectors for the cryptography package.
python-cython 0.24 Cython is a language specially designed for writing Python extension modules. It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python and the messy, low-level world of C.
python-daemonize 2.4.6 Library to enable your code run as a daemon process on Unix-like systems
python-dateutil 2.5.2 Extensions to the standard Python datetime module
python-dbusmock 0.10.1 With this program/Python library you can easily create mock objects on D-Bus
python-decorator 4.0.9 Python decorator utilities
python-django 1.8.8 A high-level Python Web framework
python-django-south 1.0.2 Migrations for Django
python-dominate 2.2.0 Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API.
python-enum34 1.1.2 backport of Python 3.4's enum package
python-epydoc 3.0.1 Epydoc is a tool for generating API documentation for Python modules, based on their docstrings
python-evdev 0.6.0 Python evdev lib
python-feedformatter 0.4 A Python library for generating news feeds in RSS and Atom formats
python-feedparser 5.2.1 Python Atom and RSS feed parser
python-flask 0.10.1 A microframework based on Werkzeug, Jinja2 and good intentions
python-flask-bcrypt 0.7.1 Brcrypt hashing for Flask.
python-flask-bootstrap 3.3.5.7 An extension that includes Bootstrap in your project, without any boilerplate code.
python-flask-login 0.2.11 User session management for Flask
python-flask-navigation 0.2.0 The navigation of Flask application.
python-flask-pymongo 0.4.0 PyMongo support for Flask applications
python-flask-sqlalchemy 2.1 Adds SQLAlchemy support to your Flask application.
python-flask-wtf 0.12 Simple integration of Flask and WTForms.
python-flufl-enum 4.1 A Python enumeration package.
python-gdata 1.2.4 Google Data APIs Python Client Library
python-gevent 0.13.8 A coroutine-based Python networking library
python-greenlet 0.4.7 Python lightweight in-process concurrent programming
python-html5lib 0.9999999 HTML parser based on the WHATWG HTML specifcation
python-idna 2.1 Internationalised Domain Names in Applications
python-ipaddress 1.0.16 Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2.
python-iso8601 0.1.11 Simple module to parse ISO 8601 dates
python-itsdangerous 0.24 Various helpers to pass trusted data to untrusted environments and back.
python-jinja2 2.8 Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python.
python-jsonpatch 1.13 Appling JSON patches in Python 2.6+ and 3.x
python-jsonpointer 1.10 Resolve JSON Pointers in Python
python-ldap 2.4.10 Provides a wrapper in Python to LDAP
python-ldap 2.3.9 LDAP client API for Python, C wrapper module around OpenLDAP 2.x with an object-oriented API
python-lxml 3.6.0 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
python-m2crypto 0.23.0 A Python crypto and SSL toolkit
python-markupsafe 0.23 Implements a XML/HTML/XHTML Markup safe string for Python
python-matplotlib 1.1.0 matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats
python-mccabe 0.4.0 McCabe checker, plugin for flake8
python-mock 1.3.0 A Python Mocking and Patching Library for Testing
python-monotonic 1.0 An implementation of time.monotonic() for Python 2.0 through 3.2
python-msgpack 0.4.7 MessagePack (de)serializer
python-netaddr 0.7.18 A network address manipulation library for Python.
python-numeric 24.2 A sophisticated Numeric Processing Package for Python
python-paho-mqtt 1.1 MQTT version 3.1/3.1.1 client library
python-pam 1.8.2 Python PAM module using ctypes, py3/py2.
python-parse 1.6.6 Parse strings using a specification based on the Python format() syntax
python-parse-type 0.3.4 Simplifies building parse types based on the parse module
python-passlib 1.6.5 comprehensive password hashing framework supporting over 30 schemes
python-paste 2.0.3 Tools for using a Web Server Gateway Interface stack
python-pep8 1.7.0 Python style guide checker
python-pip 8.1.1 PIP is a tool for installing and managing Python packages
python-pretend 1.0.8 A library for stubbing in Python
python-prettytable 0.7.2 Python library for displaying tabular data in a ASCII table format
python-psutil 4.1.0 A cross-platform process and system utilities module for Python
python-py 1.4.31 Library with cross-python path, ini-parsing, io, code, log facilities
python-pyalsaaudio 0.4 Support for the Linux 2.6.x ALSA Sound System
python-pyasn1 0.1.9 Python library implementing ASN.1 types.
python-pycparser 2.14 Parser of the C language, written in pure Python
python-pyflakes 1.1.0 passive checker of Python programs
python-pygpgme 0.3 A Python module for working with OpenPGP messages
python-pyhamcrest 1.9.0 Hamcrest framework for matcher objects
python-pyinotify 0.9.6 Python pyinotify: Linux filesystem events monitoring
python-pymisp 2.3 Python API for MISP
python-pymongo 3.2.2 Python driver for MongoDB <http://www.mongodb.org>
python-pyopenssl 0.15.1 Simple Python wrapper around the OpenSSL library
python-pyparsing 2.1.1 Python parsing module
python-pyparted 3.10.7+gitX Python bindings for libparted
python-pyro4 4.39 Python Remote Objects
python-pyroute2 0.3.14 A pure Python netlink and Linux network configuration library
python-pyserial 3.0.1 Serial Port Support for Python
python-pytest 2.9.1 Simple powerful teting with Python
python-pytz 2016.3 World timezone definitions, modern and historical
python-pyudev 0.19.0 A libudev binding
python-pyusb 1.0.0b2 PyUSB provides USB access on the Python language
python-pyyaml 3.11 Python support for YAML
python-pyzmq 14.7.0 Pyzmq provides Zero message queue access for the Python language
python-redis 2.10.5 Python client for Redis key-value store
python-requests 2.9.1 Python HTTP for Humans.
python-six 1.10.0 Python 2 and 3 compatibility library
python-slip-dbus 0.6.0 Convenience functions for dbus services in Python 2.x
python-smbus 3.1.1 Set of i2c tools for linux - Python module
python-snakefood 1.4 Dependency graphing for Python
python-sparts 0.7.3 Library for rapid service prototyping with minimal boilerplate
python-sqlalchemy 0.7.9 Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL
python-thrift 0.9.2 Python bindings for the Apache Thrift RPC system
python-tornado 4.3 Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed.
python-tornado 2.2.1+gitX Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed.
python-tornado-redis 2.4.18 Tornado-Redis is an asyncronous Redis client for the Tornado Web Server
python-twisted 13.2.0 Twisted is an event-driven networking framework written in Python and licensed under the LGPL. Twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols (including HTTP, NNTP, IMAP, SSH, IRC, FTP, and others), and much more.
python-txws 0.9.1 Twisted Web Sockets
python-ujson 1.35 Ultra fast JSON encoder and decoder for Python
python-urllib3 1.14 Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more
python-vcversioner 2.14.0.0 Python vcversioner, automagically update the project's version
python-visitor 0.1.2 A tiny pythonic visitor implementation.
python-vobject 0.8.1c Python package for parsing and generating vCard and vCalendar files
python-webdav 0.1.2 This project aims to provide an object-oriented Python WebDAV client-side library based on Python`s standard httplib and Greg Stein`s davlib. The client shall fully support RFCs 4918 (basic specification), 3744 (access control), and 3253 (versioning).
python-werkzeug 0.11.5 The Swiss Army knife of Python web development
python-whoosh 2.7.4 Fast, pure-Python full text indexing, search, and spell checking library.
python-wtforms 2.0.2 A flexible forms validation and rendering library for python web development.
python-xlrd 0.9.4 Library for developers to extract data from Microsoft Excel (tm) spreadsheet files
python-zopeinterface 4.1.1 Interface definitions for Zope products
python3-certifi 2016.2.28 Python package for providing Mozilla's CA Bundle.
python3-cython 0.24 Cython is a language specially designed for writing Python extension modules. It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python and the messy, low-level world of C.
python3-dateutil 2.5.2 Extensions to the standard Python datetime module
python3-decorator 4.0.9 Python decorator utilities
python3-feedformatter 0.4 A Python library for generating news feeds in RSS and Atom formats
python3-flask 0.10.1 A microframework based on Werkzeug, Jinja2 and good intentions
python3-flask-login 0.2.11 User session management for Flask
python3-flask-pymongo 0.4.0 PyMongo support for Flask applications
python3-itsdangerous 0.24 Various helpers to pass trusted data to untrusted environments and back.
python3-jinja2 2.8 Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python.
python3-lxml 3.6.0 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
python3-markupsafe 0.23 Implements a XML/HTML/XHTML Markup safe string for Python
python3-passlib 1.6.5 comprehensive password hashing framework supporting over 30 schemes
python3-pyinotify 0.9.6 Python pyinotify: Linux filesystem events monitoring
python3-pymisp 2.3 Python API for MISP
python3-pymongo 3.2.2 Python driver for MongoDB <http://www.mongodb.org>
python3-pyserial 3.0.1 Serial Port Support for Python
python3-redis 2.10.5 Python client for Redis key-value store
python3-requests 2.9.1 Python HTTP for Humans.
python3-six 1.10.0 Python 2 and 3 compatibility library
python3-tornado 4.3 Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed.
python3-werkzeug 0.11.5 The Swiss Army knife of Python web development
python3-whoosh 2.7.4 Fast, pure-Python full text indexing, search, and spell checking library.
python3-xlrd 0.9.4 Library for developers to extract data from Microsoft Excel (tm) spreadsheet files