Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aoirint/pymcversion
A Python package to get the latest version information of Minecraft
https://github.com/aoirint/pymcversion
Last synced: about 1 month ago
JSON representation
A Python package to get the latest version information of Minecraft
- Host: GitHub
- URL: https://github.com/aoirint/pymcversion
- Owner: aoirint
- License: unlicense
- Created: 2021-10-22T14:06:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-22T15:58:51.000Z (about 3 years ago)
- Last Synced: 2024-11-08T10:31:32.296Z (about 2 months ago)
- Language: Python
- Homepage: https://pypi.org/project/pymcversion/
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pymcversion
## Install
```shell
pip3 install pymcversion
```or
```shell
pip3 install git+https://github.com/aoirint/pymcversion.git
```## Command Usage
```shell
$ mcversion bedrock-server
1.17.40.06$ mcversion java
1.17.1$ mcversion ios
1.17.40
```## Develop
```shell
pip3 install -r requirements.txt
```## Run tests
```shell
pip3 install -r requirements-test.txtmake test
```