You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-websocket-client-0.37.0-2.lbn19.noarch
python-websocket-client module is WebSocket client for python. This provides the low level APIs for WebSocket. All APIs are the synchronous functions. python-websocket-client supports only hybi-13.
RPMPackage python3-pytest-2.9.1-1.lbn19.noarch
py.test provides simple, yet powerful testing for Python.
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-prompt-toolkit-1.0.0-1.lbn19.noarch
Python Prompt Toolkit ===================== |Build Status| |PyPI| ``prompt_toolkit`` is a library for building powerful interactive command lines and terminal applications in Python. Read the `documentation on readthedocs <http://python-prompt-toolkit.readthedocs.org/en/stable/>`_. Ptpython ******** `ptpython <http://github.com/jonathanslenders/ptpython/>`_ is an interactive Python ...
RPMPackage python3-nose-1.3.7-7.lbn19.noarch
nose extends the test loading and running features of unittest, making it easier to write, find and run tests. By default, nose will run tests in files or directories under the current working directory whose names include "test" or "Test" at a word boundary (like "test_this" or "functional_test" or "TestClass" but not "libtest"). Test output is similar to that of unittest, but also includes captured stdout output from failing tests, for easy print-style debugging. These features, and many more, are customizable through the use of plugins. Plugins included with nose provide support for doctest, code coverage and profiling, flexible attribute-based test selection, output capture and more. This package installs the nose module and nosetests3 program that can discover python3 unittests.
RPMPackage python3-docopt-0.6.2-2.lbn19.noarch
Isn't it awesome how optparse and argparse generate help messages based on your code?! Hell no! You know what's awesome? It's when the option parser is generated based on the beautiful help message that you write yourself! This way you don't need to write thisstupid repeatable parser-code, and instead can write only the help message--*the way you want it*.
RPMPackage python3-dockerpty-0.4.1-3.lbn19.noarch
Provides the functionality needed to operate the pseudo-tty (PTY) allocated to a docker container, using the Python client
RPMPackage python3-docker-pycreds-0.2.1-1.lbn19.noarch
Python bindings for the docker credentials store API Credentials store info [Docker documentation page](https://docs.docker.com/engine/reference/commandline/login/#/credentials- store) On top of the dependencies in `requirements.txt`, the `docker-credential` executable for the platform must be installed on the user's system.
RPMPackage python3-docker-py-1.10.3-1.lbn19.noarch
A Python 3 interface to Docker
RPMPackage python3-docker-map-0.6.6-1.lbn19.noarch
Docker-Map ========== Managing Docker images, containers, and their dependencies in Python. --------------------------------------------------------------------- Project: https://github.com/merll/docker-map Docs: https://docker- map.readthedocs.io/en/latest/ Overview ======== This package provides tools for building Docker images, create containers, connect dependent resources, and run ...
RPMPackage python3-boto3-1.4.0-1.lbn19.noarch
Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2.
RPMPackage python3-AppDynamicsREST-0.4.9-1.lbn19.noarch
AppDynamics REST API Library Current version: 0.4.9 Released: 26Feb2016.. image:: https://img.shields.io/travis/tradel/AppDynamicsREST.svg :target: https://travisci.org/tradel/AppDynamicsREST/.. image:: https://img.shields.io/pypi/dm/AppDynamicsREST.svg :target: https://pypi.python.org/pypi/AppDynamicsREST/ Introduction AppDynamicsREST is a library that provides a clean Python interface ...
RPMPackage python2-zake-0.2.2-4.lbn19.noarch
It is a python package that works to provide a nice set of testing utilities for the `kazoo`_ library. It includes the following functionality: * Storage access (for viewing what was saved/created). * Kazoo *mostly* compatible client API. * Sync/transaction/create/get/delete... ...
RPMPackage python2-yaql-1.1.0-3.lbn19.noarch
YAQL library has a out of the box large set of commonly used functions
RPMPackage python2-wsme-0.8.0-1.lbn19.noarch
Web Services Made Easy, simplifies the implementation of multiple protocol REST web services by providing simple yet powerful typing which removes the need to directly manipulate the request and the response objects.
RPMPackage python2-wsaccel-0.6.2-8.lbn19.x86_64
* WSAccell is WebSocket accelerator for AutobahnPython, ws4py and Tornado. * WSAccell replaces per-byte process in them with Cython version. * AutobahnPython beginning with version 0.6 automatically uses WSAccell if available.
RPMPackage python2-wcwidth-0.1.7-1.lbn19.noarch
.. image:: https://img.shields.io/travis/jquast/wcwidth.svg :target: https://travisci.org/jquast/wcwidth :alt: Travis Continous Integration.. image:: https://img.shields.io/coveralls/jquast/wcwidth.svg :target: https://coveralls.io/r/jquast/wcwidth :alt: Coveralls Code Coverage.. image:: https://img.shields.io/pypi/v/wcwidth.svg :target: https://pypi.python.org/pypi/wcwidth/ ...
RPMPackage python2-voluptuous-0.8.11-2.lbn19.noarch
Voluptuous, despite the name, is a Python data validation library. It is primarily intended for validating data coming into Python as JSON, YAML, etc.
RPMPackage python2-ujson-1.33-4.lbn19.x86_64
UltraJSON is an ultra fast JSON encoder and decoder written in pure C with bindings for Python
RPMPackage python2-txeffect-0.9-1.lbn19.noarch
.. image:: https://travisci.org/pythoneffect/txeffect.svg?branchmaster :target: https://travisci.org/pythoneffect/txeffecttxEffect is a small library for integrating Twisted and Effect, mostly around Deferred<>Effect interoperation. Documentation is available at https://txeffect.readthedocs.org/Effect_ is a library for helping you write purely functional code by isolating the effects (that is, ...