Metadata-Version: 2.4
Name: htbulma
Version: 1.0.0
Summary: GUI toolkit for creating beautiful applications for mobile, web, and desktop from a single python3 codebase
License: MIT
License-File: LICENSE
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: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: htag (<=1.0.0)
Project-URL: Documentation, https://github.com/manatlan/htbulma
Project-URL: Homepage, 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).

-----

**PROJECT NOT UPDATED ANYMORE** ... see [HtagUI](https://github.com/manatlan/htagui). It's basically the same thing, but will be maintained for public ... It exposes less objects, but it exposes the best ones, and will be rock-solid (a day ;-))

-----

<a href="https://pypi.org/project/htbulma/">
    <img src="https://badge.fury.io/py/htbulma.svg" alt="Package version">
</a>

**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 (in client side only (pyscript))](https://raw.githack.com/manatlan/htag/main/examples/pyscript_htbulma.html)
 - [See an example (in server side (on glitch.com))](https://htag.glitch.me/Test?app=c99)


