Python Library for Redstone Computer Utilities.
- Asynchronous network communication
- User-friendly CLI
- Static typing
- High-level API
Python 3.7.2 or newer (CPython or PyPy) is required,
pip install redstone-computer-utilitiesor
# pyproject.toml
redstone-computer-utilities = "^0.2.0"See docs/Usage.md.
To build the library, Python 3.8 or newer (CPython or PyPy) and Poetry are required,
maturin build --release --out dist --find-interpreterBuilt wheels are in dist/.
To install the library into the current virtual environment,
maturin developCopyright © 2021-2025 NKID00
Distributed under Apache-2.0.