Skip to content

NKID00/redstone-computer-utilities-python

Repository files navigation

icon

Redstone Computer Utilities Python

Python Library for Redstone Computer Utilities.

English README | 简体中文简介

Highlights

  • Asynchronous network communication
  • User-friendly CLI
  • Static typing
  • High-level API

Usage

Python 3.7.2 or newer (CPython or PyPy) is required,

pip install redstone-computer-utilities

or

# pyproject.toml
redstone-computer-utilities = "^0.2.0"

See docs/Usage.md.

Development

To build the library, Python 3.8 or newer (CPython or PyPy) and Poetry are required,

maturin build --release --out dist --find-interpreter

Built wheels are in dist/.

To install the library into the current virtual environment,

maturin develop

Copyright

Copyright © 2021-2025 NKID00

Distributed under Apache-2.0.

About

Python Library for Redstone Computer Utilities. 配合 Redstone Computer Utilities 使用的 Python 库。

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published