You are here: Home

Modified items

All recently modified items, latest first.
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-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.
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-5.4.1-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.4-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.
RPMPackage python3-statsd-4.0.1-1.lbn36.noarch
A python client for the statsd daemon.
RPMPackage python3-stack-data-0.6.3-9.lbn36.noarch
This is a library that extracts data from stack frames and tracebacks, particularly to display more useful tracebacks than the default.
RPMPackage python3-sqlparse-0.5.1-1.lbn36.noarch
sqlparse is a tool for parsing SQL strings. It can generate pretty-printed renderings of SQL in various formats. It is a python module, together with a command-line tool.
RPMPackage python3-sqlalchemy-2.0.40-4.lbn36.x86_64
SQLAlchemy is an Object Relational Mapper (ORM) that provides a flexible, high-level interface to SQL databases. Database and domain concepts are decoupled, allowing both sides maximum flexibility and power. SQLAlchemy provides a powerful mapping layer that can work as automatically or as manually as you choose, determining relationships based on foreign keys or letting you define the join conditions explicitly, to bridge the gap between database and domain.
RPMPackage python3-sphinxcontrib-zopeext-0.3.2-1.lbn36.noarch
.. -*- rst -*- -*- restructuredtext -*- .. Note: this file is simplified without text roles so it displays on PyPI. See .. doc/README.rst for the correct information. zopeext for Sphinx :author: Michael McNeil Forbes <mforbes@alum.mit.edu>This extension provides an autointerface directive for Zope interfaces_.Requirements * Sphinx_: pip install sphinx * zope.interface_: pip install...