Metadata-Version: 2.1
Name: rmx
Version: 0.0.2
Summary: Remote code deployment and execution for ML researchers.
Home-page: https://github.com/takuma-yoneda/rmx
Author: Takuma Yoneda
Author-email: takuma.ynd@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Description-Content-Type: text/markdown

# RMX: Remote code deployment & execution tool for Machine Learning researchers
<p align="center">
<a href="https://github.com/takuma-yoneda/rmx/actions/workflows/python-publish-pypi.yml">
    <img src="https://github.com/takuma-yoneda/rmx/actions/workflows/python-publish.yml/badge.svg" alt="Publish to PyPI" />
</a>
<a href="https://github.com/takuma-yoneda/rmx/actions/workflows/python-run-tests.yml">
    <img src="https://github.com/takuma-yoneda/rmx/actions/workflows/python-run-tests.yml/badge.svg" alt="Run Python Tests" />
</a>
</p>

Inspired by [afdaniele/cpk](https://github.com/afdaniele/cpk) and [geyang/jaynes](https://github.com/geyang/jaynes).


