Metadata-Version: 2.1
Name: ryry-cli
Version: 6.11
Summary: ryry tools
Home-page: https://github.com/dalipenMedia
Author: dalipen
Author-email: dalipen01@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: uuid
Requires-Dist: Image
Requires-Dist: pillow
Requires-Dist: psutil
Requires-Dist: pynvml
Requires-Dist: requests_toolbelt
Requires-Dist: fake_useragent
Requires-Dist: gputil
Requires-Dist: urlparser
Requires-Dist: urllib3
Requires-Dist: portalocker
Requires-Dist: PyYAML
Provides-Extra: with-mecord
Requires-Dist: mecord-cli>=0.7.407; extra == "with-mecord"

ryry Python Tool
===============================================
The ryry Python Tool is a official tool, you can use it to **Register** device to ryry server, other person can use **ryry Application** assign tasks to you for implementation

Installation
------------

The ryry requires [Python](http://www.python.org/download) 3.10.6 or later.

##### Installing
    pip install ryry-cli

##### Uninstalling
    pip uninstall ryry-cli

Use
------------
##### 1. Running
    $ ryry service start
start a process to wait for the server to issue tasks. **Please do not close it**

Module Developer
------------
    $ ryry widget init

in empty folder, use above command craete a ryry module, structure is like 
    
    [widget folder]
        |-- config.json     //*required, do not change*
        |-- main.py         //*required, do not change* 
        |-- run.py

if other person share widget code to you , you can add widget path in your computer to ryry environment

    $ ryry widget add [path_with_widget_code]

you can modify script and h5 file yourself, then publish to ryry sever 
    
    $ ryry widget publish

get ryry status
    $ ryry services status
