This package is used in our skills for MycroftAI. It provides access to Ekylibre API and much more...
This is a work in progress...
Creates the virtual environment (you need Pipenv):
$ pipenv install
Creates packages :
$ pipenv run python setup.py sdist bdist_wheel
Now it's time to publish :
$ pipenv run twine upload dist/*
To install the package, simply:
$ pip install mycroft-ekylibre-utils
This package works with a custom config section in your mycroft.conf
file:
"ekylibre_api": {
"host": "yourfarm.ekylibre.farm",
"user": "you@example.org",
"password": "*******"
}