pydustry.py


Namepydustry.py JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://github.com/romanin-rf
SummaryModule for server information in the game Mindustry.
upload_time2023-05-16 16:48:31
maintainer
docs_urlNone
authorProgrammerFromParlament
requires_python
licenseMIT
keywords pydustry.py
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Installation
```cmd
pip install https://github.com/RCR-OOP/pydustry.py/releases/download/v2.0/pydustry.py-2.0_release-py3-none-any.whl
```

# Example
- `main.py`
```python
import pydustry

pydustry.Server("easyplay.su").get_status()
```

- `Return`
```python
Status(name='[#3bffff][*] []EasyPlay Gaming + [#3dffcb]Rating-System', map='EasyPlay.HUB', players=56, wave=1, version=126, vertype='official', ping=35)
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/romanin-rf",
    "name": "pydustry.py",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pydustry.py",
    "author": "ProgrammerFromParlament",
    "author_email": "semina054@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ce/3d/fb0f9c41dd08896511397614986844ad655e1364af6104a5321a2219c712/pydustry.py-2.0.0.tar.gz",
    "platform": null,
    "description": "# Installation\n```cmd\npip install https://github.com/RCR-OOP/pydustry.py/releases/download/v2.0/pydustry.py-2.0_release-py3-none-any.whl\n```\n\n# Example\n- `main.py`\n```python\nimport pydustry\n\npydustry.Server(\"easyplay.su\").get_status()\n```\n\n- `Return`\n```python\nStatus(name='[#3bffff][*] []EasyPlay Gaming + [#3dffcb]Rating-System', map='EasyPlay.HUB', players=56, wave=1, version=126, vertype='official', ping=35)\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Module for server information in the game Mindustry.",
    "version": "2.0.0",
    "project_urls": {
        "Homepage": "https://github.com/romanin-rf"
    },
    "split_keywords": [
        "pydustry.py"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ec978c3dd5803902a2c2c357602f5744823e7423cb7fac149fcd15badc9084b",
                "md5": "b21366acd1b000034f9dcb324cdce541",
                "sha256": "e9b533d8011b322aae4ad679728ee9acf145653a2d7881883843f479a2e74e8c"
            },
            "downloads": -1,
            "filename": "pydustry.py-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b21366acd1b000034f9dcb324cdce541",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3433,
            "upload_time": "2023-05-16T16:48:28",
            "upload_time_iso_8601": "2023-05-16T16:48:28.755122Z",
            "url": "https://files.pythonhosted.org/packages/3e/c9/78c3dd5803902a2c2c357602f5744823e7423cb7fac149fcd15badc9084b/pydustry.py-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce3dfb0f9c41dd08896511397614986844ad655e1364af6104a5321a2219c712",
                "md5": "af9d635e04d5b44cd7e57b22a1582860",
                "sha256": "6cc2dc8eb1dca560c6a3c3c653567c8375ff349bbcd3133aa8f9f81b6139d393"
            },
            "downloads": -1,
            "filename": "pydustry.py-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "af9d635e04d5b44cd7e57b22a1582860",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3165,
            "upload_time": "2023-05-16T16:48:31",
            "upload_time_iso_8601": "2023-05-16T16:48:31.120259Z",
            "url": "https://files.pythonhosted.org/packages/ce/3d/fb0f9c41dd08896511397614986844ad655e1364af6104a5321a2219c712/pydustry.py-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-16 16:48:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pydustry.py"
}
        
Elapsed time: 0.17283s