You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-backports-shutil_get_terminal_size-1.0.0-7.lbn25.noarch
A backport of the get_terminal_size function from Python 3.3’s shutil. Unlike the original version it is written in pure Python rather than C, so it might be a tiny bit slower.
RPMPackage python2-attrs-21.2.0-1.lbn25.noarch
attrs is an MIT-licensed Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols.
RPMPackage python2-args-0.1.0-2.lbn25.py37.noarch
Argument Parsing for Humans.
RPMPackage python2-argh-0.26.1-6.lbn25.py37.noarch
Building a command-line interface? Found yourself uttering “argh!” while struggling with the API of argparse? Don’t want to lose its power but don’t need the complexity? python-argh provides a wrapper for argparse. Argparse is a very powerful tool; python-argh just makes it easy to use.
RPMPackage python2-argcomplete-1.9.3-1.lbn25.py37.noarch
Argcomplete provides easy, extensible command line tab completion of arguments for your Python script. It makes two assumptions: * You are using bash as your shell * You are using argparse to manage your command line arguments/options Argcomplete is particularly useful if your program has lots of options or subparsers, and if your program can dynamically suggest completions for your argument/option values (for example, if the user is browsing resources over the network). Python 2 version.
RPMPackage python2-alembic-1.6.2-1.lbn25.noarch
Alembic is a new database migrations tool, written by the author of SQLAlchemy. A migrations tool offers the following functionality: * Can emit ALTER statements to a database in order to change the structure of tables and other constructs. * Provides a system whereby "migration scripts" may be constructed; each script indicates a particular series of steps that can "upgrade" a target database to a new version, and optionally a series of steps that can "downgrade" similarly, doing the same steps in reverse. * Allows the scripts to execute in some sequential manner. Documentation and status of Alembic is at http://readthedocs.org/docs/alembic/
RPMPackage python2-WSGIProxy2-0.4.6-1.lbn25.noarch
WSGI Proxy that supports several HTTP backends. Python 2 version.
RPMPackage python2-PyXB-1.2.6-4.lbn25.py37.noarch
PyXB ("pix-bee") is a pure Python package that generates Python source code for classes that correspond to data structures defined by XMLSchema.
RPMPackage python2-Cython-0.29~rc2-1.lbn25.py37.x86_64
This is a development version of Pyrex, a language for writing Python extension modules. Python 2 version.
RPMPackage repoze.zope2-1.0.3-5.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 repoze.xmliter-0.6-1.lbn25.noarch
Wrapper for ``lxml`` trees which serializes to string upon iteration.
RPMPackage repoze.who-2.3-1.lbn25.py37.noarch
``repoze.who`` is an identification and authentication framework for arbitrary WSGI applications. It acts as WSGI middleware. ``repoze.who`` is inspired by Zope 2's Pluggable Authentication Service (PAS) (but ``repoze.who`` is not dependent on Zope in any way; it is useful for any WSGI application). It provides no facility for authorization (ensuring whether a user can or cannot perform the operation implied by the request). This is considered to be the domain of the WSGI application. It attemtps to reuse implementations from ``paste.auth`` for some of its functionality.
RPMPackage repoze.vhm-0.14-1.lbn25.noarch
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":http://www.zope.org/Members/4am/SiteAccess2/info method of doing virtual hosting.
RPMPackage repoze.tm2-2.1-2.lbn25.noarch
Middleware which uses the ZODB transaction manager to wrap a call to its pipeline children inside a transaction.
RPMPackage 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 repoze.retry-1.4-2.lbn25.noarch
WSGI Middleware which intercepts a ZODB conflict error and retries the WSGI request a configurable number of times.
RPMPackage repoze.obob-0.4-6.lbn25.noarch
Zope-like publisher as WSGI application
RPMPackage repoze.lru-0.6-4.lbn25.py37.noarch
repoze.lru is a LRU (least recently used) cache implementation. Keys and values that are not used frequently will be evicted from the cache faster than keys and values that are used frequently. It works under Python 2.5, Python 2.6, Python 2.7, and Python 3.2.
RPMPackage repoze.errorlog-1.1-1.lbn25.noarch
This package implements a WSGI middleware filter which intercepts exceptions and writes them to a Python logging module channel (or the wsgi.errors filehandle, if no channel is configured). It also allows the browsing of limited exception history via a browser UI.
RPMPackage python2-zodbpickle-1.0.2-1.lbn25.x86_64
This package presents a uniform pickling interface for ZODB: - Under Python2, this package forks both Python 2.7's pickle and cPickle modules, adding support for the protocol 3 opcodes. It also provides a new subclass of bytes, zodbpickle.binary, which Python2 applications can use to pickle binary values such that they will be unpickled as bytes under Py3k. - Under Py3k, this package forks the pickle module (and the supporting C extension) from Python 3.2, Python 3.3, and Python 3.4. The fork adds support for the noload operations used by ZODB.