You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-matplotlib-qt4-1.5.2-0.1.rc2.lbn19.x86_64
Qt4 backend for python-matplotlib
RPMPackage python2-matplotlib-gtk3-1.5.2-0.1.rc2.lbn19.x86_64
GTK3 backend for python-matplotlib
RPMPackage python2-matplotlib-gtk-1.5.2-0.1.rc2.lbn19.x86_64
GTK backend for python-matplotlib
RPMPackage python2-matplotlib-1.5.2-0.1.rc2.lbn19.x86_64
Matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. matplotlib can be used in python scripts, the python and ipython shell, web application servers, and six graphical user interface toolkits. Matplotlib tries to make easy things easy and hard things possible. You can generate plots, histograms, power spectra, bar charts, errorcharts, scatterplots, etc, with just a few lines of code.
RPMPackage python2-markdown-2.6.6-1.lbn19.noarch
This is a Python implementation of John Gruber's Markdown. It is almost completely compliant with the reference implementation, though there are a few known issues.
RPMPackage python2-librepo-1.7.18-2.lbn19.x86_64
Python 2 bindings for the librepo library.
RPMPackage python2-libcomps-0.1.7-4.lbn19.x86_64
Python 2 bindings for libcomps library.
RPMPackage python2-keystoneauth1-2.12.1-1.lbn19.noarch
Keystoneauth provides a standard way to do authentication and service requests within the OpenStack ecosystem. It is designed for use in conjunction with the existing OpenStack clients and for simplifying the process of writing new clients.
RPMPackage python2-jupyter-core-4.1.1-2.lbn19.noarch
Core common functionality of Jupyter projects. This package contains base application classes and configuration inherited by other projects.
RPMPackage python2-jmespath-0.9.0-5.lbn19.noarch
JMESPath allows you to declaratively specify how to extract elements from a JSON document.
RPMPackage python2-iso8601-0.1.11-2.lbn19.noarch
This module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
RPMPackage python2-ironic-inspector-client-1.2.0-2.lbn19.noarch
Ironic Inspector is an auxiliary service for discovering hardware properties for a node managed by OpenStack Ironic. Hardware introspection or hardware properties discovery is a process of getting hardware parameters required for scheduling from a bare metal node, given it’s power management credentials (e.g. IPMI address, user name and password). This package contains Python client and command line tool for Ironic Inspector.
RPMPackage python2-iniparse-0.4-19.lbn19.noarch
iniparse is an INI parser for Python 2 which is API compatible with the standard library's configparser, preserves structure of INI files (order of sections & options, indentation, comments, and blank lines are preserved when data is updated), and is more convenient to use.
RPMPackage python2-imagesize-0.7.1-2.lbn19.noarch
The imagesize package parses image file headers and returns the image sizes. * PNG * JPEG * JPEG2000 * GIF This is a pure Python library.
RPMPackage python2-hypothesis-3.4.2-1.lbn19.noarch
Hypothesis Hypothesis is an advanced testing library for Python. It lets you write tests which are parametrized by a source of examples, and then generates simple and comprehensible examples that make your tests fail. This lets you find more bugs in your code with less .. codeblock:: python @given(st.lists( st.floats(allow_nanFalse, allow_infinityFalse), min_size1)) def test_mean(xs): ...
RPMPackage python2-hawkey-0.6.3-2.lbn19.x86_64
Python 2 bindings for the hawkey library.
RPMPackage python2-hacking-0.10.2-3.lbn19.noarch
OpenStack Hacking Guideline Enforcement
RPMPackage python2-greenlet-0.4.9-2.lbn19.x86_64
The greenlet package is a spin-off of Stackless, a version of CPython that supports micro-threads called "tasklets". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on "channels". This is the Python 2 version of greenlet.
RPMPackage python2-gevent-1.1.1-1.lbn19.x86_64
gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of libevent event loop. Features include: * convenient API around greenlets * familiar synchronization primitives (gevent.event, gevent.queue) * socket module that cooperates * WSGI server on top of libevent-http * DNS requests done through libevent-dns * monkey patching utility to get pure Python modules to cooperate Python 2 version.
RPMPackage python2-futurist-0.13.0-1.lbn19.noarch
Code from the future, delivered to you in the now.