Metadata-Version: 2.1
Name: mltome
Version: 0.1.0.post0
Summary: A collection of Mtools that builds on Python ML frameworks.
Home-page: https://github.com/thomasjpfan/mltome
Author: Thomas Fan
Author-email: thomasjpfan@gmail.com
License: MIT
Description: mltome
        ======
        
        A collection of ML tools that builds on Python ML frameworks. The API of these tools are **not** stable!
        
        .. image:: https://circleci.com/gh/thomasjpfan/mltome.svg?style=shield
            :target: https://circleci.com/gh/thomasjpfan/mltome
            :alt: CI Status
        
        .. image:: https://codecov.io/gh/thomasjpfan/mltome/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/thomasjpfan/mltome
            :alt: Codecov Status
        
        
        Installation
        ------------
        
        You can install mltome directly from pypi:
        
        .. code-block:: bash
        
            pip install git+https://github.com/thomasjpfan/mltome
        
        - ``mltome.pytorch`` - For installation
        instructions for PyTorch, visit the `PyTorch website
        <http://pytorch.org/>`__.
        
        Development
        -----------
        
        The development version can be installed by running ``make dev``. Then we can lint ``make lint`` and tests by running ``pytest``.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.5
Provides-Extra: dev
