You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage taiga-events-6.8.0-1.lbn36.noarch
The Taiga websocket server.
RPMPackage taiga-back-httpd-6.8.2-1.lbn36.noarch
Apache and systemd integrations for taiga-back
RPMPackage taiga-back-6.8.2-1.lbn36.noarch
Backend for taiga
RPMPackage taiga-6.8.2-1.lbn36.noarch
KANBAN Intuitive and simple, yet feature complete Kanban board Customization to fit your workflow including EPICS and sub-tasks Multiple workflows with Swim lanes Extensive filter options & search function WIP limits View options like zoom level and user story archive function Possibility to switch over to Scrum and vice versa SCRUM Complete set of boards to plan and show individual sprints from backlog Backlog & sprint planning including EPICS and sub-tasks Estimations (possible per role) including project doom-line Estimation tool (Taiga Seed) Sprint task board with swim-lanes per user story and zoom function Burn down chart on project and sprint level Possibility to switch over to Kanban and vice versa ISSUES Integrated and complete issues/bug tracking Customization of issue types, priorities and severities Possibility to add issues to sprint Function to promote issue to user story Extensive filter options & search function DASHBOARDS/REPORTING Complete set of dashboards and reporting possibilities Team performance dashboard (incl. team health Iocane function) Full audibility with project timeline Personal dashboard & notifications Wiki function Custom real time reports in your own data editor with CSV URL link
RPMPackage python3-wsproto-1.2.0-1.fc36.noarch
wsproto is a pure-Python implementation of a WebSocket protocol stack. It is written from the ground up to be embeddable in whatever program you choose to use, ensuring that you can communicate via WebSockets, as defined in RFC6455, regardless of your programming paradigm. wsproto does not provide a parsing layer, a network layer, or any rules about concurrency. Instead, it is a purely in-memory solution, defined in terms of data actions and WebSocket frames. RFC6455 and Compression Extensions for WebSocket via RFC7692 are fully supported.
RPMPackage python3-urllib3+zstd-2.3.0-1.lbn36.noarch
This is a metapackage bringing in zstd extras requires for python3-urllib3. It makes sure the dependencies are installed.
RPMPackage python3-urllib3+socks-2.3.0-1.lbn36.noarch
This is a metapackage bringing in socks extras requires for python3-urllib3. It makes sure the dependencies are installed.
RPMPackage python3-urllib3+h2-2.3.0-1.lbn36.noarch
This is a metapackage bringing in h2 extras requires for python3-urllib3. It makes sure the dependencies are installed.
RPMPackage python3-urllib3+brotli-2.3.0-1.lbn36.noarch
This is a metapackage bringing in brotli extras requires for python3-urllib3. It makes sure the dependencies are installed.
RPMPackage python3-urllib3-2.3.0-1.lbn36.noarch
urllib3 is a powerful, *user-friendly* HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings many critical features that are missing from the Python standard libraries:- Thread safety. - Connection pooling. - Client-side SSL/TLS verification. - File uploads with multipart encoding. - Helpers for retrying requests and dealing with HTTP...
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.29.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-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.2-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-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.