/redstone-computer-utilities-python

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

Primary LanguagePythonMozilla Public License 2.0MPL-2.0

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

Sources are in src/redstone_computer_utilities/.

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

poetry build

Built wheels are in dist/.

To install the library into the current virtual environment,

poetry install

Credits

Copyright

Copyright © 2021-2023 NKID00

Distributed under MPL-2.0.