Metadata-Version: 2.1
Name: htbulma
Version: 0.7.11
Summary: GUI toolkit for creating beautiful applications for mobile, web, and desktop from a single python3 codebase
Home-page: https://github.com/manatlan/htbulma
License: MIT
Keywords: htag,gui,electron,cef,pywebview,starlette,tornado,android,apk,asyncio,guy,desktop,web,mobile,http,websocket,html,pyscript
Author: manatlan
Author-email: manatlan@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: htag (>=0.8,<0.9)
Project-URL: Documentation, https://github.com/manatlan/htbulma
Project-URL: Repository, https://github.com/manatlan/htbulma
Description-Content-Type: text/markdown

## htbulma = "HTag bulma"

Example of gui toolkit using [htag](https://github.com/manatlan/htag).

[available on pypi](https://pypi.org/project/htbulma/)

**Just to be clear** : This module is just for me ;-). It's just here to demonstrate that you can build a py3 module, containnig a set of [htag](https://github.com/manatlan/htag)'s components, ready to be used, in you [htag](https://github.com/manatlan/htag) app.

Of course, you can use it, at your own risk. But be aware that :

 * the current components may change completly (and broke your apps)
 * many of them are not well coded (80% coming from the old gtag, and 70% are not using the last htag features in the right place)
 
Theses are my components, for my quick's htag apps ;-), for demo'ing the htag goal !

I'd love too see a real module, well maintained, with high-end and clever components (but I have no time to manage that, focusing on other projects (ex: htag))

[See an example](test.py)

