You are here: Home

Modified items

All recently modified items, latest first.
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).
RPMPackage python-manilaclient-1.4.0-1.lbn19.noarch
Client library and command line utility for interacting with Openstack Share API.
RPMPackage python-manila-2014.2-0.3.lbn19.noarch
OpenStack Shared Filesystem Service (code-name Manila) provides services to manage network filesystems for use by Virtual Machine instances. This package contains the associated Python library.
RPMPackage python-magnum-0.1-1.lbn19.noarch
Python ORM for Humans.
RPMPackage python-machinist-0.2.0-1.lbn19.noarch
A finite state machine maps simple, symbolic inputs to simple, symbolic outputs. In this context, symbolic means that nothing differentiates the values from each other apart from their identity. The mapping from inputs to outputs also includes definitions for state transitions. The current state of the machine changes to a new value each time an input is mapped to an output (though the new value may be the same as the old value).
RPMPackage python-logutils-0.3.3-7.lbn19.noarch
The logutils package provides a set of handlers for the Python standard library's logging package. Some of these handlers are out-of-scope for the standard library, and so they are packaged here. Others are updated versions which have appeared in recent Python releases, but are usable with older versions of Python and so are packaged here.
RPMPackage python-lockfile-0.10.2-1.lbn19.noarch
The lockfile module exports a FileLock class which provides a simple API for locking files. Unlike the Windows msvcrt.locking function, the Unix fcntl.flock, fcntl.lockf and the deprecated posixfile module, the API is identical across both Unix (including Linux and Mac) and Windows platforms. The lock mechanism relies on the atomic nature of the link (on Unix) and mkdir (on Windows) system calls.