Metadata-Version: 2.1
Name: kolibri-report
Version: 0.0.6
Summary: A report package for kolibri-ml
Home-page: https://github.com/Aneruth/kolibri-report
Author: Aneruth
Author-email: ane1998@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Aneruth/kolibri-report/issues
Description: # Kolibri-report
        
        A package which report all your results from kolibri-ml
        # Contents
        
        ```
        ├── README.md
        
        ```
        
        - `README.md`: this documentation
        
        ## Install Homebrew
        
        Follow [Neil Gee's guide](https://coolestguidesontheplanet.com/installing-homebrew-on-macos-sierra-package-manager-for-unix-apps) to install and set up homebrew for Mac OS Sierra
        
        ## Install Python 3
        
        You can install Python 3 with Homebrew following the instructions from [The Hitchhiker's Guide to Python](http://python-guide-pt-br.readthedocs.io/en/latest/starting/install3/osx/) or following the very complete [Lisa Tagliaferri's guide](https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-local-programming-environment-on-macos).
        
        Basically:
        
        ```bash
        brew install python3
        ```
        
        ## Install kolibri-report
        
        Now, you are ready to install `kolibri-report`:
        
        ```bash
        pip3 install kolibri-report
        ```
        
        Once you have installed Kolibri-reprot which automatically install all other dependecies.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Requires-Python: >=3.7
Description-Content-Type: text/markdown
