Metadata-Version: 2.1
Name: wBuilder
Version: 1.1.0
Summary: HTML template generator module for Python.
Home-page: https://github.com/rmaniego/wbuilder
Author: Rodney Maniego Jr.
Author-email: rod.maniego23@gmail.com
License: MIT
Download-URL: https://github.com/rmaniego/wbuilder/archive/v1.0.tar.gz
Keywords: HTML,GENERATOR,PYTHONIC
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4

# wBuilder
```
    wBuilder
    (c) 2020 Rodney Maniego Jr.
    MIT License
```

HTML template generator module for Python.

*Requirements:*
- BS4

Go to `examples/pagebuilder.py` for basic usage.
Returned value is in string and can be saved into file.

*Features*
1. Integrate element shortcuts as WebBuilder method instead as a separate ElemBuilder.
2. In-house save to file.


