Htag

Latest version: v0.113.0

Safety actively analyzes 714792 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 35

0.91.0

tag.set(x)` is now deprecated .... you should use `tag.clear(x)` which is the same as :
python
tag.clear()
tag += x


(want to preserve get/set methods on tag, for futures versions > 1.0)

0.90.4

minor changes

The "starter app" (created with `python3 -m htag`) got an app with a simple interaction ...
And the pypi package readme should be better

0.90.3

minor fixes

0.90.2

python3 -m htag` : create a `main.py` with the new Runner ! (no more browserhttp or devapp !)

0.90.1

just a litlle fix (`__main__` use runner with param 'debug' instead of 'dev')

but this v0.90 is a real breathe, and it seems to work as expected ;-)
Now, need to update docs, and rewrite completly htagapk to expose the new way to create an android apk

0.90.0

All current runners (desktop) replaced by faked ones (using the new runner)

All others good old runners are now faked ones (but compatibles) : BrowserHTTP, BrowserStarletteHTTP, BrowserStarletteWS, DevApp, ChromeApp, WinApp, AndroidApp, BrowserTornadoHTTP ... and they are just using the new runner (in pure python, no more dependancies likes uvicorn, starlette, tornado, kivy etc ...). All these would completly disappear when 1.0.0 will be released.

It's a transition phase, before 1.0.0 ....

There will be only 3 runners : "pyscript", "pywebview" and the new one (which will work for android, desktop and/or chrome app mode)) (pywebview could be in another package (to avoid dependancy to webview package)

TODO: docs+finition on the new runner ... (that's why I didn't mention the new name)

Page 3 of 35

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.