You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage rubygem-gyoku-1.3.1-2.lbn25.noarch
Gyoku translates Ruby Hashes to XML.
RPMPackage rubygem-gssapi-1.2.0-1.lbn25.noarch
A FFI wrapper around the system GSSAPI library. Please make sure and read the Yard docs or standard GSSAPI documentation if you have any questions. There is also a class called GSSAPI::Simple that wraps many of the common features used for GSSAPI.
RPMPackage python3-pycurl-7.43.0-9.lbn25.py37.x86_64
PycURL is a Python interface to libcurl. PycURL can be used to fetch objects identified by a URL from a Python program, similar to the urllib Python module. PycURL is mature, very fast, and supports a lot of features. Python 3 version.
RPMPackage python3-pycparser-2.20-1.lbn25.noarch
pycparser is a complete parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code.
RPMPackage python3-pycodestyle-2.6.0-1.lbn25.noarch
pycodestyle is a tool to check your Python code against some of the style conventions in PEP 8. It has a plugin architecture, making new checks easy, and its output is parseable, making it easy to jump to an error location in your editor. This is a version for Python 3.
RPMPackage python3-pyasn1-modules-0.4.6-1.lbn25.noarch
ASN.1 types modules for python3-pyasn1.
RPMPackage python3-pyasn1-0.4.6-1.lbn25.noarch
This is an implementation of ASN.1 types and codecs in the Python 3 programming language.
RPMPackage python3-pyOpenSSL-19.1.0-1.lbn25.noarch
High-level wrapper around a subset of the OpenSSL library, includes among others * SSL.Connection objects, wrapping the methods of Python's portable sockets * Callbacks written in Python * Extensive error-handling mechanism, mirroring OpenSSL's error codes
RPMPackage python3-py-1.8.0-1.lbn25.noarch
The py lib is a Python development support library featuring the following tools and modules: * py.path: uniform local and svn path objects * py.apipkg: explicit API control and lazy-importing * py.iniconfig: easy parsing of .ini files * py.code: dynamic code generation and introspection * py.path: uniform local and svn path objects
RPMPackage python3-psycopg2-debug-2.8.5-1.lbn25.x86_64
This is a build of the psycopg PostgreSQL database adapter for the debug build of Python 3.
RPMPackage python3-psycopg2-2.9.1-1.lbn25.x86_64
Psycopg is the most popular PostgreSQL adapter for the Python programming language. At its core it fully implements the Python DB API 2.0 specifications. Several extensions allow access to many of the features offered by PostgreSQL.
RPMPackage python3-process-tests-1.0.0-5.lbn25.py37.noarch
Tools for testing processes.
RPMPackage python3-pretend-1.0.8-11.lbn25.py37.noarch
Pretend is a library to make stubbing with Python easier.
RPMPackage python3-ply-3.11-6.lbn25.noarch
PLY is a straightforward lex/yacc implementation. Here is a list of its essential features: * It is implemented entirely in Python. * It uses LR-parsing which is reasonably efficient and well suited for larger grammars. * PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars. * PLY is straightforward to use and provides very extensive error checking. * PLY doesn't try to do anything more or less than provide the basic lex/yacc functionality. In other words, it's not a large parsing framework or a component of some larger system. Python 3 version.
RPMPackage python3-pluggy-0.13.1-1.lbn25.noarch
The plugin manager stripped of pytest specific details.
RPMPackage python3-pip-20.0.2-3.lbn25.noarch
pip is a package management system used to install and manage software packages written in Python. Many packages can be found in the Python Package Index (PyPI). pip is a recursive acronym that can stand for either "Pip Installs Packages" or "Pip Installs Python".
RPMPackage python3-pillow-6.2.2-1.lbn25.x86_64
Python image processing library, fork of the Python Imaging Library (PIL) This library provides extensive file format support, an efficient internal representation, and powerful image processing capabilities. There are four subpackages: tk (tk interface), qt (PIL image wrapper for Qt), devel (development) and doc (documentation).
RPMPackage python3-pep8-1.7.1-1.lbn25.noarch
pep8 is a tool to check your Python code against some of the style conventions in PEP 8. It has a plugin architecture, making new checks easy, and its output is parseable, making it easy to jump to an error location in your editor. This is a version for Python 3.
RPMPackage python3-parsedatetime-2.5-1.lbn25.noarch
parsedatetime is a python module that can parse human-readable date/time strings.
RPMPackage python3-paramiko-2.7.2-1.lbn25.noarch
Paramiko (a combination of the Esperanto words for "paranoid" and "friend") is a module for python 2.3 or greater that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines. Unlike SSL (aka TLS), the SSH2 protocol does not require hierarchical certificates signed by a powerful central authority. You may know SSH2 as the protocol that replaced telnet and rsh for secure access to remote shells, but the protocol also includes the ability to open arbitrary channels to remote services across an encrypted tunnel (this is how sftp works, for example). Python 3 version.