You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-sphinx_rtd_theme-0.1.9-3.lbn19.noarch
This is a prototype mobile-friendly sphinx theme for readthedocs.org. It's currently in development and includes some rtd variable checks that can be ignored if you're just trying to use it on your project outside of that site.
RPMPackage python3-sphinx-theme-alabaster-0.7.6-6.lbn19.noarch
This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially as used in his Requests project), which was itself originally based on @mitsuhiko's theme used for Flask & related projects.
RPMPackage python3-sphinx-latex-1.3.1-5.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 pulls in the TeX dependencies needed by Sphinx's LaTeX builder.
RPMPackage python3-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 python3-speechd-0.8.2-4.lbn19.x86_64
Python 3 module for speech-dispatcher
RPMPackage python3-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 python3-slip-dbus-0.6.4-1.lbn19.noarch
The Simple Library for Python 3.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 python3-slip-0.6.4-1.lbn19.noarch
The Simple Library for Python 3.x packages contain miscellaneous code for convenience, extension and workaround purposes. This package provides the "slip" and the "slip.util" modules.
RPMPackage python3-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 3 build of the module.
RPMPackage python3-sip-devel-4.18-1.lbn19.x86_64
This package contains files needed to generate Python 3 bindings for any C++ classes library.
RPMPackage python3-sip-4.18-1.lbn19.x86_64
This is the Python 3 build of SIP. SIP is a tool for generating bindings for C++ classes so that they can be accessed as normal Python 3 classes. SIP takes many of its ideas from SWIG but, because it is specifically designed for C++ and Python, is able to generate tighter bindings. SIP is so called because it is a small SWIG. SIP was originally designed to generate Python bindings for KDE and so has explicit support for the signal slot mechanism used by the Qt/KDE class libraries. However, SIP can be used to generate Python 3 bindings for any C++ class library.
RPMPackage python3-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 python3-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+ and python3.3+ 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 python3-sh-1.11-1.lbn19.noarch
A Python module to simplify calling shell commands. Also known as PBS, or Python Bash Scripting.
RPMPackage python3-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 python3-setuptools-25.1.6-1.lbn19.noarch
Setuptools is a collection of enhancements to the Python 3 distutils that allow you to more easily build and distribute Python 3 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 python3-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 python3-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 python3-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 python3-rpm-4.13.0-0.rc1.47.lbn19.x86_64
The rpm-python3 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 3 programs that will manipulate RPM packages and databases.