You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-suds-0.7-0.1.94664ddd46a6.lbn25.py37.noarch
The suds project is a python soap web services client lib. Suds leverages python meta programming to provide an intuitive API for consuming web services. Objectification of types defined in the WSDL is provided without class generation. Programmers rarely need to read the WSDL since services and WSDL based objects can be easily inspected.
RPMPackage python2-requests-toolbelt-0.9.1-1.lbn25.noarch
This is just a collection of utilities for python-requests, but don’t really belong in requests proper. Python 2 version.
RPMPackage python2-requests-kerberos-0.12.0-4.lbn25.noarch
Requests is an HTTP library, written in Python, for human beings. This library adds optional Kerberos/GSSAPI authentication support and supports mutual authentication.
RPMPackage python2-pysocks-1.6.7-1.lbn25.py37.noarch
A fork of SocksiPy with bug fixes and extra features. Acts as a drop-in replacement to the socket module. Featuring: - SOCKS proxy client for Python 2.6 - 3.x - TCP and UDP both supported - HTTP proxy client included but not supported or recommended (you should use urllib2's or requests' own HTTP proxy interface) - urllib2 handler included.
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-pint-0.6-8.lbn25.py37.noarch
Pint is Python module/package to define, operate and manipulate physical quantities: the product of a numerical value and a unit of measurement. It allows arithmetic operations between them and conversions from and to different units. It is distributed with a comprehensive list of physical units, prefixes and constants.
RPMPackage python2-oslo-sphinx-4.18.0-1.lbn25.py37.noarch
The Oslo project intends to produce a python library containing infrastructure code shared by OpenStack projects. The APIs provided by the project should be high quality, stable, consistent and generally useful. The oslo-sphinx library contains Sphinx theme and extensions support used by OpenStack.
RPMPackage python2-mock-2.0.0-11.lbn25.noarch
Mock is a Python module that provides a core mock class. It removes the need to create a host of stubs throughout your test suite. After performing an action, you can make assertions about which methods / attributes were used and arguments they were called with. You can also specify return values and set
RPMPackage python2-funcsigs-1.0.2-11.lbn25.py37.noarch
funcsigs is a backport of the PEP 362 function signature features from Python 3.3's inspect module. The backport is compatible with Python 2.6, 2.7 as well as 3.2 and up.
RPMPackage python2-colorama-0.4.1-1.lbn25.noarch
Makes ANSI escape character sequences, for producing colored terminal text and cursor positioning, work under MS Windows. ANSI escape character sequences have long been used to produce colored terminal text and cursor positioning on Unix and Macs. Colorama makes this work on Windows, too. It also provides some shortcuts to help generate ANSI sequences, and works fine in conjunction with any other ANSI sequence generation library, such as Termcolor. Python 2 version.
RPMPackage python2-clint-0.5.1-3.fc25.noarch
Clint is a module filled with a set of awesome tools for developing commandline applications. It supports colors, but detects if the session is a TTY, so doesn't render the colors if you're piping stuff around. Automagically.
RPMPackage python2-args-0.1.0-2.lbn25.py37.noarch
Argument Parsing for Humans.
RPMPackage python2-appdirs-1.4.3-7.lbn25.py37.noarch
A small Python 2 module for determining appropriate " + " platform-specific directories, e.g. a "user data dir".
RPMPackage python-werkzeug-0.11.11-1.lbn25.py37.noarch
Werkzeug ======== Werkzeug started as simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. It includes a powerful debugger, full featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed addon modules. Werkzeug is unicode aware and doesn't enforce a specific template engine, database adapter or anything else. It doesn't even enforce a specific way of handling requests and leaves all that up to the developer. It's most useful for end user applications which should work on as many server environments as possible (such as blogs, wikis, bulletin boards, etc.).
RPMPackage python-urwid-1.3.0-5.fc24.x86_64
Urwid is a Python library for making text console applications. It has many features including fluid interface resizing, support for UTF-8 and CJK encodings, standard and custom text layout modes, simple markup for setting text attributes, and a powerful, dynamic list box that handles a mix of widget types. It is flexible, modular, and leaves the developer in control.
RPMPackage python-unicodecsv-0.14.1-5.lbn25.py37.noarch
The unicodecsv is a drop-in replacement for Python 2.7's csv module which supports unicode strings without a hassle. It is NOT a drop-in replacement for Python 3's csv module, see https://github.com/jdunck/python-unicodecsv/issues/65
RPMPackage python-testscenarios-0.5.0-3.fc25.noarch
testscenarios provides clean dependency injection for python unittest style tests. This can be used for interface testing (testing many implementations via a single test suite) or for classic dependency injection (provide tests with dependencies externally to the test code itself, allowing easy testing in different situations).
RPMPackage python-testrepository-0.0.20-6.fc25.noarch
Provides a database of test results which can be used to support easy developer workflows, supporting functionality like isolating failing tests. Testrepository is compatible with any test suite that can output subunit. This includes any TAP test suite and any pyunit compatible test suite.
RPMPackage python-sure-1.2.7-4.lbn25.py37.noarch
A Python assertion toolbox that works fine with nose.
RPMPackage python-sqlparse-0.2.2-3.lbn25.py37.noarch
sqlparse is a tool for parsing SQL strings. It can generate pretty-printed renderings of SQL in various formats. It is a python module, together with a command-line tool.