You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-argon2-cffi-bindings-21.2.0-9.lbn36.x86_64
This package provides low-level CFFI bindings to the Argon2 password hashing algorithm. If you want to hash passwords in an application, this package is not for you. Have a look at argon2-cffi with its high-level abstractions! These bindings have been extracted from argon2-cffi and it remains its main consumer. However, they may be used by other packages that want to use the Argon2 library without dealing with C-related complexities.
RPMPackage python3-argon2-cffi-23.1.0-4.lbn36.noarch
CFFI-based Argon2 Bindings for Python.
RPMPackage python3-pwdlib+bcrypt-0.2.1-1.lbn36.noarch
This is a metapackage bringing in bcrypt extras requires for python3-pwdlib. It makes sure the dependencies are installed.
RPMPackage python3-pwdlib+argon2-0.2.1-1.lbn36.noarch
This is a metapackage bringing in argon2 extras requires for python3-pwdlib. It makes sure the dependencies are installed.
RPMPackage python3-pwdlib-0.2.1-1.lbn36.noarch
pwdlib Modern password hashing for Python Why pwdlib? For years, the de-facto standard to hash passwords was passlib. Unfortunately, it has not been very active recently and its maintenance status is under question. Starting Python 3.13, passlib won't work anymore. That's why I decided to start pwdlib, a password hash helper for the modern Python era. However, it's not designed to be a complete replacement for passlib, which supports numerous hashing algorithms and features. ✅ Goals Provide an easy-to-use wrapper to hash and verify passwords Support modern and secure algorithms like Argon2 or Bcrypt
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-ordered-set-4.1.0-14.lbn36.noarch
An OrderedSet is a custom MutableSet that remembers its order, so that every entry has an index that can be looked up. Python 3 version.
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-pypng-0.20220715.0-1.lbn36.noarch
PyPNG allows PNG image files to be read and written using pure Python. It's available from github.com https://github.com/drj11/pypng Documentation is kindly hosted by PyPI http://pythonhosted.org/pypng/
RPMPackage python3-pyphen-0.15.0-1.lbn36.noarch
Pyphen is a pure Python module to hyphenate text using existing hyphenation dictionaries, e.g., from Libreoffice language packs.
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-transmogrify-webcrawler-1.2.1-1.lbn36.noarch
Crawling - html to import transmogrify.webcrawler will crawl html to extract pages and files as a source for your transmogrifier pipeline. transmogrify.webcrawler.typerecognitor aids in setting '_type' based on the crawled mimetype. transmogrify.webcrawler.cache helps speed up crawling and reduce memory usage by storing items locally.These blueprints are designed to work with the funnelweb...
RPMPackage python3-transmogrify-siteanalyser-1.3-1.lbn36.noarch
.. contents :: :local: Introduction Transmogrifier blueprints that look at how html items are linked to gather metadata about items. They can help you restructure your content.transmogrify.siteanalyser.sitemapper Take navigation html such as a whole sitemap, breadcrumbs or navigation menus using nested links and buildup a site structure and titles for pages. This can then be used to cleanup...
RPMPackage python3-transmogrify-print-0.6.0-1.lbn36.noarch
Introduction .. Note:: As of version 1.3 Transmogrifier provides a similar feature, via a blueprint called: collective.transmogrifier.sections.logger.This Transmogrifier_ blueprint is based on collective.transmogrifier.sections.tests.PrettyPrinter, which anyone can use in their project by creating a utility like so:: <utility component"collective.transmogrifier.sections.tests.PrettyPrinter"...