From 22e8f9a6bce529e3be067d19cc74b8eb36c84dd8 Mon Sep 17 00:00:00 2001 From: Michael Rans Date: Fri, 6 Jan 2017 13:29:33 +0100 Subject: [PATCH] Version 0.70 - Make configuration and ckan object module level --- .idea/workspace.xml | 781 +++++++++++++++-------------- README.md | 34 +- hdx/__init__.py | 2 + hdx/configuration.py | 51 ++ hdx/data/dataset.py | 32 +- hdx/data/galleryitem.py | 13 +- hdx/data/hdxobject.py | 33 +- hdx/data/resource.py | 20 +- hdx/facades/scraperwiki.py | 8 +- hdx/facades/simple.py | 8 +- hdx/version.txt | 2 +- tests/hdx/data/test_dataset.py | 70 +-- tests/hdx/data/test_galleryitem.py | 30 +- tests/hdx/data/test_resource.py | 46 +- tests/hdx/facades/__init__.py | 8 +- tests/hdx/test_configuration.py | 26 +- 16 files changed, 603 insertions(+), 561 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 4d11e8e9..08a16697 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,9 +4,23 @@