Metadata-Version: 1.1
Name: earthchem
Version: 0.0.2
Summary: Data slurper for getting stuff from Earthchem services
Home-page: https://github.com/jesserobertson/earthchem-pyclient.git
Author: Jess Robertson
Author-email: jesse.robertson@csiro.au
License: MIT
Description-Content-Type: text/markdown
Description: # Earthchem & PyData
        
        [![PyPI](https://img.shields.io/pypi/v/earthchem.svg)](https://pypi.python.org/pypi/earthchem/)
        [![GitHub license](https://img.shields.io/github/license/jesserobertson/earthchem-pyclient.svg)](https://github.com/jesserobertson/earthchem-pyclient/blob/master/LICENSE.txt)
        
        This project wraps the Earthchem web services to provide easy access to geochemical data from [IEDA](https://www.iedadata.org/) in ready-to-use format in your favourite PyData environment.
        
        Maintainer: Jess Robertson (jesse.robertson _at_ csiro.au)
        
        | **Service** | **master** | **develop** |
        | ----------- |:----------:|:-----------:|
        | Test status | [![Build Status](https://travis-ci.org/jesserobertson/earthchem-pyclient.svg?branch=master)](https://travis-ci.org/jesserobertson/earthchem-pyclient) | [![Build Status](https://travis-ci.org/jesserobertson/earthchem-pyclient.svg?branch=develop)](https://travis-ci.org/jesserobertson/earthchem-pyclient) |
        | Test coverage | [![Coverage Status](https://coveralls.io/repos/github/jesserobertson/earthchem-pyclient/badge.svg?branch=master)](https://coveralls.io/github/jesserobertson/earthchem-pyclient?branch=master) | [![Coverage Status](https://coveralls.io/repos/github/jesserobertson/earthchem-pyclient/badge.svg?branch=develop)](https://coveralls.io/github/jesserobertson/earthchem-pyclient?branch=develop) |
        
        ### So why would I want to use this?
        
        Gonna come up with a good reason for this here....
        
        ### Great, I'm sold. How do I get it?
        
        Provided you have python installed, this library is just a `pip install earthchem` away. 
        
        If you don't have Python we recommend taking a look at the marvellous [Anaconda distribution](https://www.anaconda.com/) - just pick your relevant platform download [from here](https://www.anaconda.com/download/).
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
