You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-pydyf-0.10.0-2.lbn36.noarch
pydyf is a low-level PDF generator written in Python and based on PDF specification 1.7.
RPMPackage python3-elementpath-4.4.0-2.lbn36.noarch
The proposal of this package is to provide XPath 1.0, 2.0 and 3.0 selectors for Python's ElementTree XML data structures, both for the standard ElementTree library and for the lxml.etree library. For lxml.etree this package can be useful for providing XPath 2.0 selectors, because lxml.etree already has it's own implementation of XPath 1.0.
RPMPackage python3-single-source-0.3.0-2.lbn36.noarch
Single-source: There is only one truth single-source helps to reduce the entropy in your Python project by keeping single source of truth. The targets of this library are modern Python projects which want to have one source of truth for version, name and etc. At the moment, the library provides the single point for a package version. It supports Python 3.6+. Quick start from pathlib import Path from single_source import get_version __version__ = get_version(__name__, Path(__file__).parent.parent) Root of the problem You use modern pyproject.toml and want to keep the version of your package here: [tool.poetry] name = "modern-project" version = "0.1.0" Let's imagine the version of your package is required in some place of the code. Since you need the version in your Python code, you may want to duplicate the version by putting it as a string variable to some python file: __version__ = "0.1.0"
RPMPackage python3-cssutils-2.6.0-4.lbn36.noarch
A Python package to parse and build CSS Cascading Style Sheets. DOM only, not any rendering facilities. A Python package to parse and build CSS Cascading Style Sheets. DOM only, not\ any rendering facilities.
RPMPackage listmonk-frontend-5.0.3-1.lbn36.noarch
This is the front-end nodejs/vue files for listmonk. While we do stuff these into the binary; there may be a (development) reason to ship separately; and use the --static-dir, --i18n-dir options; or even run the yarn server directly.
RPMPackage listmonk-5.0.3-1.lbn36.x86_64
High performance, self-hosted, newsletter and mailing list manager with a modern dashboard.
RPMPackage python3-sphinxtheme-plone-0.5.8-1.lbn36.noarch
sphinx.themes.plone is a collection of Sphinx themes for the Plone documentation project. The different themes are used on docs.plone.org, but are not limited for this purpose. It might be used for all Plone Package Documentations, or even private use case but than without the Plone Logo and Footer (respect the License). Features sphinxtheme.plone comes with own themes for Plone Classic (Plone 2.0-3.3 Design) Plone Sunburst (Plone 4 Design) Plone Barceloneta (Plone 5 Design) Plone Org 4 (Generation of Plone 4) Plone Org 5 (Generation of Plone 5)
RPMPackage python3-sphinxtheme-bastion-0.8.1-1.lbn36.noarch
sphinx.themes.bastion is a collection of Sphinx themes for the Bastion documentation project.
RPMPackage python3-restrictedpython-7.4-1.lbn36.noarch
:alt: Current version on PyPI
RPMPackage python3-repoze-zope2-1.0.3-2.lbn36.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 python3-repoze-xmliter-0.6.1-1.lbn36.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 python3-repoze-vhm-0.16-1.lbn36.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 python3-repoze-tm2-2.1-1.lbn36.noarch
repoze.tm2 (Transaction Manager) Middleware which uses the ZODB transaction manager to wrap a call to
RPMPackage python3-repoze-tm-0.9-1.lbn36.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 python3-repoze-sphinx-autointerface-1.0.0-1.lbn36.noarch
repoze.sphinx.autointerface README Overview Thie package defines an extension for the Sphinx < documentation system.
RPMPackage python3-repoze-retry-1.5-1.lbn36.noarch
repoze.retry This package implements a WSGI middleware filter which intercepts
RPMPackage python3-repoze-profile-2.3-1.lbn36.noarch
repoze.profile This package provides a WSGI middleware component which aggregates profiling
RPMPackage python3-repoze-obob-0.4-1.lbn36.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 python3-repoze-lru-0.7-1.lbn36.noarch
 
RPMPackage python3-repoze-errorlog-1.1-1.lbn36.noarch
repoze.errorlog This package implements a WSGI <