Files
xstatic-angular-schema-form/README.txt
Stephen Finucane 3994a7ceb3 Reconstruct repo
Done with:

  virtualenv .venv --python=python3.10
  source .venv/bin/activate
  pip install 'setuptools<82'
  pip install --no-build-isolation xstatic-angular-schema-form

  mkdir xstatic
  cp .venv/lib/python3.10/site-packages/xstatic/pkg xstatic

The remaining files are copy-pasted from xstatic-angular-fileupload due
to its similarities, with changes for package names (we could have
reconstructed this from the 'dist-info' dir but that's more effort than
it's worth).

Finally, we make the necessary pkg_resources changes and bump the
version so we can actually merge this thing.

Signed-off-by: Stephen Finucane <stephen@that.guru>
2026-02-11 15:59:05 +00:00

11 lines
471 B
Plaintext

XStatic-Angular-Schema-Form
---------------------------
Angular JavaScript library packaged for setuptools (easy_install) / pip.
This package is intended to be used by any project that needs these files.
It intentionally does not provide any extra code except some metadata nor has any extra requirements. You MAY use some minimal support code from the XStatic base package, if you like.
You can find more info about the xstatic packaging way in the package XStatic.