You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-pyrfc3339-1.0-3.lbn19.noarch
This package contains a Python 2 library to parse and generate RFC 3339-compliant timestamps using Python datetime.datetime objects.
RPMPackage python2-pyparsing-2.1.1-1.lbn19.noarch
pyparsing is a module that can be used to easily and directly configure syntax definitions for any number of text parsing applications.
RPMPackage python2-pymongo-gridfs-3.3.0-1.lbn19.x86_64
GridFS is a storage specification for large objects in MongoDB.
RPMPackage python2-pymongo-3.3.0-1.lbn19.x86_64
The Python driver for MongoDB. This package contains the python2 version of this module.
RPMPackage python2-pyjwkest-1.1.7-1.lbn19.noarch
pyjwkest ======== Implementation of JWT, JWS, JWE and JWK as defined in: - https://tools.ietf.org/html/draft-ietf-jose-json-web-signature - https://tools.ietf.org/html/draft-ietf-jose-json-web-encryption - https://tools.ietf.org/html/draft-ietf-jose-json-web-key-36 Installation ============ Pyjwkest is written and tested using Python version 2.7 and 3.4. You should be able to simply run ...
RPMPackage python2-pydotplus-2.0.2-2.lbn19.noarch
PyDotPlus is an improved version of the old pydot project that provides a Python Interface to Graphviz's Dot language. Python 2 version.
RPMPackage python2-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 python2-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 python2-pybeam-0.3.2-1.lbn19.noarch
Python module to parse Erlang BEAM files.
RPMPackage python2-pyasn1-modules-0.1.9-6.lbn19.1.noarch
ASN.1 types modules for python-pyasn1.
RPMPackage python2-pyasn1-0.1.9-6.lbn19.1.noarch
This is an implementation of ASN.1 types and codecs in the Python 2 programming language.
RPMPackage python2-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 python2-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 python2-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 2 version.
RPMPackage python2-pexpect-4.2.0-1.lbn19.noarch
Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands. This package contains the python2 version of this module. Pexpect can be used for automating interactive applications such as ssh, ftp, passwd, telnet, etc. It can be used to automate setup scripts for duplicating software package installations on different servers. And it can be used for automated software testing. Pexpect is in the spirit of Don Libes' Expect, but Pexpect is pure Python. Unlike other Expect-like modules for Python, Pexpect does not require TCL or Expect nor does it require C extensions to be compiled. It should work on any platform that supports the standard Python pty module.
RPMPackage python2-pbr-1.8.1-4.lbn19.noarch
Manage dynamic plugins for Python applications
RPMPackage python2-passlib-1.6.5-3.lbn19.noarch
Passlib is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 20 password hashing algorithms, as well as a framework for managing existing password hashes. It's designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user application.
RPMPackage python2-paramiko-2.0.0-1.lbn19.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 heirarchical 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 2 version.
RPMPackage python2-oslotest-2.1.0-1.lbn19.noarch
OpenStack test framework and test fixtures.
RPMPackage python2-oslo-utils-3.7.0-1.lbn19.noarch
The OpenStack Oslo Utility library. * Documentation: http://docs.openstack.org/developer/oslo.utils * Source: http://git.openstack.org/cgit/openstack/oslo.utils * Bugs: http://bugs.launchpad.net/oslo