معرفی شرکت ها


bolt-0.9.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Supercharge Minecraft commands with Python
ویژگی مقدار
سیستم عامل -
نام فایل bolt-0.9.1
نام bolt
نسخه کتابخانه 0.9.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Valentin Berlier
ایمیل نویسنده berlier.v@gmail.com
آدرس صفحه اصلی https://github.com/mcbeet/bolt
آدرس اینترنتی https://pypi.org/project/bolt/
مجوز MIT
# Bolt [![GitHub Actions](https://github.com/mcbeet/bolt/workflows/CI/badge.svg)](https://github.com/mcbeet/bolt/actions) [![PyPI](https://img.shields.io/pypi/v/bolt.svg)](https://pypi.org/project/bolt/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/bolt.svg)](https://pypi.org/project/bolt/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) [![Discord](https://img.shields.io/discord/900530660677156924?color=7289DA&label=discord&logo=discord&logoColor=fff)](https://discord.gg/98MdSGMm8j) > Supercharge Minecraft commands with Python. ```python infinite_invisibility = { Id: 14, Duration: 999999, Amplifier: 1, ShowParticles: false, } def summon_chicken_army(n): for i in range(n): summon chicken ~i ~ ~ { Tags: [f"quack{i}"], IsChickenJockey: true, Passengers: [{ id: zombie, IsBaby: true, ActiveEffects: [infinite_invisibility] }] } say Go forth, my minions! summon_chicken_army(16) ``` ## Installation The package can be installed with `pip`. ```bash $ pip install bolt ``` ## Contributing Contributions are welcome. Make sure to first open an issue discussing the problem or the new feature before creating a pull request. The project uses [`poetry`](https://python-poetry.org/). ```bash $ poetry install ``` You can run the tests with `poetry run pytest`. ```bash $ poetry run pytest ``` The project must type-check with [`pyright`](https://github.com/microsoft/pyright). If you're using VSCode the [`pylance`](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance) extension should report diagnostics automatically. You can also install the type-checker locally with `npm install` and run it from the command-line. ```bash $ npm run watch $ npm run check ``` The code follows the [`black`](https://github.com/psf/black) code style. Import statements are sorted with [`isort`](https://pycqa.github.io/isort/). ```bash $ poetry run isort bolt tests $ poetry run black bolt tests $ poetry run black --check bolt tests ``` --- License - [MIT](https://github.com/mcbeet/bolt/blob/main/LICENSE)


نیازمندی

مقدار نام
>=0.86.0 beet
>=0.69.0 mecha


زبان مورد نیاز

مقدار نام
>=3.10,<4.0 Python


نحوه نصب


نصب پکیج whl bolt-0.9.1:

    pip install bolt-0.9.1.whl


نصب پکیج tar.gz bolt-0.9.1:

    pip install bolt-0.9.1.tar.gz