Metadata-Version: 1.1
Name: comet-ml
Version: 0.1.38
Summary: Streamlining Machine Learning
Home-page: https://github.com/comet-ai/python-client
Author: Gideon
Author-email: Gideon@semantica-labs.com
License: UNKNOWN
Description: Comet
        =======
        
        .. image:: https://img.shields.io/pypi/v/comet_ml.svg
            :target: https://pypi.python.org/pypi/comet_ml
            :alt: Latest PyPI version
        
        .. image:: https://travis-ci.org/borntyping/cookiecutter-pypackage-minimal.png
           :target: https://travis-ci.org/borntyping/cookiecutter-pypackage-minimal
           :alt: Latest Travis CI build status
        
        
        Usage
        -----
        see: https://www.comet.ml/
        
        
        Installation as a pip library
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        Python2:
        
        pip install comet_ml
        
        Python3:
        
        pip3 install comet_ml
        
        
        force refresh:
        
        pip install --no-cache-dir --upgrade comet_ml
        
        pip3 install --no-cache-dir --upgrade comet_ml
        
        
        Requirements
        ^^^^^^^^^^^^
        
        
        Unit Tests
        ^^^^^^^^^^
        Install pytest:
            pip install pytest
        
        from trackml directory run:
            $ pytest
        
        
        
        Compatibility
        -------------
        
        License
        -------
        
        Authors
        -------
        
        `comet` was written by `Gideon <Gideon@semantica-labs.com>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
