Metadata-Version: 2.1
Name: rmx
Version: 0.2.4rc0
Summary: Remote code deployment and execution for ML researchers.
License: MIT License
Author-email: Takuma Yoneda <takuma-yoneda@users.noreply.github.com>,Takuma Yoneda <takuma.ynd@gmail.com>
Requires-Python: >=3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Homepage, https://github.com/takuma-yoneda/rmx
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).

