You are here: Home

Modified items

All recently modified items, latest first.
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.9-1.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.
RPMPackage python3-hamcrest-2.1.0-1.lbn36.noarch
PyHamcrest is a framework for writing matcher objects, allowing you to declaratively define "match" rules. There are a number of situations where matchers are invaluable, such as UI validation, or data filtering, but it is in the area of writing flexible tests that matchers are most commonly used. Python 3 version.
RPMPackage python3-h11-0.16.0-1.lbn36.noarch
This is a little HTTP/1.1 library written from scratch in Python, heavily inspired by hyper-h2. It is a "bring-your-own-I/O" library; h11 contains no IO code whatsoever. This means you can hook h11 up to your favorite network API, and that could be anything you want: synchronous, threaded, asynchronous, or your own implementation of RFC 6214 -- h11 will not judge you. This also means that h11 is not immediately useful out of the box: it is a toolkit for building programs that speak HTTP, not something that could directly replace requests or twisted.web or whatever. But h11 makes it much easier to implement something like requests or twisted.web.
RPMPackage python3-grpcio-tools-1.68.0-1.lbn36.x86_64
gRPC Python Tools Package for gRPC Python tools.
RPMPackage python3-grpcio-status-1.59.0-1.lbn36.noarch
gRPC Python Status Proto Reference package for GRPC Python status proto mapping.Supported Python Versions - Python > 3.7Dependencies Depends on the grpcio package, available from PyPI via pip install grpcio.
RPMPackage python3-grpcio-gcp-0.2.2-1.lbn36.noarch
gRPC-GCP Python Package for gRPC-GCP Python.Installation gRPC-GCP Python is available wherever gRPC is available.From PyPI If you are installing locally...:: $ pip install grpcio-gcpElse system wide (on Ubuntu)...:: $ sudo pip install grpcio-gcpUsage Create a config file (e.g. spanner.grpc.config) defining API configuration, with ChannelPoolConfig and MethodConfig.:: channel_pool: { max_size:...
RPMPackage python3-grpcio-1.68.0-1.lbn36.x86_64
gRPC Python
RPMPackage python3-geoalchemy2-0.12.5-1.lbn36.noarch
GeoAlchemy 2 GeoAlchemy 2 is a Python toolkit for working with spatial databases. It is based on the gorgeous SQLAlchemy <
RPMPackage python3-furo-2024.08.06-3.lbn36.noarch
Furo is a Sphinx theme, which is: - Intentionally minimal --- the most important thing is the content, not the scaffolding around it. - Responsive --- adapting perfectly to the available screen space, to work on all sorts of devices. - Customizable --- change the color palette, font families, logo and more! - Easy to navigate --- with carefully-designed sidebar navigation and inter-page links. - Good looking content --- through clear typography and well-stylized elements. - Good looking search --- helps readers find what they want quickly. - Biased for smaller docsets --- intended for smaller documentation sets, where presenting the entire hierarchy in the sidebar is not overwhelming.
RPMPackage python3-frozendict-2.4.6-1.lbn36.noarch
frozendict is an immutable wrapper around dictionaries that implements the complete mapping interface. It can be used as a drop-in replacement for dictionaries where immutability is desired.
RPMPackage python3-flower-1.2.0-1.lbn36.noarch
Flower is a web based tool for monitoring and administrating Celery clusters Features Real-time monitoring using Celery Events Task progress and history Ability to show task details (arguments, start time, runtime, and more) Graphs and statistics Remote Control View worker status and statistics Shutdown and restart worker instances Control worker pool size and autoscale settings View and modify the queues a worker instance consumes from View currently running tasks View scheduled tasks (ETA/countdown) View reserved and revoked tasks Apply time and rate limits Configuration viewer Revoke or terminate tasks Broker monitoring View statistics for all Celery queues Queue length graphs HTTP API Basic Auth, GitHub OAuth2 and Google OpenID authentication
RPMPackage python3-flit-scm-1.7.0-5.lbn36.noarch
A PEP 518 build backend that uses setuptools_scm to generate a version file from your version control system, then flit_core to build the package.