New features
- client: fetch data from cassandra and return them as a pandas dataframe
- client: add a _get_raw_data method that fetches the cassandra response to a query
- utils: add a default logger, and logger the get_config function
- utils: add an utility function to get resourcecode configuration
Documentation
- readme: add a step by step installation / configuration / example
Various changes
- add a check-manifest test
- Initial commit