You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage php-mysqlnd-8.1.16-1.fc36.x86_64
The php-mysqlnd package contains a dynamic shared object that will add MySQL database support to PHP. MySQL is an object-relational database management system. PHP is an HTML-embeddable scripting language. If you need MySQL support for PHP applications, you will need to install this package and the php package. This package use the MySQL Native Driver
RPMPackage php-mbstring-8.1.16-1.fc36.x86_64
The php-mbstring package contains a dynamic shared object that will add support for multi-byte string handling to PHP.
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-falcon-3.1.1-1.lbn36.x86_64
|Build Status| |Docs| |codecov.io| |Blue|The Falcon Web Framework Falcon <>__ is a minimalist ASGI/WSGI framework for building mission-critical REST APIs and microservices, with a focus on reliability, correctness, and performance at scale.When it comes to building HTTP APIs, other frameworks weigh you down with tons of dependencies and unnecessary abstractions. Falcon cuts to the chase with a...
RPMPackage python3-eventlet-0.39.1-1.lbn36.noarch
Eventlet is a networking library written in Python. It achieves high scalability by using non-blocking io while at the same time retaining high programmer usability by using coroutines to make the non-blocking io operations appear blocking at the source code level.
RPMPackage python3-db-dtypes-1.1.1-1.lbn36.noarch
Pandas Data Types for SQL systems (BigQuery, Spanner) |ga| |pypi| |versions|Pandas extension data types_ for data from SQL systems such as BigQuery_.- Library Documentation_.. |g .. |pyp .. |version :target:
RPMPackage python3-dataclasses-json-0.6.4-1.lbn36.noarch
Dataclasses JSON![]( library provides a simple API for encoding and decoding [dataclasses]( to and from JSON.It's very easy to get started.[README / Documentation website]( Features a navigation bar and search functionality, and should mirror this README exactly -- take a look! Quickstartpip install dataclasses-jsonpython from dataclasses import dataclass from dataclasses_json import...
RPMPackage python3-dataclasses-0.8-1.lbn36.noarch
This is an implementation of PEP 557, Data Classes. It is a backport for Python 3.6. Because dataclasses will be included in Python 3.7, any discussion of dataclass features should occur on the python-dev mailing list at At this point this repo should only be used for historical purposes (it's where the original dataclasses discussions took place) and for discussion of the actual backport to...
RPMPackage python3-cloudpickle-3.1.1-2.lbn36.noarch
cloudpickle makes it possible to serialize Python constructs not supported by the default pickle module from the Python standard library. cloudpickle is especially useful for cluster computing where Python expressions are shipped over the network to execute on remote hosts, possibly close to the data. Among other things, cloudpickle supports pickling for lambda expressions, functions and classes defined interactively in the __main__ module.
RPMPackage python3-arango-7.5.3-1.lbn36.noarch
![Logo]( [![CodeQL]( [![codecov](
RPMPackage python3-apache-beam-2.47.0-1.lbn36.x86_64
Apache Beam is a unified programming model for both batch and streaming data processing, enabling efficient execution across diverse distributed execution engines and providing extensibility points for connecting to different technologies and user communities.