Name | MineAPI JSON |
Version |
0.0.1
JSON |
| download |
home_page | https://github.com/sonyakun/MCAPI |
Summary | A MCServer API Wrapper. |
upload_time | 2022-12-29 05:15:42 |
maintainer | |
docs_url | None |
author | sonyakun |
requires_python | >=3.10 |
license | |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# MineAPI
MineAPI is Minecraft Servers API Wrapper.
# reference
## The Hive API
```python
from bedrock.hive import main
import asyncio
print(asyncio.run(main.status_get(player="sonya4327", game="sky", get="kills")))
# API Reference is https://api.playhive.com/api/documentation.
```
## MCSTATUS API
### Bedrock
```python
from bedrock.MCStatus import main
import asyncio
print(asyncio.run(main.get_status(ip="pe.mineplex.com", stat="port")))
# API Reference is https://mcstatus.io/docs.
```
### Java
```python
from java.MCStatus import main
import asyncio
print(asyncio.run(main.get_status(ip="mc.hypixel.net", stat="port")))
# API Reference is https://mcstatus.io/docs.
```
Raw data
{
"_id": null,
"home_page": "https://github.com/sonyakun/MCAPI",
"name": "MineAPI",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "",
"keywords": "",
"author": "sonyakun",
"author_email": "sonyakun217@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/d7/98/2319284e0bcf6be262b086b4961bb4887c4f32a7cad5bbb913e8f1f8648b/MineAPI-0.0.1.tar.gz",
"platform": null,
"description": "# MineAPI\r\nMineAPI is Minecraft Servers API Wrapper. \r\n\r\n\r\n# reference\r\n## The Hive API\r\n```python\r\nfrom bedrock.hive import main\r\nimport asyncio\r\n\r\nprint(asyncio.run(main.status_get(player=\"sonya4327\", game=\"sky\", get=\"kills\")))\r\n# API Reference is https://api.playhive.com/api/documentation.\r\n```\r\n## MCSTATUS API\r\n### Bedrock\r\n```python\r\nfrom bedrock.MCStatus import main\r\nimport asyncio\r\n\r\nprint(asyncio.run(main.get_status(ip=\"pe.mineplex.com\", stat=\"port\")))\r\n# API Reference is https://mcstatus.io/docs.\r\n```\r\n### Java\r\n```python\r\nfrom java.MCStatus import main\r\nimport asyncio\r\n\r\nprint(asyncio.run(main.get_status(ip=\"mc.hypixel.net\", stat=\"port\")))\r\n# API Reference is https://mcstatus.io/docs.\r\n```\r\n\r\n",
"bugtrack_url": null,
"license": "",
"summary": "A MCServer API Wrapper.",
"version": "0.0.1",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "994c2a508e89bd33242cdd2e15c36476",
"sha256": "4cd8ba6b32fa23e137ccf8efeb77c38184cb6a4939fa8c687b5e18b5a6663909"
},
"downloads": -1,
"filename": "MineAPI-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "994c2a508e89bd33242cdd2e15c36476",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 2234,
"upload_time": "2022-12-29T05:15:42",
"upload_time_iso_8601": "2022-12-29T05:15:42.256458Z",
"url": "https://files.pythonhosted.org/packages/d7/98/2319284e0bcf6be262b086b4961bb4887c4f32a7cad5bbb913e8f1f8648b/MineAPI-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-29 05:15:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "sonyakun",
"github_project": "MCAPI",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "mineapi"
}