Draconic scripting for Daemons. A fork of Avrae's Draconic language for latest Python and more use-specific features.
- Python 100%
| src/draconic | ||
| tests | ||
| .envrc | ||
| .gitignore | ||
| .python-version | ||
| LICENSE.txt | ||
| pyproject.toml | ||
| README.md | ||
| startup.py | ||
| uv.lock | ||
Abyssal Draconic
Draconic scripting for Daemons.
Abyssal Draconic is a fork of the Draconic language designed to add functionality and remove limits for the purposes of running scripts in higher-trust environments.
Additionally, it has a goal of introducing async programming support.
Differences from Python
See the upstream README for now.
Differences from Draconic
- Restructured to use
pyproject.tomlanduv - Requires Python >= 3.14