msmanager


Namemsmanager JSON
Version 0.4.6 PyPI version JSON
download
home_pageNone
SummaryManager for managing Mindustry servers.
upload_time2024-05-06 13:42:52
maintainerNone
docs_urlNone
authorRomanin
requires_python<3.12,>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MSManager
## Description
Manager for managing Mindustry servers.

## Install
```
python3 -m pip install -U msmanager
```

## Usage
```
Usage: python -m msmanager [OPTIONS] COMMAND [ARGS]...

Options:
  --check-environment       Enables checks for GNU Screen, Java and system
                            support.
  -d, --debug               Enables debug mode of operation.
  -f, --format [text|json]  The output format.  [default: text]
  --version                 Show the version and exit.
  --help                    Show this message and exit.

Commands:
  add       Add a server to the config.
  list      List of servers in the config.
  ping      Server status check.
  remove    Remove the server from the config.
  restart   Restart the server(s).
  start     Run the server(s).
  stop      Stop the server(s).
  watchdog  The active process of monitoring servers, which, if the...
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "msmanager",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Romanin",
    "author_email": "semina054@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/92/1c/7cba4c919b98b781022624d844ea4a624d668791ae940176307c74fb86d6/msmanager-0.4.6.tar.gz",
    "platform": null,
    "description": "# MSManager\n## Description\nManager for managing Mindustry servers.\n\n## Install\n```\npython3 -m pip install -U msmanager\n```\n\n## Usage\n```\nUsage: python -m msmanager [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n  --check-environment       Enables checks for GNU Screen, Java and system\n                            support.\n  -d, --debug               Enables debug mode of operation.\n  -f, --format [text|json]  The output format.  [default: text]\n  --version                 Show the version and exit.\n  --help                    Show this message and exit.\n\nCommands:\n  add       Add a server to the config.\n  list      List of servers in the config.\n  ping      Server status check.\n  remove    Remove the server from the config.\n  restart   Restart the server(s).\n  start     Run the server(s).\n  stop      Stop the server(s).\n  watchdog  The active process of monitoring servers, which, if the...\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Manager for managing Mindustry servers.",
    "version": "0.4.6",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e03ba83ee56932b3934f7078ede5b992f54c54648c3e5641655d208ad5e3bfa5",
                "md5": "c93ca3c1147889b830bfc96c92e6d4be",
                "sha256": "b7bbb6f2e21c35d3a3a6d9b85fd8acdbd7180fa8656d9bd93cf537236dc897c7"
            },
            "downloads": -1,
            "filename": "msmanager-0.4.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c93ca3c1147889b830bfc96c92e6d4be",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.9",
            "size": 12058,
            "upload_time": "2024-05-06T13:42:50",
            "upload_time_iso_8601": "2024-05-06T13:42:50.985324Z",
            "url": "https://files.pythonhosted.org/packages/e0/3b/a83ee56932b3934f7078ede5b992f54c54648c3e5641655d208ad5e3bfa5/msmanager-0.4.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "921c7cba4c919b98b781022624d844ea4a624d668791ae940176307c74fb86d6",
                "md5": "9c515644fad9b5b872a38c8b0ca82795",
                "sha256": "f30d03d9c714acb095581f3dc78c0fdd40cea82f3b8cf70c9ee6bce6abdc713f"
            },
            "downloads": -1,
            "filename": "msmanager-0.4.6.tar.gz",
            "has_sig": false,
            "md5_digest": "9c515644fad9b5b872a38c8b0ca82795",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.9",
            "size": 9471,
            "upload_time": "2024-05-06T13:42:52",
            "upload_time_iso_8601": "2024-05-06T13:42:52.271466Z",
            "url": "https://files.pythonhosted.org/packages/92/1c/7cba4c919b98b781022624d844ea4a624d668791ae940176307c74fb86d6/msmanager-0.4.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-06 13:42:52",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "msmanager"
}
        
Elapsed time: 0.25835s