Metadata-Version: 2.1
Name: maven
Version: 0.0.2
Summary: A trusted expert who seeks to pass timely and relevant knowledge on to others.
Home-page: https://github.com/john-sandall/maven
Author: John Sandall
Author-email: contact@coefficient.ai
License: Apache 2.0
Keywords: maven open data etl pipeline
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown
Requires-Dist: requests

# Maven
> /meɪvən/ – a trusted expert in a particular field, who seeks to pass timely and relevant knowledge on to others in the respective field.


## Install
```
pip install maven
```


## Usage
```python
import maven
maven.get('general_election-gb-2015-results', data_directory='../data/')
```


## Datasets

| Dataset | Date | Source | Licence | Data Dictionary |
| -- | -- | -- | -- | -- | -- |
| UK 2015 General Election | 7th May 2015 | [Electoral Commission](http://www.electoralcommission.org.uk/our-work/our-research/electoral-data) | [Open Government Licence v2.0](http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/) | [data/general_election/](datasets/general_election/README.md) |


## Licences
| Name | Description | Attribution Statement |
| -- | -- | -- |
| [Open Parliament Licence](http://www.parliament.uk/site-information/copyright/open-parliament-licence/) | Free to copy, publish, distribute, transmit, adapt and exploit commercially or non-commercially. See URL for full details. | Contains Parliamentary information licensed under the Open Parliament Licence v3.0. |
| [Open Government Licence](http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/) | Free to copy, publish, distribute, transmit, adapt and exploit commercially and non-commercially. See URL for full details. | Contains public sector information licensed under the Open Government Licence v2.0. |


