Metadata-Version: 2.1
Name: mycroft-ekylibre-utils
Version: 0.8
Summary: Ekylibre set of tools for MycroftAI skills
Home-page: http://github.com/ekylibre
Author: Ekylibre
Author-email: rdechazelles@ekylibre.com
License: UNKNOWN
Description: 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
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/x-rst
