Skip to content

toch/seguia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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 ๐Ÿž

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages