You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-stripogram-1.5-2.lbn25.noarch
Unless you have some historical reason for using this package, I'd advise against it!
RPMPackage python2-sphinx_rtd_theme-0.2.4-2.lbn25.py37.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 python2-sphinx-3.5.4-1.lbn25.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.
RPMPackage python2-soupsieve-1.7.3-1.lbn25.noarch
Soup Sieve is a CSS selector library designed to be used with [Beautiful Soup 4][bs4]. It aims to provide selecting, matching, and filtering using...
RPMPackage python2-slimit-0.8.1-2.lbn25.py37.noarch
SlimIt is a JavaScript minifier written in Python. It compiles JavaScript into more compact code so that it downloads and runs faster. SlimIt also provides a library that includes a JavaScript parser, lexer, pretty printer and a tree visitor.
RPMPackage python2-six-1.16.0-1.lbn25.noarch
python-six provides simple utilities for wrapping over differences between Python 2 and Python 3. Python 2 version.
RPMPackage python2-simplejson-3.17.0-1.lbn25.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 python2-setuptools_scm-4.1.2-1.lbn25.noarch
Setuptools_scm handles managing your python package versions in scm metadata. It also handles file finders for the suppertes scms.
RPMPackage python2-setuptools_git-1.1-5.lbn25.py37.noarch
This is a plugin for setup tools that enables Git integration. Once installed, Setuptools can be told to include in a module distribution all the files tracked by git. This is an alternative to explicit inclusion specifications with MANIFEST.in.
RPMPackage python2-setuptools-46.1.3-1.lbn25.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 python2-selenium-3.141.0-1.lbn25.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-roman-3.3-1.lbn25.noarch
 
RPMPackage python2-repoze-sphinx-autointerface-0.8-2.lbn25.py37.noarch
This package defines an extension for the Sphinx documentation system. The extension allows generation of API documentation by introspection of zope.interface instances in code.
RPMPackage python2-rdflib-4.2.2-2.lbn25.noarch
RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. The library contains parsers and serializers for RDF/XML, N3, NTriples, Turtle, TriX, RDFa and Microdata. The library presents a Graph interface which can be backed by any one of a number of Store implementations. The core rdflib includes store implementations for in memory storage, persistent storage on top of the Berkeley DB, and a wrapper for remote SPARQL endpoints. This is for Python 2.
RPMPackage python2-rcssmin-1.0.6-2.lbn25.x86_64
RCSSmin is a CSS minifier. The minifier is based on the semantics of the YUI compressor, which itself is based on the rule list by Isaac Schlueter. This module is a re-implementation aiming for speed instead of maximum compression, so it can be used at runtime (rather than during a preprocessing step).
RPMPackage python2-random2-1.0.1-5.lbn25.py37.noarch
This package provides a Python 3 ported version of Python 2.7's random module. It has also been back-ported to work in Python 2.6. In Python 3, the implementation of randrange() was changed, so that even with the same seed you get different sequences in Python 2 and 3. Note that several high-level functions such as randint() and choice() use randrange(). In my testing code I heavily rely on stable random generator results and it makes porting code to Python 3 a lot harder, if all those tests have to be adjusted. This package fixes that.
RPMPackage python2-pyyaml-5.4.1.1-1.lbn25.x86_64
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 Python object. PyYAML is applicable for a broad range of tasks from complex configuration files to object serialization and persistence.
RPMPackage python2-pytzdata-2018.3-1.lbn25.py37.noarch
Official timezone database for Python.Supports Python **2.7+** and **3.5+**. Installation pip install pytzdataYou can access the content of a specific timezone file by using the tz_file() function:.. code-block:: python from pytzdata import tz_file with tz_file('Europe/Paris') as f: Do something with the fileIf you just want to know the path to a specific timezone file, you may use the...
RPMPackage python2-pytz-2020.1-3.lbn25.noarch
pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.3 or higher. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo). Almost all (over 540) of the Olson timezones are supported.
RPMPackage python2-pycountry-18.12.8-2.lbn25.noarch
pycountry provides the ISO databases for the standards: - 639: Languages - 3166: Countries - 3166-2: Subdivisions of countries - 4217: Currencies - 15924: Scripts The databases are imported from Debian's `pkg-isocodes`, packaged into pycountry and made accessible through a Python API. Translation files for the various strings are included as well.