Skip to content

ekylibre/mycroft-ekylibre-utils

Repository files navigation

Ekylibre set of tools for MycroftAI

This package is used in our skills for MycroftAI. It provides access to Ekylibre API and much more...

This is a work in progress...

Packaging for PyPi

Creates the virtual environment (you need Pipenv):

$ pipenv install

Creates packages :

$ pipenv run python setup.py sdist bdist_wheel

Publish package to PyPi

Now it's time to publish :

$ pipenv run twine upload dist/*

Usage

To install the package, simply:

$ pip install mycroft-ekylibre-utils

Mycroft settings

This package works with a custom config section in your mycroft.conf file:

"ekylibre_api": {
    "host": "yourfarm.ekylibre.farm",
    "user": "you@example.org",
    "password": "*******"
}

About

Add a way to communicate between Mycroft and Ekylibre

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages