You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-jpype1-1.4.1-1.lbn36.x86_64
.. image:: doc/logo.png :scale: 50 %JPype |implementation| |pyversions| |javaversions| |jvm| |platform| |license|JPype is a Python module to provide full access to Java from within Python. It allows Python to make use of Java only libraries, exploring and visualization of Java structures, development and testing of Java libraries, scientific computing, and much more. By gaining the best of...
RPMPackage python3-jinja2-time-0.2.0-17.fc36.noarch
Jinja2 Extension for Dates and Times.
RPMPackage python3-itsdangerous-2.2.0-1.lbn36.noarch
Itsdangerous is a Python library for passing data through untrusted environments (for example, HTTP cookies) while ensuring the data is not tampered with. Internally itsdangerous uses HMAC and SHA1 for signing by default and bases the implementation on the Django signing module. It also however supports JSON Web Signatures (JWS).
RPMPackage python3-intervaltree-3.1.0-5.fc36.noarch
A mutable, self-balancing interval tree for Python. Queries may be by point, by range overlap, or by range envelopment.
RPMPackage python3-inotify-0.9.6-26.fc36.noarch
This is a Python module for watching filesystems changes. pyinotify can be used for various kind of fs monitoring. Based on inotify which is an event-driven notifier, where notifications are exported from kernel space to user space.
RPMPackage python3-importlib-resources-5.10.0-1.lbn36.noarch
importlib_resources is a backport of Python standard library importlib.resources module for older Pythons. The key goal of this module is to replace parts of pkg_resources with a solution in Python’s stdlib that relies on well-defined APIs. This makes reading resources included in packages easier, with more stable and consistent semantics. Compatibility New features are introduced in this third-party library and later merged into CPython. The following table indicates which versions of this library were contributed to different versions in the standard library: importlib_resources stdlib 5.8 3.12 5.7 3.11 5.0 3.10 1.3 3.9 0.5 (?) 3.7 For Enterprise Available as part of the Tidelift Subscription. This project and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use. Learn more. Security Contact To report a security vulnerability, please use the Tidelift security contac
RPMPackage python3-importlib-metadata-7.2.1-1.lbn36.noarch
Library to access the metadata for a Python package. This package supplies third-party access to the functionality of importlib.metadata including improvements added to subsequent Python versions.
RPMPackage python3-ijson-3.1.4-3.fc36.noarch
Iterative JSON parser with standard Python iterator interfaces.
RPMPackage python3-idle-3.10.15-1.lbn36.x86_64
IDLE is Python’s Integrated Development and Learning Environment. IDLE has the following features: Python shell window (interactive interpreter) with colorizing of code input, output, and error messages; multi-window text editor with multiple undo, Python colorizing, smart indent, call tips, auto completion, and other features; search within any window, replace within editor windows, and search through multiple files (grep); debugger with persistent breakpoints, stepping, and viewing of global and local namespaces; configuration, browsers, and other dialogs.
RPMPackage python3-identify-2.5.3-1.fc36.noarch
File identification library for Python.
RPMPackage python3-hyperlink-21.0.0-8.fc36.noarch
The humble, but powerful, URL runs everything around us. Chances are you've used several just to read this text. Hyperlink is a featureful, pure-Python implementation of the URL, with an emphasis on correctness.
RPMPackage python3-hvac-1.1.0-1.lbn36.noarch
![Header image]( [Vault]() API client for Python 3.x[![Test]( [![codecov]( [![Documentation Status]( [![PyPI version](
RPMPackage python3-hug-2.6.1-1.lbn36.x86_64
hug aims to make developing Python driven APIs as simple as possible, but no simpler. As a result, it drastically simplifies Python API development. hug's Design Objectives: Make developing a Python driven API as succinct as a written definition. The framework should encourage code that self-documents. It should be fast. A developer should never feel the need to look somewhere else for performance reasons. Writing tests for APIs written on-top of hug should be easy and intuitive. Magic done once, in an API framework, is better than pushing the problem set to the user of the API framework. Be the basis for next generation Python APIs, embracing the latest technology.
RPMPackage python3-httpx-0.28.1-1.lbn36.noarch
HTTPX is a fully featured HTTP client for Python, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2.
RPMPackage python3-httpretty-1.1.4-3.fc36.noarch
Once upon a time a python developer wanted to use a RESTful API, everything was fine but until the day he needed to test the code that hits the RESTful API: what if the API server is down? What if its content has changed? Don't worry, HTTPretty is here for you.
RPMPackage python3-httpcore-1.0.7-2.lbn36.noarch
The HTTP Core package provides a minimal low-level HTTP client, which does one thing only: Sending HTTP requests. It does not provide any high level model abstractions over the API, does not handle redirects, multipart uploads, building authentication headers, transparent HTTP caching, URL parsing, etc.
RPMPackage python3-hmsclient-0.1.1-1.lbn36.noarch
HMSClient This project aims to be an up to date Python client to interact with the Hive metastore using the Thrift protocol.Installation Install it with pip install hmsclient or directly from source.. code-block:: python python setup.py installUsage Using it from Python is simple:.. code-block:: python from hmsclient import hmsclient client hmsclient.HMSClient(host'localhost', port9083) with...
RPMPackage python3-hdfs-2.7.3-1.lbn36.noarch
HdfsCLI [![CI]( [![Pypi badge]( [![Downloads badge]( and command line interface for HDFS. $ hdfscli --aliasdevWelcome to the interactive HDFS python shell. The HDFS client is available as CLIENT.In [1]: CLIENT.list('models/') Out[1]: ['1.json', '2.json']In [2]: CLIENT.status('models/2.json') Out[2]: { 'accessTime': 1439743128690, 'blockSize': 134217728,
RPMPackage python3-hatchling-1.27.0-1.lbn36.noarch
This is the extensible, standards compliant build backend used by Hatch.
RPMPackage python3-hatch-fancy-pypi-readme-24.1.0-4.lbn36.noarch
This provides a Hatch metadata plugin for everyone who cares about the first impression of their project’s PyPI landing page. It allows you to define your PyPI project description in terms of concatenated fragments that are based on static strings, files, and most importantly: parts of files defined using cut-off points or regular expressions.