Metadata-Version: 2.1
Name: neuromation
Version: 20.9.24
Summary: Neuro Platform API client
Home-page: https://neuromation.io/
Author: Neuromation Team
Author-email: pypi@neuromation.io
License: Apache License, version 2.0
Description: [![codecov](https://codecov.io/gh/neuromation/platform-client-python/branch/master/graph/badge.svg)](https://codecov.io/gh/neuromation/platform-client-python)
        
        # Preface
        
        Welcome to Neuromation API Python client for https://neu.ro/.
        Package ship command line tool called `neuro`. With it you can:
        * Execute and debug jobs
        * Manipulate Data
        * Make some fun
        
        # Api
        
        https://neuromation-sdk.readthedocs.io/en/latest/
        
        # Contributing
        
        For OSX users install coreutils to properly interpret shell commands:
        
        ```
        brew install coreutils
        ```
        
        Before you begin, it is recommended to have clean virtual environment installed:
        
        ```shell
        python -m venv .env
        source .env/bin/activate
        ```
        
        Development flow:
        
        * Install dependencies: `make setup`
        * Reformat code: `make format`
        * Lint: `make lint`
        * Run tests: `make test`
        * Run end-to-end tests: `make e2e`
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
