You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-orderedmultidict-1.0.1-1.lbn36.noarch
A multivalue dictionary is a dictionary that can store multiple values for the same key. An ordered multivalue dictionary is a multivalue dictionary that retains the order of insertions and deletions.omdict retains method parity with dict.Information and documentation at
RPMPackage python3-ordereddict-1.1-1.lbn36.noarch
Drop-in substitute for Py2.7's new collections.OrderedDict. The recipe has big- oh performance that matches regular dictionaries (amortized O(1) insertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing). Originally based on http://code.activestate.com/recipes/576693/
RPMPackage python3-factory-trytond-1.0.0-1.lbn36.noarch
Factory-trytond Factory-trytond is a factory_boy extension developed to work with Tryton ERP. We can create our own ERP's model factories to do some testing or to populate our databases with some sample data. How does it work? Steps to use Factory-trytond: Inherit the base factory class. Define the meta model the factory will construct. Define the default declarations of the factory. Note that the meta model can be a trytond pool model name. Here's a factory example with Tryton's model User: import factory import factory_trytond class UserFactory(factory_trytond.TrytonFactory): class Meta: model = 'res.user' name = factory.Faker('name') login = factory.Faker('user_name') user = UserFactory.build() user.save() # it is a standard Tryton object as would be returned by Tryton's object pool
RPMPackage python3-trytond-stock-product-location-place-7.4.0-2.lbn36.noarch
The Stock Product Location Place Module allows defining the place where each goods is stored in each location.
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-4.1.0-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-4.1.0-1.lbn36.x86_64
High performance, self-hosted, newsletter and mailing list manager with a modern dashboard.
RPMPackage python3-zodb-5.8.0-1.lbn36.noarch
ZODB, a Python object-oriented database :target:
RPMPackage python3-zexceptions-4.2-1.lbn36.noarch
zExceptions contains common exceptions and helper functions related to exceptions as used in Zope.Changelog 4.2 (2021-10-22) -- Add support for Python 3.8, 3.9 and 3.10.- Drop support for Python 3.4.- Add an exception for the HTTP status code 418.- Don't override the content-type header if already set. (12 < 4.1 (2018-10-05) -- Add support for Python 3.7. 4.0 (2018-01-27) -- Drop support for...
RPMPackage python3-zestreleaser-towncrier-1.2.0-1.lbn36.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.zestreleaser.towncrier This calls towncrier < when releasing a package with zest.releaser < towncrier updates your history file (like...
RPMPackage python3-zest-releaser-6.22.2-1.lbn36.noarch
Package releasing made easy: zest.releaser overview and installation zest.releaser is collection of command-line programs to help you automate the task of releasing a Python project.It does away with all the boring bits. This is what zest.releaser automates * It updates the version number. The version number can either be in setup.py or version.txt or in a __versions__ attribute in a Python...
RPMPackage python3-zest-pocompile-1.6.0-1.lbn36.noarch
Introduction This package compiles po files. It contains a zest.releaser_ entrypoint and a stand-alone command line tool.You want to release a package that has a locales dir (or locale, or something else as long as it has a LC_MESSAGES folder somewhere in it) with translations in .po files. You want to include the compiled .mo files in your release as well, but you do not want to keep those in...
RPMPackage python3-zeo-6.0.0-2.lbn36.noarch
ZEO - Single-server client-server database server for ZODB ZEO is a client- server storage for ZODB <>_ for sharing a single storage among many clients. When you use ZEO, a lower-level storage, typically a file storage, is opened in the ZEO server process. Client programs connect to this process using a ZEO ClientStorage. ZEO provides a consistent view of the database to all clients. The ZEO...
RPMPackage python3-zdaemon-4.3-1.lbn36.noarch
***************************************************** zdaemon process controller for Unix-based systems *****************************************************zdaemon is a Unix (Unix, Linux, Mac OS X) Python program that wraps commands to make them behave as proper daemons... contents:: Using zdaemon zdaemon provides a script, zdaemon, that can be used to run other programs as POSIX (Unix)...
RPMPackage python3-zconfig-3.6.0-1.lbn36.noarch
ZConfig: Schema-driven configuration :target:
RPMPackage python3-zc-zrs-3.1.0-1.lbn36.noarch
ZODB Replicated Storage ZODB replicated storage (ZRS) provides database replication for ZODB. For each database, a primary storage and one or more secondary storages may be defined. The secondary storages will automatically replicate data from the primary storage.Replication is superior to back-ups because as long as secondaries are running, secondary data is kept updated. In the event of a...
RPMPackage python3-zc-zdaemonrecipe-1.0.0-1.lbn36.noarch
************** zdaemon recipe **************The zdaemon recipe provides support for generating zdaemon-based run .. contents::Releases 1.0.0 (unreleased) - Python 3 support. 0.3.1 (2013-04-01) - Add MANIFEST.in, necessary with the move to git. 0.3 (2013-04-01) - Added shell-script setting. When true, shell scripts that refer to a zdaemon script in the software installation are generated...
RPMPackage python3-zc-z3monitor-0.8.0-1.lbn36.noarch
Zope 3 Monitor Server The Zope 3 monitor server is a server that runs in a Zope 3 process and that provides a command-line interface to request various bits of information. It is based on zc.monitor, which is itself based on zc.ngi, so we can use the zc.ngi testing infrastructure to demonstrate it.This package provides several Zope 3 and ZODB monitoring and introspection tools that work...