Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/coolcat467/mineos-market-client
- Owner: CoolCat467
- License: gpl-3.0
- Created: 2024-02-02T03:20:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T05:24:17.000Z (about 1 month ago)
- Last Synced: 2024-11-19T06:26:58.075Z (about 1 month ago)
- Topics: api, app-market, minecraft, mineos, php-interface
- Language: Python
- Homepage:
- Size: 146 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)`.