You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage 389-ds-base-snmp-3.1.1-2.lbn36.x86_64
SNMP Agent for the 389 Directory Server base package.
RPMPackage 389-ds-base-libs-3.1.1-2.lbn36.x86_64
Core libraries for the 389 Directory Server base package. These libraries are used by the main package and the -devel package. This allows the -devel package to be installed with just the -libs package and without the main package.
RPMPackage 389-ds-base-devel-3.1.1-2.lbn36.x86_64
Development Libraries and headers for the 389 Directory Server base package.
RPMPackage 389-ds-base-3.1.1-2.lbn36.x86_64
389 Directory Server is an LDAPv3 compliant server. The base package includes the LDAP server and command line utilities for server administration.
RPMPackage python3-lazy-loader-0.4-4.lbn36.noarch
lazy-loader makes it easy to load subpackages and functions on demand. Motivation: • Allow subpackages to be made visible to users without incurring import costs. • Allow external libraries to be imported only when used, improving import times.
RPMPackage python3-proteus-7.6.0-1.lbn36.noarch
A client library to access Tryton's internal objects like Models and Wizards.
RPMPackage python3-factory-boy-3.2.1-2.fc36.noarch
factory_boy is a fixtures replacement based on thoughtbot's factory_girl <http://github.com/thoughtbot/factory_girl>. Its features include: - Straightforward syntax - Support for multiple build strategies (saved/unsaved instances, attribute dicts, stubbed objects) - Powerful helpers for common cases (sequences, sub-factories, reverse dependencies, circular factories, ...) - Multiple factories per class support, including inheritance - Support for various ORMs (currently Django, Mogo, SQLAlchemy)
RPMPackage python3-plone-base-1.1.3-1.lbn36.noarch
plone.base This package is the base package of the CMS Plone <>_. It contains only interface contracts and basic features and utilities. It was created to be able to maintain a clean dependency graph (PLIP 3395 < details this package contains:interfaces (package) All zope.interface based contracts for the Plone core packages. In Plone 5 and below this was at...
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.