Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/coolcat467/mineos-market-client

Python Client for MineOS Marketplace
https://github.com/coolcat467/mineos-market-client

api app-market minecraft mineos php-interface

Last synced: 28 days ago
JSON representation

Python Client for MineOS Marketplace

Awesome Lists containing this project

README

        

# MineOS-Market-Client
Python Client for MineOS market

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![code style: black](https://img.shields.io/badge/code_style-black-000000.svg)](https://github.com/psf/black)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

## Description
Python re-implementation of the client side of the MineOS App Market API

## Installation
Ensure Python 3 is installed on your computer, and use pip to
install this project with the command listed below:

```bash
pip install git+https://github.com/CoolCat467/MineOS-Market-Client.git
```

## Usage
See the `examples` directory and run `help(market_api)`.