You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-fastdtw-0.3.4-1.lbn36.x86_64
-Python implementation of FastDTW < [1]_, which is an approximate Dynamic Time Warping (DTW) algorithm that provides optimal or near-optimal alignments with an O(N) time and memory complexity.Install pip install fastdtwExample import numpy as np from scipy.spatial.distance import euclidean from fastdtw import fastdtw x np.array([[1,1], [2,2], [3,3], [4,4], [5,5]]) y np.array([[2,2], [3,3],...
RPMPackage python3-facebook-business-15.0.2-1.lbn36.noarch
Facebook Business SDK for Python[![Build Status]( IntroductionThe Facebook <a href" target"_blank">Business SDK</a> is a one-stop shop to help our partners better serve their businesses. Partners are using multiple Facebook API's to server the needs of their clients. Adopting all these API's and keeping them up to date across the various platforms can be time consuming and ultimately...
RPMPackage python3-editor-1.0.4-11.fc36.noarch
Programmatically open an editor, capture the result.
RPMPackage python3-editdistance-0.6.0-2.fc36.x86_64
Fast implementation of the edit distance (Levenshtein distance). This library simply implements Levenshtein distance with C++ and Cython. The algorithm used in this library is proposed by Heikki Hyyrö, "Explaining and extending the bit-parallel approximate string matching algorithm of Myers", (2001).
RPMPackage python3-editables-0.3-1.fc36.noarch
A Python library for creating “editable wheels” This library supports the building of wheels which, when installed, will expose packages in a local directory on sys.path in “editable mode”. In other words, changes to the package source will be reflected in the package visible to Python, without needing a reinstall.
RPMPackage python3-docutils-0.21.2-1.lbn36.noarch
Docutils is a modular system for processing documentationinto useful formats, such as HTML, XML, and LaTeX. Forinput Docutils supports reStructuredText, an easy-to-read,what-you-see-is-what-you-get plaintext markup syntax.
RPMPackage python3-docker+ssh-7.1.0-2.lbn36.noarch
This is a metapackage bringing in ssh extras requires for python3-docker. It makes sure the dependencies are installed.
RPMPackage python3-docker-7.1.0-2.lbn36.noarch
It lets you do anything the docker command does, but from within Python apps – run containers, manage containers, manage Swarms, etc.
RPMPackage python3-dmidecode-3.12.2-27.20210630gitf0a089a1.fc36.x86_64
python-dmidecode is a python extension module that uses the code-base of the 'dmidecode' utility, and presents the data as python data structures or as XML data using libxml2.
RPMPackage python3-distlib-0.3.8-1.lbn36.noarch
What is it? Distlib is a library which implements low-level functions that relate to packaging and distribution of Python software. It is intended to be used as the basis for third-party packaging tools. The documentation is available at https:/distlib.readthedocs.io/ Main features Distlib currently offers the following features: The package distlib.database, which implements a database of installed distributions, as defined by PEP 376, and distribution dependency graph logic. Support is also provided for non-installed distributions (i.e. distributions registered with metadata on an index like PyPI), including the ability to scan for dependencies and building dependency graphs. The package distlib.index, which implements an interface to perform operations on an index, such as registering a project, uploading a distribution or uploading documentation. Support is included for verifying SSL connections (with domain matching) and signing/verifying packages using GnuPG. The package distl
RPMPackage python3-diff-cover-7.3.2-3.lbn36.noarch
Diff coverage is the percentage of new or modified lines that are covered by tests. This provides a clear and achievable standard for code review: If you touch a line of code, that line should be covered. Code coverage is *every* developer's responsibility! The diff-cover command line tool compares an XML coverage report with the output of git diff. It then reports coverage information for lines in the diff.
RPMPackage python3-dateutils-0.6.8-7.fc36.noarch
This package is providing more complex arithmetic operations on dates/times. Heavy use is made of the relativedelta type from the dateutil library. Much of this package is just a light wrapper on top of this with some added features such as range generation and business day calculation.
RPMPackage python3-datadog-0.44.0-1.fc36.noarch
Datadogpy is a collection of tools suitable for inclusion in existing Python projects or for development of standalone scripts. It provides an abstraction on top of Datadog's raw HTTP interface and the Agent's StatsD metrics aggregation server, to interact with Datadog and efficiently report events and metrics.
RPMPackage python3-databricks-sql-connector-2.9.3-1.lbn36.noarch
Databricks SQL Connector for Python[![PyPI]( [![Downloads]( Databricks SQL Connector for Python allows you to develop Python applications that connect to Databricks clusters and SQL warehouses. It is a Thrift-based client with no dependencies on ODBC or JDBC. It conforms to the [Python DB API 2.0 specification]( connector uses Arrow as the data-exchange format, and supports APIs to directly...
RPMPackage python3-databases+sqlite-0.6.0-1.fc36.noarch
This is a metapackage bringing in sqlite extras requires for python3-databases. It makes sure the dependencies are installed.
RPMPackage python3-databases+postgresql-0.6.0-1.fc36.noarch
This is a metapackage bringing in postgresql extras requires for python3-databases. It makes sure the dependencies are installed.
RPMPackage python3-databases+mysql-0.6.0-1.fc36.noarch
This is a metapackage bringing in mysql extras requires for python3-databases. It makes sure the dependencies are installed.
RPMPackage python3-databases+asyncpg-0.6.0-1.fc36.noarch
This is a metapackage bringing in asyncpg extras requires for python3-databases. It makes sure the dependencies are installed.
RPMPackage python3-databases+asyncmy-0.6.0-1.fc36.x86_64
This is a metapackage bringing in asyncmy extras requires for python3-databases. It makes sure the dependencies are installed.
RPMPackage python3-databases+aiosqlite-0.6.0-1.fc36.noarch
This is a metapackage bringing in aiosqlite extras requires for python3-databases. It makes sure the dependencies are installed.