Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Reworks package for Astro

Compare
Choose a tag to compare
@songololo songololo released this 08 Apr 08:56
· 86 commits to main since this release

This is a breaking change.

Astro has been reworked:

  • It now uses the ast module to parse python functions and signatures
  • It now uses docstring-parser to parse docstrings
  • It now produces astro files instead of markdown. These are intended for use from the Astro static site generator.