cloudkitty/cloudkitty/rating/pyscripts
Luka Peschke 2f4acdce4a Add DataPoint/DataFrame objects
This introduce the DataPoint and DataFrame objects. These are replacing the
dicts that were used until now:

A DataPoint is an immutable object representing one measure for one metric,
with associated price, qty, groupby and metadata.

A DataFrame is a collection of DataPoints, with helper functions for
point insertion and JSON formatting/loading.

Story: 2005890
Task: 35658
Change-Id: I71e95bba0a0cdd049b0fba3e79c7675b6365c37f
2019-08-22 07:39:01 +00:00
..
controllers Removing author identification in all files 2019-07-22 12:21:54 +00:00
datamodels Removing author identification in all files 2019-07-22 12:21:54 +00:00
db Removing author identification in all files 2019-07-22 12:21:54 +00:00
__init__.py Add DataPoint/DataFrame objects 2019-08-22 07:39:01 +00:00