You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-pygpgme-0.3-15.lbn19.x86_64
PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt files using the OpenPGP format. It is built on top of GNU Privacy Guard and the GPGME library. This package installs the module for use with python3.
RPMPackage python3-pygments-2.0.2-1.lbn19.noarch
Pygments is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. Highlights are: * a wide range of common languages and markup formats is supported * special attention is paid to details that increase highlighting quality * support for new languages and formats are added easily; most languages use a simple regex-based lexing mechanism * a number of output formats is available, among them HTML, RTF, LaTeX and ANSI sequences * it is usable as a command-line tool and as a library * ... and it highlights even Brainf*ck!
RPMPackage python3-pyflakes-1.2.2-1.lbn19.noarch
Pyflakes is similar to PyChecker in scope, but differs in that it does not execute the modules to check them. This is both safer and faster, although it does not perform as many checks. Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any check on style.
RPMPackage python3-pycurl-7.43.0-3.lbn19.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-pycryptodome-3.4-1.lbn19.x86_64
.. image:: https://travis-ci.org/Legrandin/pycryptodome.svg?branch=master :target: https://travis-ci.org/Legrandin/pycryptodome .. image:: https://ci.ap pveyor.com/api/projects/status/mbxyqdodw9ylfib9/branch/master?svg=true :target: https://ci.appveyor.com/project/Legrandin/pycryptodome PyCryptodome ============ PyCryptodome is a self-contained Python package of low-level cryptographic ...
RPMPackage python3-pycparser-2.14-5.lbn19.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-1.8.0.dev0-1.lbn19.noarch
pycodestyle (formerly called pep8) - Python style guide checker =============================================================== pycodestyle is a tool to check your Python code against some of the style conventions in `PEP 8`_. .. _PEP 8: http://www.python.org/dev/peps/pep-0008/ .. note:: This package used to be called ``pep8`` but was renamed to ``pycodestyle`` to reduce confusion. ...
RPMPackage python3-pyatspi-2.16.0-1.lbn19.noarch
at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications for automation, so tools such as screen readers, magnifiers, or even scripting interfaces can query and interact with GUI controls. This package includes a python3 client library for at-spi.
RPMPackage python3-pyasn1-modules-0.1.9-6.lbn19.1.noarch
ASN.1 types modules for python3-pyasn1.
RPMPackage python3-pyasn1-0.1.9-6.lbn19.1.noarch
This is an implementation of ASN.1 types and codecs in the Python 3 programming language.
RPMPackage python3-pyOpenSSL-16.0.0-1.lbn19.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.4.31-3.lbn19.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.6.1-5.lbn19.x86_64
This is a build of the psycopg PostgreSQL database adapter for the debug build of Python 3.
RPMPackage python3-psycopg2-2.6.1-5.lbn19.x86_64
This is a build of the psycopg PostgreSQL database adapter for Python 3.
RPMPackage python3-process-tests-1.0.0-4.lbn19.noarch
Tools for testing processes.
RPMPackage python3-prettytable-0.7.2-7.lbn19.noarch
PrettyTable is a simple Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables. It was inspired by the ASCII tables used in the PostgreSQL shell psql. PrettyTable allows for selection of which columns are to be printed, independent alignment of columns (left or right justified or centred) and printing of "sub-tables" by specifying a row range.
RPMPackage python3-pretend-1.0.8-1.lbn19.noarch
Pretend is a library to make stubbing with Python easier.
RPMPackage python3-premailer-2.11.0-1.lbn19.noarch
premailer ========= |Travis| |Coverage Status| Looking for sponsors -------------------- This project is actively looking for corporate sponsorship. If you want to help making this an active project consider `pinging Peter <http://www.peterbe.com/contact>`__ and we can talk about putting up logos and links to your company. Python versions --------------- Our `tox.ini ...
RPMPackage python3-ply-3.8-1.lbn19.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.3.1-4.lbn19.noarch
The plugin manager stripped of pytest specific details.