Skip to content

Python Remote Tools: Managing python scripts from anywhere

License

Notifications You must be signed in to change notification settings

MatthiasKi/pyremto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Remote Tools (pyremto)

The easy way of monitoring and controlling your Python scripts. We support the following use cases:

Also check out our homepage and get the app in the Google Play Store.

Installation

The easiest way to install the package is to obtain it from PyPi

python3 -m pip install pyremto

Alternatively, you can also install the package by cloning the repository and running

python3 -m pip install -e .

The "-e" flag makes the installation editable, which means you can pull updates without the need of reinstalling the package.

Testing

Run the unit tests (to check that everything works properly) with

python3 setup.py test

(from the root of the package where the setup.py script lies).

License and Warranty

You may use the software only for non-commercial use. This excludes using our code or service in a commercial product, or using our code or service for developing a commercial product. However, you can use our code and service free of charge for your hobby projects, studies, or non-commercial research (for example as a PhD student).

If you are interested in using our code or service in a commercial product, or for developing a commercial product, then please contact as via contact@pyremto.com. We also offer services for customizing pyremto to your need. This includes, for example, hosting pyremto server instances in the intranet of your company, SMS based alerts (as extension to push notifications), and customizing the remote tools to your needs.

This software and service is provided "as is", without warranty of any kind.

Releases

No releases published

Packages

No packages published

Languages