You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-tox-3.28.0-1.lbn36.noarch
[![PyPI]( [![Supported Python versions]( [![check]( [![Documentation status]( [![Code style: black]( [![Downloads](
RPMPackage python3-towncrier-24.8.0-1.lbn36.noarch
towncrier
RPMPackage python3-tornado-6.3.3-1.lbn36.x86_64
Tornado is an open source version of the scalable, non-blocking web server and tools. The framework is distinct from most mainstream web server frameworks (and certainly most Python frameworks) because it is non-blocking and reasonably fast. Because it is non-blocking and uses epoll, it can handle thousands of simultaneous standing connections, which means it is ideal for real-time web services.
RPMPackage python3-topydo-0.14-2.lbn36.noarch
topydo is a powerful and customizable todo.txt application for the console, inspired by the todo.txt CLI by Gina Trapani.Highlights of the additional features it provides:* Set due and start dates; * Multiple UIs (CLI, prompt and a column-based TUI); * Custom sorting; * Manage tags; * Maintain dependencies between todo items; * Allow todos to recur; * Some conveniences when adding new items...
RPMPackage python3-tomli-2.2.1-2.lbn36.noarch
Tomli is a Python library for parsing TOML. Tomli is fully compatible with TOML v1.0.0.
RPMPackage python3-toml-0.10.2-6.lbn36.noarch
TOML A Python library for parsing and creating TOML < module passes the TOML test suite < also:* The TOML Standard < * The currently supported TOML specification <
RPMPackage python3-tkinter-3.10.15-1.lbn36.x86_64
The Tkinter (Tk interface) library is a graphical user interface toolkit for the Python programming language.
RPMPackage python3-tinycss2-1.3.0-2.lbn36.noarch
tinycss2 is a modern, low-level CSS parser for Python. tinycss2 is a rewrite of tinycss with a simpler API, based on the more recent CSS Syntax Level 3 specification.
RPMPackage python3-tifffile-2023.9.26-1.lbn36.noarch
Read and write TIFF files Tifffile is a Python library to(1) store NumPy arrays in TIFF (Tagged Image File Format) files, and (2) read image and metadata from TIFF-like files used in bioimaging.Image and metadata can be read from TIFF, BigTIFF, OME-TIFF, DNG, STK, LSM, SGI, NIHImage, ImageJ, MMStack, NDTiff, FluoView, ScanImage, SEQ, GEL, SVS, SCN, SIS, BIF, ZIF (Zoomable Image File Format),...
RPMPackage python3-threadpoolctl-3.5.0-5.lbn36.noarch
Python helpers to limit the number of threads used in the threadpool-backed of common native libraries used for scientific computing and data science (e.g. BLAS and OpenMP). Fine control of the underlying thread-pool size can be useful in workloads that involve nested parallelism so as to mitigate oversubscription issues.
RPMPackage python3-thefuck-3.32-1.lbn36.noarch
.. _the-fuck-versionversion-badgeversion-link-build-statusworkflow- badgeworkflow-link-coveragecoverage-badgecoverage-link-mit-licenselicense- badge: The Fuck |Version| |Build Status| |Coverage| |MIT License| ========================================================== *The Fuck* is a magnificent app, inspired by a [@liamosaur](https://twitter.com/liamosaur/) `tweet...
RPMPackage python3-textract-1.6.5-1.lbn36.noarch
.. NOTES FOR CREATING A RELEASE:.. * bumpversion {major|minor|patch} .. * git push && git push --tags .. * twine upload -r textract dist/* .. * convert into release Extract text from any document. No muss. No fuss.Full documentation <>__.|Build Status| |Version| |Downloads| |Test Coverage| |Documentation Status| |Updates| |Stars| |Forks|.. |Build Statu .. |Version| image::
RPMPackage python3-text-unidecode-1.3-8.fc36.noarch
text-unidecode is the most basic port of the Text::Unidecode Perl library.
RPMPackage python3-testresources-2.0.1-1.lbn36.noarch
testresources: extensions to python unittest to allow declarative use of resources by test cases.Copyright (C) 2005-2013 Robert Collins <robertc@robertcollins.net> Licensed under either the Apache License, Version 2.0 or the BSD 3-clause license at the users choice. A copy of both licenses are available in the project source as Apache-2.0 and BSD. You may not use this file except in compliance...
RPMPackage python3-testpath-0.5.0-3.fc36.noarch
Testpath is a collection of utilities for Python code working with files and commands. It contains functions to check things on the filesystem, and tools for mocking system commands and recording calls to those.
RPMPackage python3-terminado-0.12.1-2.fc36.noarch
This is a Tornado websocket backend for the term.js Javascript terminal emulator library.
RPMPackage python3-tempora-5.0.0-2.fc36.noarch
Objects and routines pertaining to date and time (tempora).
RPMPackage python3-templated-dictionary-1.5-1.lbn36.noarch
Dictionary where __getitem__() is run through Jinja2 template.
RPMPackage python3-tarjan-0.2.3.2-1.lbn36.noarch
Python implementation of Tarjan's algorithm Tarjan's algorithm takes as input a directed (possibly cyclic!) graph and returns as output its strongly connected components in a topological order.Example.. code:: >>> tarjan({1:[2],2:[1,5],3:[4],4:[3,5],5:[6],6:[7],7:[8],8:[6,9],9:[]}) [[9], [8, 7, 6], [5], [2, 1], [4, 3]]Uses Cyclic dependencies In various cases, dependencies might be cyclic and...
RPMPackage python3-tabulate+widechars-0.9.0-1.lbn36.noarch
This is a metapackage bringing in widechars extras requires for python3-tabulate. It makes sure the dependencies are installed.