You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage relaxngDatatype-1.0-10.4.fc19.noarch
RELAX NG is a public space for test cases and other ancillary software related to the construction of the RELAX NG language and its implementations.
RPMPackage refstack-1.1.1-1.lbn19.noarch
What is RefStack? Toolset for testing interoperability between OpenStack clouds. Database backed website supporting collection and publication of Community Test results for OpenStack. User interface to display individual test run results. Overview RefStack intends on being THE source of tools for interoperability testing of OpenStack clouds. RefStack provides users in the OpenStack community with a Tempest wrapper, refstack-client, that helps to verify interoperability of their cloud with other OpenStack clouds. It does so by validating any cloud implementation against the OpenStack Tempest API tests. RefStack and DefCore - The prototypical use case for RefStack provides the DefCore Committee the tools for vendors and other users to run API tests against their clouds to provide the DefCore committee with a reliable overview of what APIs and capabilities are being used in the marketplace. This will help to guide the DefCore-defined capabilities and help ensure interoperability across the entire OpenStack ecosystem. It can also be used to validate clouds against existing DefCore capability lists, giving you assurance that your cloud faithfully implements OpenStack standards. Value Add for Vendors - Vendors can use RefStack to demonstrate that their distros, and/or their customers' installed clouds remain with OpenStack after their software has been incorporated into the distro or cloud. RefStack consists of two parts: refstack-api Our API isn't just for us to collect data from private and public cloud vendors. It can be used by vendors in house to compare interoperability data over time. API and UI install docs: http://github.com/openstack/refstack/blob/master/doc/refstack.md repository: http://git.openstack.org/cgit/openstack/refstack reviews: https://review.openstack.org/#q,status:open+refstack,n,z refstack-client refstack-client contains the tools you will need to run the DefCore tests. repository: http://git.openstack.org/cgit/openstack/refstack-client reviews: https://review.openstack.org/#q,status:open+refstack-client,n,z
RPMPackage radvd-1.9.2-3.fc19.x86_64
radvd is the router advertisement daemon for IPv6. It listens to router solicitations and sends router advertisements as described in "Neighbor Discovery for IP Version 6 (IPv6)" (RFC 2461). With these advertisements hosts can automatically configure their addresses and some other parameters. They also can choose a default router based on these advertisements. Install radvd if you are setting up IPv6 network and/or Mobile IPv6 services.
RPMPackage radvd-1.9.2-3.fc19.armv6hl
radvd is the router advertisement daemon for IPv6. It listens to router solicitations and sends router advertisements as described in "Neighbor Discovery for IP Version 6 (IPv6)" (RFC 2461). With these advertisements hosts can automatically configure their addresses and some other parameters. They also can choose a default router based on these advertisements. Install radvd if you are setting up IPv6 network and/or Mobile IPv6 services.
RPMPackage radvd-1.9.2-3.fc19.x86_64
radvd is the router advertisement daemon for IPv6. It listens to router solicitations and sends router advertisements as described in "Neighbor Discovery for IP Version 6 (IPv6)" (RFC 2461). With these advertisements hosts can automatically configure their addresses and some other parameters. They also can choose a default router based on these advertisements. Install radvd if you are setting up IPv6 network and/or Mobile IPv6 services.
RPMPackage radvd-1.9.2-3.fc19.armv6hl
radvd is the router advertisement daemon for IPv6. It listens to router solicitations and sends router advertisements as described in "Neighbor Discovery for IP Version 6 (IPv6)" (RFC 2461). With these advertisements hosts can automatically configure their addresses and some other parameters. They also can choose a default router based on these advertisements. Install radvd if you are setting up IPv6 network and/or Mobile IPv6 services.
RPMPackage rabbitmq-server-3.3.5-1.lbn19.noarch
RabbitMQ is an implementation of AMQP, the emerging standard for high performance enterprise messaging. The RabbitMQ server is a robust and scalable implementation of an AMQP broker.
RPMPackage rabbitmq-management-3.3.5-1.lbn19.noarch
Management Command Line Tool The management plugin ships with a command line tool rabbitmqadmin which can perform the same actions as the web-based UI, and which may be more convenient for use when scripting. Note that rabbitmqadmin is just a specialised HTTP client; if you are contemplating invoking rabbitmqadmin from your own program you may want to consider using the HTTP API directly.
RPMPackage pyzmq-14.7.0-1.lbn19.x86_64
PyZMQ is the official Python binding for the ZeroMQ Messaging Library (http://www.zeromq.org).
RPMPackage pyxattr-0.5.1-3.fc19.x86_64
Python extension module wrapper for libattr. It allows to query, list, add and remove extended attributes from files and directories.
RPMPackage pyxattr-0.5.1-3.fc19.x86_64
Python extension module wrapper for libattr. It allows to query, list, add and remove extended attributes from files and directories.
RPMPackage pyxattr-0.5.1-3.fc19.armv6hl
Python extension module wrapper for libattr. It allows to query, list, add and remove extended attributes from files and directories.
RPMPackage pyxattr-0.5.1-3.fc19.armv6hl
Python extension module wrapper for libattr. It allows to query, list, add and remove extended attributes from files and directories.
RPMPackage pyuca-1.1-1.lbn19.noarch
a Python implementation of the Unicode Collation Algorithm
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*.