Draconic scripting for Daemons. A fork of Avrae's Draconic language for latest Python and more use-specific features.
Find a file
2026-06-24 17:18:27 -04:00
src/draconic init 2026-06-24 17:10:34 -04:00
tests init 2026-06-24 17:10:34 -04:00
.envrc setup publishing 2026-06-24 17:18:27 -04:00
.gitignore init 2026-06-24 17:10:34 -04:00
.python-version init 2026-06-24 17:10:34 -04:00
LICENSE.txt init 2026-06-24 17:10:34 -04:00
pyproject.toml setup publishing 2026-06-24 17:18:27 -04:00
README.md init 2026-06-24 17:10:34 -04:00
startup.py add note to startup 2026-06-24 17:16:36 -04:00
uv.lock init 2026-06-24 17:10:34 -04:00

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.toml and uv
  • Requires Python >= 3.14