You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-sqlalchemy-bigquery-1.6.1-1.lbn36.noarch
SQLAlchemy Dialect for BigQuery |GA| |pypi| |versions|SQLALchemy Dialects_- Dialect Documentation_ - Product Documentation_.. |G .. |pyp .. |version .. _SQLAlchemy Dialects:
RPMPackage python3-snakebite-py3-3.0.5-1.lbn36.noarch
🐍 About This Fork🍴 -- This is a fork of via We maintain it enough to work for our needs at the Internet Archive. We use the library with our CDH5 cluster and have not tested it with any other versions of hadoop. Please help us improve this! Or make your own fork. No hard feelings.![Snakebite mini logo]( Snakebite is a python library that provides a pure python HDFS client and a wrapper around...
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-19.0.1-4.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.
RPMPackage python3-looker-sdk-22.20.0-1.lbn36.noarch
Looker SDK The Looker SDK for Python provides a convenient way to communicate with the Looker API available on your Looker server. The library requires python3.6+ and is annotated using the typing module.The SDK uses a plug-in architecture (also known as dependency injection) for initializing that supports run-time specific transports (currently only RequestsTransport) and different...
RPMPackage python3-jsonschema-spec-0.2.4-1.lbn36.noarch
Object-oriented JSONSchema Key features Traverse schema like paths Access schema on demand with separate dereferencing accessor layer
RPMPackage python3-jeepney-0.8.0-1.lbn36.noarch
Jeepney is a pure Python implementation of D-Bus messaging. It has an I/O-free core, and integration modules for different event loops. D-Bus is an inter-process communication system, mainly used in Linux. To install Jeepney: pip install jeepney Jeepney docs on Readthedocs