You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-pyasn1-modules-0.4.6-1.lbn25.noarch
ASN.1 types modules for python-pyasn1.
RPMPackage python2-pyasn1-0.4.6-1.lbn25.noarch
This is an implementation of ASN.1 types and codecs in the Python 2 programming language.
RPMPackage python2-prettytable-0.7.2-12.lbn25.py37.noarch
PrettyTable is a simple Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables. It was inspired by the ASCII tables used in the PostgreSQL shell psql. PrettyTable allows for selection of which columns are to be printed, independent alignment of columns (left or right justified or centred) and printing of "sub-tables" by specifying a row range.
RPMPackage python2-pluggy-0.13.1-1.lbn25.noarch
The plugin manager stripped of pytest specific details.
RPMPackage python2-pkginfo-1.5.0.1-1.lbn25.noarch
This package provides an API for querying the distutils metadata written in the PKG-INFO file inside a source distribution (an sdist) or a binary distribution (e.g., created by running bdist_egg). It can also query the EGG-INFO directory of an installed distribution, and the *.egg-info stored in a "development checkout" (e.g, created by running setup.py develop).
RPMPackage python2-pip-20.0.2-3.lbn25.noarch
pip is a package management system used to install and manage software packages written in Python. Many packages can be found in the Python Package Index (PyPI). pip is a recursive acronym that can stand for either "Pip Installs Packages" or "Pip Installs Python".
RPMPackage python2-pep8-1.7.1-1.lbn25.noarch
pep8 is a tool to check your Python code against some of the style conventions in PEP 8. It has a plugin architecture, making new checks easy, and its output is parseable, making it easy to jump to an error location in your editor. This is a version for Python 2.
RPMPackage python2-pbr-5.6.0-1.lbn25.noarch
Manage dynamic plugins for Python applications
RPMPackage python2-pathlib-1.0.1-9.lbn25.noarch
pathlib offers a set of classes to handle filesystem paths. It offers the following advantages over using string objects: * No more cumbersome use of os and os.path functions. Everything can be done easily through operators, attribute accesses, and method calls. * Embodies the semantics of different path types. For example, comparing Windows paths ignores casing. * Well-defined semantics, eliminating any warts or ambiguities (forward vs. backward slashes, etc.). It's part of Python 3.4+ standard library.
RPMPackage python2-paste-script-3.2.0-1.lbn25.1.noarch
Paster is pluggable command-line frontend, including commands to setup package file layouts Built-in features: * Creating file layouts for packages. For instance a setuptools-ready file layout. * Serving up web applications, with configuration based on paste.deploy
RPMPackage python2-paste-deploy-2.1.1-2.lbn25.noarch
This tool provides code to load WSGI applications and servers from URIs; these URIs can refer to Python Eggs for INI-style configuration files. PasteScript provides commands to serve applications based on this configuration file.
RPMPackage python2-paste-3.5.0-1.lbn25.noarch
These provide several pieces of "middleware" (or filters) that can be nested to build web applications. Each piece of middleware uses the WSGI (PEP 333) interface, and should be compatible with other middleware based on those interfaces.
RPMPackage python2-netifaces-0.10.6-1.lbn25.py37.x86_64
This package provides a cross platform API for getting address information from network interfaces.
RPMPackage python2-multi_key_dict-2.0.3-8.lbn25.py37.noarch
Implementation of a multi-key dictionary, i.e.: (key1[,key2, ..]) => value This dictionary has a similar interface to the standard dictionary => but is extended to support multiple keys referring to the same element.
RPMPackage python2-msgpack-0.6.2-1.lbn25.x86_64
MessagePack is a binary-based efficient data interchange format that is focused on high performance. It is like JSON, but very fast and small. This is a Python (de)serializer for MessagePack.
RPMPackage python2-mr.developer-2.0.0-1.lbn25.noarch
Let Mr. Developer help you win the everlasting buildout battle! (Remixed by Matt Hamilton, original from is a zc.buildout_ extension that makes it easy to work with buildouts containing lots of packages, of which you only want to develop some. The basic idea comes from Wichert Akkerman's plonenext_ effort.
RPMPackage python2-mechanize-0.4.0-1.lbn25.noarch
Stateful programmatic web browsing, after Andy Lester's Perl module WWW::Mechanize. The library is layered: mechanize.Browser (stateful web browser), mechanize.UserAgent (configurable URL opener), plus urllib2 handlers. Features include: ftp:, http: and file: URL schemes, browser history, high-level hyperlink and HTML form support, HTTP cookies, HTTP-EQUIV and Refresh, Referer [sic] header, robots.txt, redirections, proxies, and Basic and Digest HTTP authentication. mechanize's response objects are (lazily-) .seek()able and still work after .close(). Much of the code originally derived from Perl code by Gisle Aas (libwww-perl), Johnny Lee (MSIE Cookie support) and last but not least Andy Lester (WWW::Mechanize). urllib2 was written by Jeremy Hylton.
RPMPackage python2-mccabe-0.6.1-6.lbn25.py37.noarch
Ned's script to check McCabe complexity. This module provides a plugin for ``flake8``, the Python code checker.
RPMPackage python2-martian-1.3-1.lbn25.noarch
A library that allows the embedding of configuration information in Python code. Martian can then grok the system and do the appropriate configuration registrations. One example of a system that uses Martian is the system where it originated: Grok
RPMPackage python2-markupsafe-1.1.1-1.lbn25.x86_64
A library for safe markup escaping. Python 2 version.