-
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).
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-mongopersist-0.8.4-1.lbn19.noarch
Mongo Persistence Backend
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-mox-0.5.3-6.fc19.noarch
Mox is a mock object framework for Python based on the Java mock object
framework EasyMock.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19