You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-sphinx-locale-1.4.6-2.lbn19.noarch
Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), written by Georg Brandl. It was originally created to translate the new Python documentation, but has now been cleaned up in the hope that it will be useful to many other projects. This package contains locale files for Sphinx
RPMPackage python-slowaes-0.1a1-1.lbn19.noarch
implementation of AES in Python
RPMPackage python-slip-gtk-0.6.4-1.lbn19.noarch
The Simple Library for Python 2.x packages contain miscellaneous code for convenience, extension and workaround purposes. This package provides slip.gtk.set_autowrap(), a convenience function which lets gtk labels be automatically re-wrapped upon resizing.
RPMPackage python-slip-dbus-0.6.4-1.lbn19.noarch
The Simple Library for Python 2.x packages contain miscellaneous code for convenience, extension and workaround purposes. This package provides slip.dbus.service.Object, which is a dbus.service.Object derivative that ends itself after a certain time without being used and/or if there are no clients anymore on the message bus, as well as convenience functions and decorators for integrating a dbus service with PolicyKit.
RPMPackage python-slip-0.6.4-1.lbn19.noarch
The Simple Library for Python 2.x packages contain miscellaneous code for convenience, extension and workaround purposes. This package provides the "slip" and the "slip.util" modules.
RPMPackage python-six-1.10.0-2.lbn19.1.noarch
python-six provides simple utilities for wrapping over differences between Python 2 and Python 3. This is the Python 2 build of the module.
RPMPackage python-simplejson-3.5.3-5.lbn19.x86_64
simplejson is a simple, fast, complete, correct and extensible JSON <http://json.org> encoder and decoder for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost. The encoder may be subclassed to provide serialization in any kind of situation, without any special support by the objects to be serialized (somewhat like pickle). The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default). simplejson is the externally maintained development version of the json library included with Python 2.6 and Python 3.0, but maintains backwards compatibility with Python 2.5. It gets updated more regularly than the json module in the python stdlib.
RPMPackage python-simplejson-3.2.0-1.fc19.armv6hl
simplejson is a simple, fast, complete, correct and extensible JSON <http://json.org> encoder and decoder for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost. The encoder may be subclassed to provide serialization in any kind of situation, without any special support by the objects to be serialized (somewhat like pickle). The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default). simplejson is the externally maintained development version of the json library included with Python 2.6 and Python 3.0, but maintains backwards compatibility with Python 2.5. It gets updated more regularly than the json module in the python stdlib.
RPMPackage python-simpleflake-0.1.5-1.lbn19.noarch
Distributed ID generation in python for the lazy.
RPMPackage python-shapely-1.2.18-1.fc19.armv6hl
Shapely is a package for creation, manipulation, and analysis of planar geometry objects – designed especially for developers of cutting edge geographic information systems. In a nutshell: Shapely lets you do PostGIS-ish stuff outside the context of a database using idiomatic Python. You can use this package with python-matplotlib and numpy. See README.rst for more information!
RPMPackage python-service-identity-14.0.0-4.lbn19.noarch
Service Identity Verification for pyOpenSSL TL;DR: Use this package if you use pyOpenSSL and don’t want to be MITMed. service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes. In the simplest case, this means host name verification. However, service_identity implements RFC 6125 fully and plans to add other relevant RFCs too.
RPMPackage python-semantic-version-2.2.0-3.lbn19.noarch
This small python library provides a few tools to handle SemVer (http://semver.org) in Python. It follows strictly the 2.0.0-rc1 version of the SemVer scheme.
RPMPackage python-rsa-3.2.3-1.lbn19.noarch
Pure-Python RSA implementation
RPMPackage python-rpm-macros-3-11.lbn19.noarch
This package contains the unversioned Python RPM macros, that most implementations should rely on. You should not need to install this package manually as the various python?-devel packages require it. So install a python-devel package instead.
RPMPackage python-rpi.gpio-0.5.2a-3.rpfr18.armv6hl
GPIO access module for the Raspberry Pi SBC, for use with Python 2.
RPMPackage python-requests-oauthlib-0.4.1-1.lbn19.noarch
This project provides first-class OAuth library support for python-request.
RPMPackage python-requests-dump-0.1.3-2.lbn19.noarch
Provides a hook function to dump HTTP communiation for requests. You may pass the hook function to a requests’ method function. >>> import requests >>> import reqdump >>> requests.get('http://example.com/', hooks=dict(response=reqdump.dump))
RPMPackage python-requests-debug-0.2.2-1.lbn19.noarch
Once you install the hook, requests_debug will track all the requests made with requests: >>> import requests >>> import requests_debug >>> from pprint import pprint >>> >>> requests_debug.install_hook() >>> requests.get("http://httpbin.org/get")
RPMPackage python-requests-2.10.0-1.lbn19.noarch
Most existing Python modules for sending HTTP requests are extremely verbose and cumbersome. Python’s built-in urllib2 module provides most of the HTTP capabilities you should need, but the API is thoroughly broken. This library is designed to make HTTP requests easy for developers.
RPMPackage python-reportlab-2.5-7.fc19.armv6hl
Python PDF generation library.