You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-papermill+hdfs-2.6.0-3.lbn36.noarch
This is a metapackage bringing in hdfs extras requires for python3-papermill. It makes sure the dependencies are installed.
RPMPackage python3-papermill+github-2.6.0-3.lbn36.noarch
This is a metapackage bringing in github extras requires for python3-papermill. It makes sure the dependencies are installed.
RPMPackage python3-papermill+gcs-2.6.0-3.lbn36.noarch
This is a metapackage bringing in gcs extras requires for python3-papermill. It makes sure the dependencies are installed.
RPMPackage python3-papermill+black-2.6.0-3.lbn36.noarch
This is a metapackage bringing in black extras requires for python3-papermill. It makes sure the dependencies are installed.
RPMPackage python3-papermill+azure-2.6.0-3.lbn36.noarch
This is a metapackage bringing in azure extras requires for python3-papermill. It makes sure the dependencies are installed.
RPMPackage python3-papermill+all-2.6.0-3.lbn36.noarch
This is a metapackage bringing in all extras requires for python3-papermill. It makes sure the dependencies are installed.
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-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-microsoft-security-utilities-secret-masker-1.0.0~b3-1.lbn36.noarch
Microsoft Security Utilities - Secret Masker microsoft-security-utilities-secret-masker is part of the Microsoft Security Utilities used internally. You can find the related .NET SDK package here. This Secret Masker Python library focuses on: providing some built-in detection rules in json format detecting sensitive data for given input masking sensitive data with simple symbols or sha256 hash for given input Installation You can install the package via pip: pip install microsoft-security-utilities-secret-masker Usage You can use the SecretMasker class to detect and mask sensitive data in your input. Here is an example: from microsoft_security_utilities_secret_masker import SecretMasker, load_regex_patterns_from_json_file precisely_classified_regex_patterns = load_regex_patterns_from_json_file('PreciselyClassifiedSecurityKeys.json') unclassified_regex_patterns = load_regex_patterns_from_json_file('UnclassifiedPotentialSecurityKeys.json')
RPMPackage python3-microsoft-kiota-serialization-text-1.9.2-1.lbn36.noarch
Microsoft Kiota Text Serialization library The Microsoft Kiota Text Serialization Library is a python implementation to serialize/deserialize text/plain. A Kiota generated project will need a reference to a json serialization package to handle json payloads from an API endpoint. Read more about Kiota here. Using the Microsoft Kiota Text Serialization library In order to use this library, install the package by running: pip install microsoft-kiota-serialization-text Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https:/cla.opensource.microsoft.com. When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot.
RPMPackage python3-microsoft-kiota-serialization-json-1.9.2-1.lbn36.noarch
Microsoft Kiota Serialization library for JSON The Microsoft Kiota Serialization Library for JSON is a python implementation to serialize/deserialize JSON. A Kiota generated project will need a reference to a json serialization package to handle json payloads from an API endpoint. Read more about Kiota here. Using the Microsoft Kiota Serialization JSON library In order to use this library, install the package by running: pip install microsoft-kiota-serialization-json Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https:/cla.opensource.microsoft.com. When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot
RPMPackage python3-microsoft-kiota-http-1.9.2-1.lbn36.noarch
Microsoft Kiota HTTP library The Microsoft Kiota HTTP Library is a python HTTP implementation with HTTPX library. A Kiota generated project will need a reference to a http package to to make HTTP requests to an API endpoint. Read more about Kiota here. Using the Microsoft Kiota HTTP library In order to use this library, install the package by running: pip install microsoft-kiota-http Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https:/cla.opensource.microsoft.com. When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA. This project ha
RPMPackage python3-microsoft-kiota-authentication-azure-1.9.2-1.lbn36.noarch
Microsoft Kiota Authentication Azure Library for Python The Microsoft Kiota Authentication Azure Library is an implementation to authenticate HTTP requests using @azure/identity. A Kiota generated project will need a reference to an authentication provider to make calls to an API endpoint. Read more about Kiota here. Using the Microsoft Kiota Authentication Azure library In order to use this library, install the package by running: pip install microsoft-kiota-authentication-azure Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https:/cla.opensource.microsoft.com. When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provi
RPMPackage python3-microsoft-kiota-abstractions-1.9.2-1.lbn36.noarch
Microsoft Kiota Abstractions Library for Python The Microsoft Kiota abstractions library for Python is the python package defining the basic constructs Kiota projects need once an SDK has been generated from an OpenAPI definition. A Kiota generated project will need a reference to the abstraction package to build and run. Read more about Kiota here. Using the Abstractions Library In order to use this library, install the package by running: pip install microsoft-kiota-abstractions Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https:/cla.opensource.microsoft.com. When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions prov
RPMPackage python3-jaydebeapi-1.2.3-6.lbn36.noarch
The JayDeBeApi module allows you to connect from Python code to databases using Java JDBC. It provides a Python DB-API v2.0 to that database.
RPMPackage python3-influxdb-client-1.34.0-1.lbn36.noarch
influxdb-client-python .. marker-index-start .. image::
RPMPackage python3-google-crc32c-1.1.2-3.fc36.x86_64
This package wraps the google/crc32c hardware-based implementation of the CRC32C hashing algorithm. Multiple wheels are distributed as well as source. If a wheel is not published for the python version and platform you are using, you will need to compile crc32c using a C toolchain.
RPMPackage python3-google-compute-engine-2.8.13-1.lbn36.noarch
Google Compute Engine guest environment.
RPMPackage python3-google-cloud-compute-1.26.0-1.lbn36.noarch
Python Client for Compute Engine |stable| |pypi| |versions|Compute Engine API_: Create and runs virtual machines on Google Cloud Platform.- Client Library Documentation_ - Product Documentation_.. |stabl .. |pyp .. |versions| image::
RPMPackage python3-google-auth-oauthlib-1.2.1-2.lbn36.noarch
This library provides oauthlib integration with google-auth.