mecord-cli


Namemecord-cli JSON
Version 0.7.220 PyPI version JSON
download
home_pagehttps://github.com/mecordofficial
Summarymecord tools
upload_time2024-05-21 09:23:07
maintainerNone
docs_urlNone
authorpengjun
requires_python>=3.4
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Mecord Python Tool
===============================================
The Mecord Python Tool is a official tool for mecodr, you can use it to **Register** device to mecord server, other person can use **Mecord Application** assign tasks to you for implementation

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

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

##### Installing
    pip install mecord-cli

##### Uninstalling
    pip uninstall mecord-cli

Use
------------
##### 1. RegisterDevice To Mecord Server
    $ mecord deviceid
use mecord mobile application scan qrcode to register your device to mecord server

##### 2. Running
    $ mecord service start
start a process to wait for the server to issue tasks. **Please do not close it**

Module Developer
------------
    $ mecord widget init

in empty folder, use above command craete a mecord module, structure is like 
    
    [widget folder]
        |-- h5
            |-- config.json     //*required, do not change*
            |-- icon.png
            |-- index.html      //*required* index web page
            |-- MekongJS.js      //*required, do not change*
        |-- script
            |-- 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 mecord environment

    $ mecord widget add [path_with_widget_code]

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

#####other command
set/get multi process task number

    $ mecord set_multitask_num / get_multitask_num 1

add this device joined to other group using token, or show current group token , you can share it to other person

    $ mecord add_token /  show_token [token_string]

unregister this device from mecord server

    $ mecord unbind

get mecord version
    $ mecord version

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mecordofficial",
    "name": "mecord-cli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.4",
    "maintainer_email": null,
    "keywords": null,
    "author": "pengjun",
    "author_email": "mr_lonely@foxmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cd/4c/cf8e811870a257b9e18062f26f3f0b239eb774d37f0169e28a66a7dfa262/mecord_cli-0.7.220.tar.gz",
    "platform": null,
    "description": "Mecord Python Tool\r\n===============================================\r\nThe Mecord Python Tool is a official tool for mecodr, you can use it to **Register** device to mecord server, other person can use **Mecord Application** assign tasks to you for implementation\r\n\r\nInstallation\r\n------------\r\n\r\nThe Mecord requires [Python](http://www.python.org/download) 3.10.6 or later.\r\n\r\n##### Installing\r\n    pip install mecord-cli\r\n\r\n##### Uninstalling\r\n    pip uninstall mecord-cli\r\n\r\nUse\r\n------------\r\n##### 1. RegisterDevice To Mecord Server\r\n    $ mecord deviceid\r\nuse mecord mobile application scan qrcode to register your device to mecord server\r\n\r\n##### 2. Running\r\n    $ mecord service start\r\nstart a process to wait for the server to issue tasks. **Please do not close it**\r\n\r\nModule Developer\r\n------------\r\n    $ mecord widget init\r\n\r\nin empty folder, use above command craete a mecord module, structure is like \r\n    \r\n    [widget folder]\r\n        |-- h5\r\n            |-- config.json     //*required, do not change*\r\n            |-- icon.png\r\n            |-- index.html      //*required* index web page\r\n            |-- MekongJS.js      //*required, do not change*\r\n        |-- script\r\n            |-- main.py         //*required, do not change* \r\n            |-- run.py\r\n\r\nif other person share widget code to you , you can add widget path in your computer to mecord environment\r\n\r\n    $ mecord widget add [path_with_widget_code]\r\n\r\nyou can modify script and h5 file yourself, then publish to mecord sever \r\n    \r\n    $ mecord widget publish\r\n\r\n#####other command\r\nset/get multi process task number\r\n\r\n    $ mecord set_multitask_num / get_multitask_num 1\r\n\r\nadd this device joined to other group using token, or show current group token , you can share it to other person\r\n\r\n    $ mecord add_token /  show_token [token_string]\r\n\r\nunregister this device from mecord server\r\n\r\n    $ mecord unbind\r\n\r\nget mecord version\r\n    $ mecord version\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "mecord tools",
    "version": "0.7.220",
    "project_urls": {
        "Homepage": "https://github.com/mecordofficial"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4b262406089dd0a3f51c41013affa318d8514dde4dc1fd6f7fb211e782b47a2",
                "md5": "c0302b856f1f957c02b8f6a8ec35db41",
                "sha256": "84b0394339918319a82dde855ef745fe573be3a44f9318ece12c6e5e2f79832f"
            },
            "downloads": -1,
            "filename": "mecord_cli-0.7.220-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c0302b856f1f957c02b8f6a8ec35db41",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.4",
            "size": 147181,
            "upload_time": "2024-05-21T09:23:03",
            "upload_time_iso_8601": "2024-05-21T09:23:03.252077Z",
            "url": "https://files.pythonhosted.org/packages/f4/b2/62406089dd0a3f51c41013affa318d8514dde4dc1fd6f7fb211e782b47a2/mecord_cli-0.7.220-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd4ccf8e811870a257b9e18062f26f3f0b239eb774d37f0169e28a66a7dfa262",
                "md5": "3fc1e9e99b715a3078d4e962d2523004",
                "sha256": "be65117e68d448638a15b4fc6277b9db56c87c27ac42b50a1a69bdae79636114"
            },
            "downloads": -1,
            "filename": "mecord_cli-0.7.220.tar.gz",
            "has_sig": false,
            "md5_digest": "3fc1e9e99b715a3078d4e962d2523004",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.4",
            "size": 134734,
            "upload_time": "2024-05-21T09:23:07",
            "upload_time_iso_8601": "2024-05-21T09:23:07.166595Z",
            "url": "https://files.pythonhosted.org/packages/cd/4c/cf8e811870a257b9e18062f26f3f0b239eb774d37f0169e28a66a7dfa262/mecord_cli-0.7.220.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-21 09:23:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mecord-cli"
}
        
Elapsed time: 0.28790s