arcade-mcp/arcade/arcade/templates/{{ toolkit_name }}
Eric Gustin 6af49ef068
Common changes in all toolkits (#345)
Addresses general improvements to all toolkits including changing ruff
from python 3.9 to python 3.10 which is the reason for the removal of
Optional[] among others.

Also, turns out that our `make install` for toolkits wasn't correctly
checking for whether poetry was installed (&> /dev/null syntax isn't
supported by our check-toolkits GitHub action, so we were installing
poetry twice. I replaced with the more portable >/dev/null 2>&1)

Question: Should we also change ruff to py310 for the `arcade/` package
in a later PR?

-------------------

CU-86b4gzyp6
2025-04-04 09:32:37 -07:00
..
.github Pin poetry to 1.8.5 (#193) 2025-01-07 13:21:55 -08:00
evals Update arcade new template to pass linting (#201) 2025-01-14 08:32:38 -08:00
tests Update arcade new template to pass linting (#201) 2025-01-14 08:32:38 -08:00
{{ package_name }} Add arcade new Improvements (#156) 2024-12-02 17:44:09 -08:00
.editorconfig Update arcade new template to pass linting (#201) 2025-01-14 08:32:38 -08:00
.gitignore Update arcade new template to pass linting (#201) 2025-01-14 08:32:38 -08:00
.pre-commit-config.yaml Update arcade new template to pass linting (#201) 2025-01-14 08:32:38 -08:00
.prettierignore Update arcade new template to pass linting (#201) 2025-01-14 08:32:38 -08:00
.prettierrc.toml Update arcade new template to pass linting (#201) 2025-01-14 08:32:38 -08:00
.ruff.toml Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00
codecov.yaml Update arcade new template to pass linting (#201) 2025-01-14 08:32:38 -08:00
LICENSE Update arcade new template to pass linting (#201) 2025-01-14 08:32:38 -08:00
Makefile Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00
pyproject.toml Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00
README.md Update arcade new (#266) 2025-03-07 18:38:14 -08:00
tox.ini Update arcade new template to pass linting (#201) 2025-01-14 08:32:38 -08:00

GitHub release Python version License PyPI version


Arcade {{ toolkit_name }} Toolkit

{{ toolkit_description }}

Features

  • The {{ toolkit_name }} toolkit does not have any features yet.

Install

Install this toolkit using pip:

pip install {{ package_name }}