You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-flask-limiter-3.12-1.lbn36.noarch
Flask-Limiter adds rate limiting to Flask applications. You can configure rate limits at different levels such as: Application wide global limits per user Default limits per route By Blueprints By Class-based views By individual routes
RPMPackage python3-apispec+yaml-6.4.0-1.lbn36.noarch
This is a metapackage bringing in yaml extras requires for python3-apispec. It makes sure the dependencies are installed.
RPMPackage python3-anyio+trio-4.4.0-1.lbn36.noarch
This is a metapackage bringing in trio extras requires for python3-anyio. It makes sure the dependencies are installed.
RPMPackage python3-anyio-4.4.0-1.lbn36.noarch
AnyIO is an asynchronous networking and concurrency library that works on top of either asyncio or trio. It implements trio-like structured concurrency (SC) on top of asyncio, and works in harmony with the native SC of trio itself.
RPMPackage python3-croniter-2.0.5-1.lbn36.noarch
croniter provides iteration for the datetime object with a cron like format.
RPMPackage python3-scrapbook-0.5.0-1.lbn36.noarch
<img width"616" alt"scrapbook logo" src" scrapbook<!(binder links generated at and compressed at ) -->[![Travis Build Status]( [![image]( [![Documentation Status](
RPMPackage python3-pyspark-3.3.1-1.lbn36.noarch
Apache SparkSpark is a unified analytics engine for large-scale data processing. It provides high-level APIs in Scala, Java, Python, and R, and an optimized engine that supports general computation graphs for data analysis. It also supports a rich set of higher-level tools including Spark SQL for SQL and DataFrames, pandas API on Spark for pandas workloads, MLlib for machine learning, GraphX...
RPMPackage python3-pyre-check-0.9.17-1.lbn36.noarch
[![lint]( [![tests]( [![pyre]( [![License: MIT]( align"center"> <img src"
RPMPackage python3-pypsrp-0.8.1-1.lbn36.noarch
pypsrp - Python PowerShell Remoting Protocol Client library pypsrp is a Python client for the PowerShell Remoting Protocol (PSRP) and Windows Remote Management (WinRM) service. It allows your to execute commands on a remote Windows host from any machine that can run Python. This library exposes 4 different types of APIs; A simple client API that can copy files to and from the remote Windows host as well as execute processes and PowerShell scripts A WSMan interface to execute various WSMan calls like Send, Create, Connect, Disconnect, etc A Windows Remote Shell (WinRS) layer that executes cmd commands and executables using the base WinRM protocol A PowerShell Remoting Protocol (PSRP) layer allows you to create remote Runspace Pools and PowerShell pipelines At a basic level, you can use this library to; Execute a cmd command Run another executable Execute PowerShell scripts Copy a file from the localhost to the remote Windows host Fetch a file from the remote Windows host to the lo
RPMPackage python3-pyhcl-0.4.4-1.lbn36.noarch
|Build Status|Implements a parser for HCL (HashiCorp Configuration Language) < in Python. This implementation aims to be compatible with the original golang version of the parser.The grammar and many of the tests/fixtures were copied/ported from the golang parser into pyhcl. All releases are tested with a variety of python versions from Python 2.7 onward.This version has been modified to work...
RPMPackage python3-pydata-google-auth-1.8.2-1.lbn36.noarch
pydata-google-auth |Build Status| |Version Status| |Coverage Status|**pydata- google-auth** is a package providing helpers for authenticating to Google APIs. Installation Install latest release version via conda .. code-block:: shell $ conda install pydata-google-auth --channel conda-forgeInstall latest release version via pip .. code-block:: shell $ pip install pydata-google- authInstall...
RPMPackage python3-pyarrow-18.0.0-2.lbn36.x86_64
Python library for Apache Arrow
RPMPackage python3-py4j-0.10.9.7-1.lbn36.noarch
Py4J enables Python programs running in a Python interpreter to dynamically access Java objects in a Java Virtual Machine. Methods are called as if the Java objects resided in the Python interpreter and Java collections can be accessed through standard Python collection methods. Py4J also enables Java programs to call back Python objects. Py4J is distributed under the BSD license. This package is for usage with Python3 version 3.10 only.
RPMPackage python3-pure-sasl-0.6.2-1.lbn36.noarch
This package provides a reasonably high-level SASL client written in pure Python. New mechanisms may be integrated easily, but by default, support for PLAIN, ANONYMOUS, EXTERNAL, CRAM-MD5, DIGEST-MD5, and GSSAPI are provided.
RPMPackage python3-pathable-0.4.3-1.lbn36.noarch
pathableAbout Object-oriented pathsKey features ************* Traverse resources like paths * Access resources on demand with separate accessor layerUsage .. code-block:: python from pathable import DictPath d { "parts": { "part1": { "name": "Part One", }, "part2": { "name": "Part Two", }, }, dp DictPath(d) Concatenate paths with / parts dp / "parts" Stat path keys "part2" in parts Open path...
RPMPackage python3-papermill-2.6.0-3.lbn36.noarch
papermill is a tool for parameterizing, executing, and analyzing Jupyter Notebooks. Papermill lets you: - parameterize notebooks - execute notebooks This opens up new opportunities for how notebooks can be used. For example: - Perhaps you have a financial report that you wish to run with different values on the first or last day of a month or at the beginning or end of the year, using parameters makes this task easier. - Do you want to run a notebook and depending on its results, choose a particular notebook to run next? You can now programmatically execute a workflow without having to copy and paste from notebook to notebook manually. Papermill takes an opinionated approach to notebook parameterization and execution based on our experiences using notebooks at scale in data pipelines.
RPMPackage python3-pandas-gbq-0.19.1-1.lbn36.noarch
pandas-gbq |preview| |pypi| |versions| **pandas-gbq** is a package providing an interface to the Google BigQuery API from pandas.- Library Documentation_ - Product Documentation_.. |previe .. |pyp .. |version .. _Library Documentation:
RPMPackage python3-objsize-0.6.1-1.lbn36.noarch
<!--- Copyright (c) 2006-2022, Liran Funaro. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the...
RPMPackage python3-mypy-boto3-redshift-data-1.26.0.post1-1.lbn36.noarch
<a id"mypy-boto3-redshift-data"></a> mypy-boto3-redshift-data[![PyPI - mypy- boto3-redshift-data]( [![PyPI - Python Version]( [![Docs]( [![PyPI - Downloads](
RPMPackage python3-monotonic-1.6-1.lbn36.noarch
This module provides a ``monotonic()`` function which returns the value (in fractional seconds) of a clock which never goes backwards. On Python 3.3 or newer, ``monotonic`` will be an alias of ``time.monotonic`` from the standard library. On older versions, it will fall back to an equivalent platform specific implementation.