You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-sphinx-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. Sphinx uses reStructuredText as its markup language, and many of its strengths come from the power and straightforwardness of reStructuredText and its parsing and translating suite, the Docutils. Although it is still under constant development, the following features are already present, work fine and can be seen "in action" in the Python docs: * Output formats: HTML (including Windows HTML Help) and LaTeX, for printable PDF versions * Extensive cross-references: semantic markup and automatic links for functions, classes, glossary terms and similar pieces of information * Hierarchical structure: easy definition of a document tree, with automatic links to siblings, parents and children * Automatic indices: general index as well as a module index * Code handling: automatic highlighting using the Pygments highlighter * Various extensions are available, e.g. for automatic testing of snippets and inclusion of appropriately formatted docstrings.
RPMPackage python2-snowballstemmer-1.2.0-3.lbn19.noarch
It includes following language algorithms: * Danish * Dutch * English (Standard, Porter) * Finnish * French * German * Hungarian * Italian * Norwegian * Portuguese * Romanian * Russian * Spanish * Swedish * Turkis This is a pure Python stemming library. If PyStemmer is available, this module uses it to accelerate.
RPMPackage python2-singledispatch-3.4.0.3-4.lbn19.noarch
PEP 443 proposed to expose a mechanism in the functools standard library module in Python 3.4 that provides a simple form of generic programming known as single-dispatch generic functions. This library is a backport of this functionality to Python 2.6 - 3.3.
RPMPackage python2-simplegeneric-0.8.1-1.lbn19.noarch
The simplegeneric module lets you define simple single-dispatch generic functions, akin to Python's built-in generic functions like len(), iter() and so on. However, instead of using specially-named methods, these generic functions use simple lookup tables, akin to those used by e.g. pickle.dump() and other generic functions found in the Python standard library.
RPMPackage python2-setuptools-scm-1.11.0-1.lbn19.noarch
setuptools_scm =============== :code:`setuptools_scm` handles managing your python package versions in scm metadata instead of declaring them as the version argument or in a scm managed file. It also handles file finders for the supported scm's. .. image:: https://travis- ci.org/pypa/setuptools_scm.svg?branch=master :target: https://travis- ci.org/pypa/setuptools_scm Setup.py ...
RPMPackage python2-setuptools-25.1.6-1.lbn19.noarch
Setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages. This package also contains the runtime components of setuptools, necessary to execute the software that requires pkg_resources.py.
RPMPackage python2-selenium-2.53.5-1.lbn19.noarch
The selenium package is used automate web browser interaction from Python. Several browsers/drivers are supported (Firefox, Chrome, Internet Explorer, PhantomJS), as well as the Remote protocol.
RPMPackage python2-scipy-0.16.1-6.lbn19.x86_64
Scipy is open-source software for mathematics, science, and engineering. The core library is NumPy which provides convenient and fast N-dimensional array manipulation. The SciPy library is built to work with NumPy arrays, and provides many user-friendly and efficient numerical routines such as routines for numerical integration and optimization. Together, they run on all popular operating systems, are quick to install, and are free of charge. NumPy and SciPy are easy to use, but powerful enough to be depended upon by some of the world's leading scientists and engineers.
RPMPackage python2-sampledata-0.3.7-1.lbn19.noarch
Sample Data =========== .. image:: https://travis- ci.org/jespino/sampledata.png?branch=master :target: https://travis- ci.org/jespino/sampledata .. image:: https://coveralls.io/repos/jespino/sampledata/badge.png?branch=master :target: https://coveralls.io/r/jespino/sampledata?branch=master .. image:: https://pypip.in/v/sampledata/badge.png :target: ...
RPMPackage python2-rpm-macros-3-11.lbn19.noarch
RPM macros for building Python 2 packages.
RPMPackage python2-rpm-4.13.0-0.rc1.47.lbn19.x86_64
The rpm-python package contains a module that permits applications written in the Python programming language to use the interface supplied by RPM Package Manager libraries. This package should be installed if you want to develop Python 2 programs that will manipulate RPM packages and databases.
RPMPackage python2-reportlab-3.3.0-1.lbn19.x86_64
This is the ReportLab PDF Toolkit. It allows rapid creation of rich PDF documents, and also creation of charts in a variety of bitmap and vector formats.
RPMPackage python2-pyudev-wx-0.19.0-1.lbn19.noarch
wxPython integration for pyudev. This package provides a module pyudev.wx that contains classes for integrating a pyudev montior with the wxPython main loop.
RPMPackage python2-pyudev-qt5-0.19.0-1.lbn19.noarch
Qt5 integration for pyudev. This package provides a module pyudev.pyqt5 that contains classes for integrating a pyudev monitor with the Qt4 main loop.
RPMPackage python2-pyudev-qt4-0.19.0-1.lbn19.noarch
Qt4 integration for pyudev. This package provides a module pyudev.pyqt4 that contains classes for integrating a pyudev monitor with the Qt4 main loop.
RPMPackage python2-pyudev-pyside-0.19.0-1.lbn19.noarch
PySide integration for pyudev. This package provides a module pyudev.pyside that contains classes for integrating a pyudev monitor with the PySide main loop.
RPMPackage python2-pyudev-glib-0.19.0-1.lbn19.noarch
GLib integration for pyudev. This package provides a module pyudev.glib that contains classes for integrating a pyudev monitor with the GLib main loop.
RPMPackage python2-pyudev-0.19.0-1.lbn19.noarch
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.
RPMPackage python2-pytest-pythonpath-0.7-1.lbn19.noarch
pytest plugin for adding to the PYTHONPATH from command line or configs.
RPMPackage python2-pytest-django-2.9.1-1.lbn19.noarch
.. image:: https://secure.travis-ci.org/pytest-dev/pytest- django.png?branch=master :alt: Build Status :target: https://travis- ci.org/pytest-dev/pytest-django Welcome to pytest-django! ========================= pytest-django allows you to test your Django project/applications with the `pytest testing tool <http://pytest.org/>`_. * `Quick start / tutorial ...