Statistics
| Branch: | Tag: | Revision:

root / snf-common / synnefo / util @ d2cfb7a1

Name Size
__init__.py 0 Bytes
date.py 2.4 kB
dictconfig.py 22.4 kB
entry_points.py 5 kB
keypath.py 8.6 kB
mac2eui64.py 2.4 kB
number.py 2 kB
text.py 4 kB
units.py 4.2 kB
version.py 5.1 kB

Latest revisions

# Date Author Comment
d2cfb7a1 02/11/2014 01:22 pm Giorgos Korfiatis

common: Do not encode key paths as string

Handle explicitly key paths as lists of keys. This allows the key
to be any python object, as is the case in python dicts.

Provide utility unpack() to convert from a string representation to
a list of keys. It assumes that a key is either a string or an integer...

91884d63 11/29/2013 02:26 pm Giorgos Korfiatis

Add some missing Copyright notices

Also add 2013 in package COPYRIGHT files.

3c98e3a5 11/22/2013 04:44 pm Giorgos Korfiatis

common: Support parsing, printing inf numbers

By convention, infinite is represented by 2**63-1, the max value for
a signed 64 bit field.

f8af937f 10/30/2013 03:38 pm Kostas Papadimitriou

common: Handle non existent entry point dependencies

1c1c2b9e 06/03/2013 04:11 pm Georgios D. Tsoukalas

common: add list index support in keypath util

b253c438 06/03/2013 11:50 am Georgios D. Tsoukalas

common: get/set/del path utility for nested dicts

44f510e1 05/22/2013 06:51 pm Giorgos Korfiatis

astakos: Support units in resource-related commands

Add library synnefo.util.units for parsing numerical values
with an optional unit suffix and printing integer values based
on a given style.

Styles `b', `kb', `mb', etc allow printing in the respective multiples...

1052bb2b 04/08/2013 11:07 am Christos Stavrakakis

Remove obsolete Ganeti RAPI client from snf-common

This Ganeti RAPI client has been moved to snf-cyclades-app.

d2b8ec7b 04/08/2013 11:07 am Christos Stavrakakis

Move common test code to snf_django.lib.testing

f09da76e 03/15/2013 07:49 pm Kostas Papadimitriou

Common synnefo testing utils lib

New synnefo.util.testing lib added. Currently including helper decorator and
context processor to override django settings.

View revisions

Also available in: Atom