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: about 2 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-07T21:18:10.000Z (about 2 months ago)
- Last Synced: 2025-04-07T22:26:51.796Z (about 2 months ago)
- Topics: api, app-market, minecraft, mineos, php-interface
- Language: Python
- Homepage:
- Size: 191 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# MineOS-Market-Client
Python Client for MineOS App Market[](https://github.com/CoolCat467/MineOS-Market-Client/actions/workflows/ci.yml)
[](https://github.com/pre-commit/pre-commit)
[](https://github.com/psf/black)
[](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)`.