
Documentation in this folder is created via this master file:

    datastar.md

Use the VSCode extension called:

    Markdown PDF

to export to PDF and HTML.

Tests
-----
- Unit tests live under the tests folder.
- To run the test suite locally:
  1) Install pytest: pip install pytest
  2) From the project root, run: pytest

Examples
--------
- Code examples are in the docs/examples folder. They demonstrate end‑to‑end usage and can be executed directly.
- If you comment out or remove the delete calls at the end of each script, the created entities remain and can be viewed in the UI.

Documentation
-------------
- Docs are in the docs folder along with some example code
- The user documentation (datastar.pdf) is generated from datastar.md.
- To re-generate the pdf use the Markdown PDF VSCode extension.

Publish
-------
- Use the publish_pypi.sh script to publish new versions to PyPI.
- Set the correct version before publishing. Update the version only in: datastar/_version.py
- No preconfigured credentials are required; the script will prompt during execution.
