You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage python3-tabulate-0.9.0-1.lbn36.noarch
The main use cases of the library are: • printing small tables without hassle: just one function call, formatting is guided by the data itself • authoring tabular data for lightweight plain-text markup: multiple output formats suitable for further editing or transformation • readable presentation of mixed textual and numeric data: smart column alignment, configurable number formatting, alignment by a decimal point
RPMPackage python3-tablib-3.6.1-2.lbn36.noarch
Tablib: format-agnostic tabular dataset library Tablib is a format-agnostic tabular dataset library, written in Python. Output formats supported: Excel (Sets + Books) JSON (Sets + Books) YAML (Sets + Books) Pandas DataFrames (Sets) HTML (Sets) Jira (Sets) LaTeX (Sets) TSV (Sets) ODS (Sets) CSV (Sets) DBF (Sets) Note that tablib purposefully excludes XML support. It always will. (Note: This is a joke. Pull requests are welcome.) Tablib documentation is graciously hosted on https:/tablib.readthedocs.io It is also available in the docs directory of the source distribution. Make sure to check out Tablib on PyPI! Contribute Please see the contributing guide.
RPMPackage python3-tables-3.10.1-5.lbn36.x86_64
PyTables is a package for managing hierarchical datasets and designed to efficiently and easily cope with extremely large amounts of data.
RPMPackage python3-systemd-234-20.fc36.x86_64
Python module for native access to the systemd facilities. Functionality includes sending of structured messages to the journal and reading journal files, querying machine and boot identifiers and a lists of message identifiers provided by systemd. Other functionality provided by libsystemd is also wrapped.
RPMPackage python3-sympy-1.10.1-1.fc36.noarch
SymPy aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries.
RPMPackage python3-svgwrite-1.4.3-1.fc36.noarch
Python 3 library to create SVG drawings.
RPMPackage python3-svg-path-4.1-3.fc36.noarch
svg.path is a collection of objects that implement the different path commands in SVG, and a parser for SVG path definitions.