You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage php-ldap-8.1.16-1.fc36.x86_64
The php-ldap adds Lightweight Directory Access Protocol (LDAP) support to PHP. LDAP is a set of protocols for accessing directory services over the Internet. PHP is an HTML-embedded scripting language.
RPMPackage php-intl-8.1.16-1.fc36.x86_64
The php-intl package contains a dynamic shared object that will add support for using the ICU library to PHP.
RPMPackage php-gmp-8.1.16-1.fc36.x86_64
These functions allow you to work with arbitrary-length integers using the GNU MP library.
RPMPackage php-gd-8.1.16-1.fc36.x86_64
The php-gd package contains a dynamic shared object that will add support for using the gd graphics library to PHP.
RPMPackage php-fpm-8.1.16-1.fc36.x86_64
PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.
RPMPackage php-dba-8.1.16-1.fc36.x86_64
The php-dba package contains a dynamic shared object that will add support for using the DBA database abstraction layer to PHP.
RPMPackage php-common-8.1.16-1.fc36.x86_64
The php-common package contains files used by both the php package and the php-cli package.
RPMPackage php-cli-8.1.16-1.fc36.x86_64
The php-cli package contains the command-line interface executing PHP scripts, /usr/bin/php, and the CGI interface.
RPMPackage php-bcmath-8.1.16-1.fc36.x86_64
The php-bcmath package contains a dynamic shared object that will add support for using the bcmath library to PHP.
RPMPackage php-8.1.16-1.fc36.x86_64
PHP is an HTML-embedded scripting language. PHP attempts to make it easy for developers to write dynamically generated web pages. PHP also offers built-in database integration for several commercial and non-commercial database management systems, so writing a database-enabled webpage with PHP is fairly simple. The most common use of PHP coding is probably as a replacement for CGI scripts.
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: