toch / seguia

Seguia is a Python client for Oasis 🏞

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seguia 🏞

Seguia is a Python client for Oasis.

Build Status Coverage Status Dependency Status version license

Installation

pip install git+https://github.com/toch/seguia

Usage

from seguia.client import Client

client = Client(hostname='https://example.com')

json = client.index({'format': 'csv'})
client.upload(json['id'], 'example.csv')

json = client.search(format='csv')
client.download(json[0]['id'], 'myfile.csv')

Run the tests

python setup.py test

License

This project is licensed under the terms of the MIT license.

About

Seguia is a Python client for Oasis 🏞

License:MIT License


Languages

Language:Python 100.0%