Skip to content
master
Go to file
Code
This branch is 154 commits behind neuromation:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

codecov

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:

python -m venv .env
source .env/bin/activate

Development flow:

  • Install dependencies: make init
  • Reformat code: make fmt
  • Lint: make lint
  • Run tests: make test
  • Run end-to-end tests: make e2e

About

Platform-specific API and CLI python client

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.