You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-rfc3339-validator-0.1.4-1.lbn25.noarch
rfc3339-validatorA pure python RFC3339 validator [![image]( [![Build Status]( Installshell script pip install rfc3339-validator python from rfc3339_validator import validate_rfc3339validate_rfc3339('1424-45-93T15:32:12.9023368Z') >>> Falsevalidate_rfc3339('2001-10-23T15:32:12.9023368Z') - Free software: MIT license
RPMPackage python2-restrictedpython-5.2-1.lbn25.noarch
:alt: Current version on PyPI
RPMPackage python2-responses-0.17.0-1.lbn25.noarch
Responses A utility library for mocking out the requests Python library... note:: Responses requires Python 3.7 or newer, and requests > 2.0 Table of Contents
RPMPackage python2-requests-toolbelt-0.9.1-1.lbn25.noarch
The Requests Toolbelt This is just a collection of utilities for python- requests_, but don't really belong in requests proper. The minimum tested requests version is 2.1.0. In reality, the toolbelt should work with 2.0.1 as well, but some idiosyncracies prevent effective or sane testing on that version.pip install requests-toolbelt to get started! multipart/form-data Encoder The main...
RPMPackage python2-repoze-zope2-1.0.3-2.lbn25.noarch
repoze.zope2 is a decomposition of the Zope 2 appserver publication machinery (ZPublisher) into a WSGI application component. It relies on separately- distributed middleware pieces to perform some of the features previously handled by ZPublisher and other parts of Zope 2.
RPMPackage python2-repoze-xmliter-0.6.1-1.lbn25.noarch
This package provides a wrapper for lxml trees which serializes to string on iteration, but otherwise makes the tree available in an attribute.The primary for this is WSGI middleware which may avoid needless XML parsing and serialization.Usage It's recommend to use the lazy decorator on your application method. This allows you to return an lxml tree object, which is then automatically turned...
RPMPackage python2-repoze-who-2.4.1-1.lbn25.noarch
repoze.who repoze.who is an identification and authentication framework for arbitrary WSGI applications. repoze.who can be configured
RPMPackage python2-repoze-vhm-0.16-1.lbn25.noarch
repoze.vhm README .. contents::This package provides middleware and utilities for doing virtual hosting within a WSGI/Repoze environment. It is particularly useful within a repoze.zope2 environment, where it may be used as an alternative to the classic VirtualHostMonster < method of doing virtual hosting.Read the docs locally (see docs/index.rst), or read them online < repoze.vhm Changelog...
RPMPackage python2-repoze-tm2-2.1-1.lbn25.noarch
repoze.tm2 (Transaction Manager) Middleware which uses the ZODB transaction manager to wrap a call to
RPMPackage python2-repoze-tm-0.9-1.lbn25.noarch
repoze.tm (Transaction Manager) Middleware which uses the ZODB transaction manager to wrap a call to its pipeline children inside a transaction.See docs/index.rst for documentation.
RPMPackage python2-repoze-sphinx-autointerface-1.0.0-1.lbn25.noarch
repoze.sphinx.autointerface README Overview Thie package defines an extension for the Sphinx < documentation system.
RPMPackage python2-repoze-retry-1.5-1.lbn25.noarch
repoze.retry This package implements a WSGI middleware filter which intercepts
RPMPackage python2-repoze-profile-2.3-1.lbn25.noarch
repoze.profile This package provides a WSGI middleware component which aggregates profiling
RPMPackage python2-repoze-obob-0.4-1.lbn25.noarch
repoze.obob is a reconstruction of the "bobo" precursor of Zope (the "object publisher" portion), stripped down to be used as a possible application endpoint in the 'repoze' stack.Installation Installing setuptools repoze.obob depends on setuptools for its installation. To install setuptools: - Download ez_setup.py from - Run ez_setup.py using Python 2.4.3 or better. You can use if you're...
RPMPackage python2-repoze-lru-0.7-1.lbn25.noarch
 
RPMPackage python2-repoze-errorlog-1.1-1.lbn25.noarch
repoze.errorlog This package implements a WSGI <
RPMPackage python2-releases-1.6.3-1.lbn25.noarch
What is Releases? Releases is a Python (2.7, 3.4+) compatible Sphinx <>_ (1.3+) extension designed to help you keep a source control friendly, merge friendly changelog file & turn it into useful, human readable HTML output.Specifically:* The source format (kept in your Sphinx tree as changelog.rst) is a stream-like timeline that plays well with source control & only requires one entry per...
RPMPackage python2-redturtle-importer-base-2.1.0-1.lbn25.noarch
RedTurtle importer base Tool to migrate contents between Plone sites based on transmogrifier.This tool works in addition with redturtle.exporter.base____ Dependencies This product is made over other useful tools:* collective.jsonmigrator__ * collective.transmogrifier__ * transmigrify.dexterity____ __ __ tools are not yet actively maintained, so we moved useful parts into this
RPMPackage python2-redturtle-exporter-base-1.3.1-1.lbn25.noarch
.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features. If you want to learn more about writing documentation, please check out: This text does not appear on pypi or github. It is a comment. Redturtle Exporter base Tool that exports Plone contents for a major migration.This should be used with **redturtle.importer.base/volto**...
RPMPackage python2-rednose-1.3.0-1.lbn25.noarch
A module for making nose pretty using colors.