You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-netifaces-0.5-4.fc19.armv6hl
This package provides a cross platform API for getting address information from network interfaces.
RPMPackage python-nectar-1.5.2-1.lbn19.noarch
Nectar is a download library that abstracts the workflow of making and tracking download requests away from the mechanics of how those requests are carried out. It allows multiple downloaders to exist with different implementations, such as the default "threaded" downloader, which uses the "requests" library with multiple threads. Other experimental downloaders have used tools like pycurl and eventlets.
RPMPackage python-ndg-httpsclient-0.4.0-1.lbn19.noarch
This is a HTTPS client implementation for httplib and urllib2 based on PyOpenSSL. PyOpenSSL provides a more fully featured SSL implementation over the default provided with Python and importantly enables full verification of the SSL peer.
RPMPackage python-ncclient-0.4.7-2.lbn19.noarch
This project is a Python library that facilitates client-side scripting and application development around the NETCONF protocol.
RPMPackage python-muranoclient-0.5.5-1.lbn19.noarch
python-muranoclient is a client library for Murano built on the Murano API. It provides a Python API (the muranoclient module) and a command-line tool (murano).
RPMPackage python-murano-repository-0.4.a28.g0c584bc-1.lbn19.noarch
Repository with murano metadata
RPMPackage python-murano-metadataclient-0.4.1.dev41.g8378813-1.lbn19.noarch
REST API client for interaction with Murano Metadata service
RPMPackage python-murano-dashboard-2014.2.1-1.lbn19.noarch
murano-dashboard is an extension for OpenStack Dashboard that provides UI for Murano. With murano-dashboard user is able to easily manage and control application catalog, running applications and created environments alongside with all other OpenStack resources.
RPMPackage python-murano-agent-2014.2.1-1.lbn19.noarch
Murano Agent is a VM-side guest agent that accepts commands from Murano Conductor and executes them. We have two Agent implementations targeting different platforms, but eventually we going to end up with Python Agent that works on Linux and uses new execution plan format described in Unified Agent
RPMPackage python-murano-2014.2.1-1.lbn19.noarch
Murano Project introduces an application catalog, which allows application developers and cloud administrators to publish various cloud-ready applications in a browsable‎ categorised catalog, which may be used by the cloud users (including the inexperienced ones) to pick-up the needed applications and services and composes the reliable environments out of them in a “push-the-button” manner.
RPMPackage python-multi_key_dict-2.0.3-1.lbn19.noarch
Implementation of a multi-key dictionary, i.e.: (key1[,key2, ..]) => value This dictionary has a similar interface to the standard dictionary => but is extended to support multiple keys referring to the same element. These elements can be accessed using either of those keys (e.g for read/update/deletion). Multi-key dict provides also extended interface for iterating over items and keys (e.g. by the key type), which might be useful when creating, e.g. dictionaries with index-name key pair allowing to iterate over items using either: names or indexes. It can be useful for many many other similar use-cases, and there is no limit to the number of keys used to map to the value. There are few other useful methods, e.g. to iterate over dictionary (by/using) selected key type, finding other keys mapping to the same value etc. Refer to example/test code to see it in action.
RPMPackage python-msgpack-0.4.6-3.lbn19.x86_64
MessagePack is a binary-based efficient data interchange format that is focused on high performance. It is like JSON, but very fast and small. This is a Python (de)serializer for MessagePack.
RPMPackage python-msgpack-0.4.6-3.lbn19.x86_64
MessagePack is a binary-based efficient data interchange format that is focused on high performance. It is like JSON, but very fast and small. This is a Python (de)serializer for MessagePack.
RPMPackage python-msgpack-0.1.13-3.fc19.armv6hl
MessagePack is a binary-based efficient data interchange format that is focused on high performance. It is like JSON, but very fast and small. This is a Python (de)serializer for MessagePack.
RPMPackage python-msgpack-0.1.13-3.fc19.armv6hl
MessagePack is a binary-based efficient data interchange format that is focused on high performance. It is like JSON, but very fast and small. This is a Python (de)serializer for MessagePack.
RPMPackage python-mox-0.5.3-6.fc19.noarch
Mox is a mock object framework for Python based on the Java mock object framework EasyMock.
RPMPackage python-mongopersist-0.8.4-1.lbn19.noarch
Mongo Persistence Backend
RPMPackage python-mongoengine-0.8.4-1.lbn19.noarch
MongoEngine is a Document-Object Mapper (think ORM, but for document databases) for working with MongoDB from Python. It uses a simple declarative API, similar to the Django ORM.
RPMPackage python-migrate-0.10.0-2.lbn19.noarch
Schema migration tools for SQLAlchemy designed to support an agile approach to database design and make it easier to keep development and production databases in sync as schema changes are required. It allows you to manage database change sets and database repository versioning.
RPMPackage python-meliae-0.4.0-7.lbn19.x86_64
"meliae" provides a way to dump python memory usage information to a JSON disk format, which can then be parsed into useful things like graph representations. The name is simply a fun word (means Ash-wood Nymph).