From 864cb2b20e70913ce1cb93a69c04ec0fa007dc3e Mon Sep 17 00:00:00 2001 From: Michael Rans Date: Thu, 15 Sep 2016 15:40:39 +0200 Subject: [PATCH] Version 0.42 - add search functionality, tests and documentation --- .idea/workspace.xml | 535 +++++++++++++++++--------------- README.md | 25 +- hdx/data/dataset.py | 54 +++- hdx/data/hdxobject.py | 25 +- hdx/data/resource.py | 27 +- setup.py | 2 +- tests/hdx/data/test_dataset.py | 41 +++ tests/hdx/data/test_resource.py | 90 ++++++ 8 files changed, 520 insertions(+), 279 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 4ba3e0a9..1a161b22 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,10 +5,15 @@