You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-relatorio-0.10.1-1.lbn36.noarch
A templating library which provides a way to easily output all kind of different files (odt, ods, png, svg, ...). Adding support for more filetype is easy: you just have to create a plugin for this. relatorio also provides a report repository allowing you to link python objects and report together, find reports by mimetypes/name/python objects.
RPMPackage python3-regex-2022.6.2-1.fc36.x86_64
This new regex implementation is intended eventually to replace Python's current re module implementation. For testing and comparison with the current 're' module the new implementation is in the form of a module called 'regex'.
RPMPackage python3-pymdown-extensions-10.2-1.lbn36.noarch
PyMdown Extensions Extensions for Python Markdown. Documentation Extension documentation is found here: https:/facelessuser.github.io/pymdown-extensions/. License License is MIT except for a few exceptions. See LICENSE for more info.
RPMPackage python3-passlib+totp-1.7.4-6.fc36.noarch
This is a metapackage bringing in totp extras requires for python3-passlib. It makes sure the dependencies are installed.
RPMPackage python3-passlib+bcrypt-1.7.4-6.fc36.noarch
This is a metapackage bringing in bcrypt extras requires for python3-passlib. It makes sure the dependencies are installed.
RPMPackage python3-passlib+argon2-1.7.4-6.fc36.noarch
This is a metapackage bringing in argon2 extras requires for python3-passlib. It makes sure the dependencies are installed.
RPMPackage python3-passlib-1.7.4-6.fc36.noarch
Passlib is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 20 password hashing algorithms, as well as a framework for managing existing password hashes. It's designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user application.
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-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-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-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-lazr-uri-1.0.6-1.lbn36.noarch
This file is part of lazr.uri. lazr.uri is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3 of the License. lazr.uri is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR...
RPMPackage python3-lazr-restfulclient-0.14.5-1.lbn36.noarch
This file is part of lazr.restfulclient. lazr.restfulclient is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3 of the License. lazr.restfulclient is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of...
RPMPackage python3-lazr-restful-2.0.1-1.lbn36.noarch
This file is part of lazr.restful. lazr.restful is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3 of the License. lazr.restful is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A...
RPMPackage python3-lazr-lifecycle-1.2.1-1.lbn36.noarch
This file is part of lazr.lifecycle. lazr.lifecycle is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3 of the License. lazr.lifecycle is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS...
RPMPackage python3-lazr-enum-1.2.1-1.lbn36.noarch
This file is part of lazr.enum. lazr.enum is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3 of the License. lazr.enum is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A...
RPMPackage python3-lazr-delegates-2.0.4-1.lbn36.noarch
The lazr.delegates package makes it easy to write objects that delegate behavior to another object. The new object adds some property or behavior on to the other object, while still providing the underlying interface, and delegating behavior.
RPMPackage python3-lazr-batchnavigator-1.3.1-1.lbn36.noarch
This file is part of lazr.batchnavigator. lazr.batchnavigator is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3 of the License. lazr.batchnavigator is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of...