Metadata-Version: 2.1
Name: romeo
Version: 0.1.0
Summary: CLI for data science projects
Home-page: https://github.com/brendalf/romeo
Author: Breno Silva
Author-email: brenophp@gmail.com
License: GNU General Public License v3
Description: # <img src="assets/logo.png" width="50px"> Romeo
        
        <a href="https://pypi.python.org/pypi/romeo"><img src="https://img.shields.io/pypi/v/romeo.svg" /></a>
        <a href="https://travis-ci.com/brendalf/romeo"><img src="https://img.shields.io/travis/brendalf/romeo.svg" /></a>
        <a href="https://romeo-cli.readthedocs.io/en/latest/?badge=latest"><img src="https://readthedocs.org/projects/romeo-cli/badge/?version=latest" /></a>
        <a href="https://pyup.io/repos/github/brendalf/romeo/"><img src="https://pyup.io/repos/github/brendalf/romeo/shield.svg" /></a>
        
        Romeo is a CLI for managing data science projects.
        
        ## Documentation
        > Work in Progress  
        
        Read the docs in https://romeo-cli.readthedocs.io.
        
        ## Installation
        > Work in Progress   
        
        `pip install romeo`
        
        ## Features
        > Work in Progress
        * [ ] init          -> creates a new datascience project based on template folder
        * [ ] clean         -> clean temporary files from project folder
        * [ ] train         -> train a model based on romeo.json
        * [ ] score         -> scores a model based on romeo.json
        * [ ] models 
            * [ ] list      -> list models registreds
            * [ ] add       -> register a new model
            * [ ] rm        -> remove a model
        * [ ] logs          -> show log information about training and scoring.
        
        ## Contributions
        Feel free to contribute.  
        Don't know how to contribute? Read the [CONTRIBUTING.md](https://github.com/brendalf/romeo/blob/master/CONTRIBUTING.md)
        
        ## License 
        Free software: GNU General Public License v3
        
        
        # Changelog
        ------------
        
        ## 0.1.0 (2020-05-13)
        * First release on PyPI.
        
Keywords: romeo
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown
