Personal tools
Skip to content. | Skip to navigation
This implementation of Gettext for Python includes a Msgfmt class which can be used to generate compiled mo files from Gettext po files and includes support for the newer msgctxt keyword.The idea for this project had been rather ambitious, but never lived up to what is was supposed to do. Look at Babel ( for a project more worthy of this projects name.Development takes place at * Hanno...
pytz - World Timezone Definitions for Python :Author: Stuart Bishop <stuart@stuartbishop.net>Introduction pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.4 or higher. It also solves the issue of ambiguous times at the end of daylight saving time, which you can read more about in the Python Library Reference...
pyudev is a LGPL licensed, pure Python binding for libudev, the device and hardware management and information library for Linux. It supports almost all libudev functionality, you can enumerate devices, query device properties and attributes or monitor devices, including asynchronous monitoring with threads, or within the event loops of Qt, Glib or wxPython. The binding supports CPython 2 (2.6 or newer) and 3 (3.1 or newer), and PyPy 1.5 or newer. It is tested against udev 151 or newer, earlier versions of udev as found on dated Linux systems may work, but are not officially supported.
Pyverbs is a Cython-based Python API over libibverbs, providing an easy, object-oriented access to IB verbs.
PyXDG is a python library to access freedesktop.org standards. This package contains a Python 3 version of PyXDG.
YAML is a data serialization format designed for human readability and interaction with scripting languages. PyYAML is a YAML parser and emitter for Python.PyYAML features a complete YAML 1.1 parser, Unicode support, pickle support, capable extension API, and sensible error messages. PyYAML supports standard YAML tags and provides Python-specific tags that allow to represent an arbitrary...
QScintilla-qt5 python3 bindings.
Python 3 bindings for Qt5.
Python 3 bindings for Qt5 base.