Metadata-Version: 1.1
Name: tracker-ml
Version: 0.0.10
Summary: Machine learning file and parameter version control SDK for www.tracker.ml
Home-page: https://github.com/sage-t/tracker_ml
Author: Sage Thomas
Author-email: sage.thomas@outlook.com
License: UNKNOWN
Download-URL: https://github.com/trackerml/trackerml-sdk/archive/v0.0.10.tar.gz
Description: # tracker_ml
        
        www.tracker.ml SDK and CLI
        
        View the documentation [here](https://trackerml.github.io/trackerml-sdk/).
        
        ## Install
        
        `pip install tracker-ml --no-cache-dir`
        
        ## Build
        
        Install build tools
        ```
        python -m pip install --user --upgrade setuptools wheel
        ```
        
        Create distribution archives
        ```
        python setup.py sdist bdist_wheel
        ```
        
        Install from archives
        ```
        python -m pip install dist/tracker_ml-X.X.X.tar.gz
        ```
        
Keywords: MACHINE,LEARNING,VERSION,TRACKING,TRACKER
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
