Metadata-Version: 2.1
Name: rmx
Version: 0.0.3
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
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

<div align="center">

# RMX - Remote code deployment & execution tool
<!-- <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-pypi.yml/badge.svg" alt="Publish to PyPI" /> -->
<!-- </a> -->

A lightweight tool to rsync and execute local scripts in a remote machine.

<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="Test" />
</a>
<a href="https://github.com/takuma-yoneda/rmx">
    <img src="https://tokei.rs/b1/github/takuma-yoneda/rmx" alt="Total lines" />
</a>
<a href="https://pypi.org/project/rmx/">
    <img src="https://img.shields.io/pypi/v/rmx?logo=python&logoColor=%23cccccc" alt="PyPI" />
</a>
</div>

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