Skip to content

CoderLee2014/camomile-client-python

 
 

Repository files navigation

Python client for Camomile REST API

Installation

pip install camomile

Usage

from camomile import Camomile
client = Camomile('http://camomile.fr/api')
client.login('username', 'password')
client.logout()
client.getCorpora()
client.createCorpus(...)

Documentation

Will be available at http://camomile-project.github.io/camomile-server/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%