/bind-html

Primary LanguagePythonApache License 2.0Apache-2.0

This is an experimental project with no releases. Don’t use it yet.

Bind HTML

Bind HTML adds declarative data binding for HTML attributes & element content.

Python 3.6+

Testing, etc.

Install development requirements (Requires Python >= 3.8):

make install

Sort imports:

make format

Lint:

make lint

Test:

make test