https://github.com/ekylibre/mycroft-ekylibre-utils
Add a way to communicate between Mycroft and Ekylibre
https://github.com/ekylibre/mycroft-ekylibre-utils
Last synced: 2 months ago
JSON representation
Add a way to communicate between Mycroft and Ekylibre
- Host: GitHub
- URL: https://github.com/ekylibre/mycroft-ekylibre-utils
- Owner: ekylibre
- License: agpl-3.0
- Created: 2019-03-21T11:36:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T19:17:29.000Z (about 4 years ago)
- Last Synced: 2025-01-28T01:46:36.435Z (4 months ago)
- Language: Python
- Size: 29.3 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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):
.. code-block:: bash
$ pipenv install
Creates packages :
.. code-block:: bash
$ pipenv run python setup.py sdist bdist_wheel
Publish package to PyPi
-----------------------Now it's time to publish :
.. code-block:: bash
$ pipenv run twine upload dist/*
Usage
-----To install the package, simply:
.. code-block:: bash
$ pip install mycroft-ekylibre-utils
Mycroft settings
----------------This package works with a custom config section in your :code:`mycroft.conf` file:
.. code-block:: json
"ekylibre_api": {
"host": "yourfarm.ekylibre.farm",
"user": "[email protected]",
"password": "*******"
}