Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.txt

make test
```