You are here: Home

Modified items

All recently modified items, latest first.
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.7.0-3.fc36.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.
RPMPackage python3-stripogram-1.5-2.lbn36.noarch
Unless you have some historical reason for using this package, I'd advise against it!
RPMPackage python3-stevedore-3.5.0-1.lbn36.noarch
Manage dynamic plugins for Python applications
RPMPackage python3-stdlib-list-0.8.0-1.lbn36.noarch
Python Standard Library List This package includes lists of all of the standard libraries for Python 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, and 3.8 along with the code for scraping the official Python docs to get said lists.Listing the modules in the standard library? Wait, why on Earth would you care about that?! -Because knowing whether or not a module is part of the standard library will...
RPMPackage python3-statsmodels-0.14.1-1.lbn36.x86_64
statsmodels is a Python module that provides classes and functions for the estimation of many different statistical models, as well as for conducting statistical tests, and statistical data exploration. An extensive list of result statistics are available for each estimator. The results are tested against existing statistical packages to ensure that they are correct.