You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-django-sites-0.11-1.lbn36.noarch
django-sites Alternative implementation of django "sites" framework based on settings instead of models. How to install? You can install it with pip:.. code- block:: shell pip install django-sitesDocumentation -
RPMPackage python3-django-sampledatahelper-0.5-1.lbn36.noarch
 
RPMPackage python3-django-jinja-2.11.0-1.lbn36.noarch
django-jinja Simple and nonobstructive jinja2 integration with Django. **Documentation:** How to install? You can install it with pip:.. code-block:: shell pip install django-jinjaHow to run tests as a developer -Install the Tox automation tool (outside a virtualenv), then
RPMPackage python3-faker-12.0.0-1.fc36.noarch
Faker is a Python package that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress test it, or anonymize data taken from a production service, Faker is for you.
RPMPackage python3-trio-websocket-0.11.1-1.lbn36.noarch
Trio WebSocketThis library implements both server and client aspects of the [the WebSocket protocol]( striving for safety, correctness, and ergonomics. It is based on the [wsproto project]( which is a [Sans-IO]( state machine that implements the majority of the WebSocket protocol, including framing, codecs, and events. This library handles I/O using [the Trio framework]( This library passes...
RPMPackage python3-trio-0.30.0-2.lbn36.noarch
The Trio project's goal is to produce a production-quality, permissively licensed, async/await-native I/O library for Python. Like all async libraries, its main purpose is to help you write programs that do multiple things at the same time with parallelized I/O. A web spider that wants to fetch lots of pages in parallel, a web server that needs to juggle lots of downloads and websocket connections at the same time, a process supervisor monitoring multiple subprocesses... that sort of thing. Compared to other libraries, Trio attempts to distinguish itself with an obsessive focus on usability and correctness. Concurrency is complicated; we try to make it easy to get things right.
RPMPackage python3-overrides-7.7.0-1.lbn36.noarch
overrides A decorator that verifies that a method that should override an inherited method actually does, and that copies the docstring of the inherited method to the overridden method. Since signature validation and docstring inheritance are performed on class creation and not on class instantiation, this library significantly improves the safety and experience of creating class hierarchies...
RPMPackage python3-furl-2.1.3-1.lbn36.noarch
Information and documentation can be found at
RPMPackage python3-sortedcontainers-2.4.0-5.fc36.noarch
SortedContainers is an Apache2 licensed sorted collections library, written in pure-Python, and fast as C-extensions.
RPMPackage python3-outcome-1.1.0-1.lbn36.noarch
Outcome provides a function for capturing the outcome of a Python function call, so that it can be passed around.
RPMPackage python3-taiga-stats-1.6.0-1.lbn36.noarch
This is a script for all you Scrum||Kanban masters out there who use Taiga and are interested in visualizing progress and generate some automated statistics and graphs.
RPMPackage python3-taiga-contrib-lbn-0.1.4-1.lbn36.noarch
Taiga is project management software for cross-functional teams. This is our extension supporting LBN features.
RPMPackage python3-taiga-1.3.0-3.lbn36.noarch
A python wrapper for the Taiga REST API. Documentation: https:/python-taiga.readthedocs.io
RPMPackage python3-docopt-0.6.2-22.fc36.noarch
Isn't it awesome how optparse and argparse generate help messages based on your code?! Hell no! You know what's awesome? It's when the option parser is generated based on the beautiful help message that you write yourself! This way you don't need to write thisstupid repeatable parser-code, and instead can write only the help message--*the way you want it*. Python 3 version.
RPMPackage python3-sphinx-latex-8.1.3-2.lbn36.noarch
Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), written by Georg Brandl. It was originally created to translate the new Python documentation, but has now been cleaned up in the hope that it will be useful to many other projects. This package pulls in the TeX dependencies needed by Sphinx's LaTeX builder.
RPMPackage python3-sphinx-last-updated-by-git-0.2.2-5.fc36.noarch
Get the "last updated" time for each Sphinx page from Git. This is a little Sphinx_ extension that does exactly that.It also checks for included files and other dependencies.
RPMPackage python3-sphinx-kr-theme-0.2.1-12.lbn36.noarch
This is a repackaging of Kenneth Reitz's krTheme, a theme for use in Sphinx documentation, originally derived from Mitsuhiko's Flask theme.
RPMPackage python3-sphinx-jinja2-compat-0.3.0-1.lbn36.noarch
Patches Jinja2 v3 to restore compatibility with earlier Sphinx versions. Also makes some Sphinx versions work correctly on Python 3.10. The patches can be disabled by setting the environment variable NO_SPHINX_JINJA2_COMPAT to 1. (v0.2.0 and newer only)
RPMPackage python3-sphinx-issues-3.0.1-2.fc36.noarch
A Sphinx extension for linking to your project's issue tracker. Includes roles for linking to issues, pull requests, user profiles, with built-in support for GitHub (though this works with other services).
RPMPackage python3-sphinx-intl-2.1.0-3.lbn36.noarch
sphinx-intl is a utility tool that provides several features that make it easy to translate and to apply translation to Sphinx generated document. Optional: support the Transifex service for translation with Sphinx (not packaged yet).