Metadata-Version: 2.1
Name: biosamples-v4
Version: 0.0.3
Summary: A lib to interact with BioSamples-v4 API
Home-page: https://github.com/Kerruba/python_biosamples-v4_lib
Author: Luca Cherubin
Author-email: cherubin@ebi.ac.uk
License: UNKNOWN
Project-URL: Source, https://github.com/Kerruba/python_biosamples-v4_lib
Project-URL: Bug Reports, https://github.com/Kerruba/python_biosamples-v4_lib/issues
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pyjwt
Requires-Dist: requests
Requires-Dist: pytz

# BioSamples v4 Python Library

This is a small library which aims to provide a Python client
to access BioSamples v4 new API.

The client is still under heavy development, so any contribution is very
well welcomed.

## Local Development
This project uses [pipenv](https://pypi.python.org/pypi/pipenv) to handle
both the virtual environment and the dependencies.
Follow the instructions available on pipenv site to see how to install it.

Once you have pipenv installed on you machine, just type
```bash
pipenv install
```



