Metadata-Version: 2.4
Name: exonwebui
Version: 7.4
Summary: Simple lightweight framework for UI web applications.
Author-email: exonlabs <info@exonlabs.net>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/exonlabs/py-exonwebui
Project-URL: Repository, https://github.com/exonlabs/py-exonwebui
Project-URL: Documentation, https://exonlabs.github.io/py-exonwebui
Keywords: development,utilities,tools
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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 :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: exonweb<8.0,>=7.0
Requires-Dist: exonwebui-static<2.0,>=1.0
Requires-Dist: Babel<3.0,>=2.0
Requires-Dist: flask-babel<5.0,>=4.0
Requires-Dist: pytz>=2026.0
Provides-Extra: dev
Requires-Dist: pytest<10.0,>=9.0; extra == "dev"
Requires-Dist: flake8<8.0,>=7.0; extra == "dev"
Requires-Dist: black<27.0,>=26.0; extra == "dev"
Requires-Dist: colorama<1.0,>=0.4; extra == "dev"
Provides-Extra: docs
Requires-Dist: mkdocs<2.0,>=1.6; extra == "docs"
Dynamic: license-file

# ExonWebUi #

Simple lightweight libs for UI web applications.

---

## Installing

Install and update using `pip`:

```bash
pip install -U exonwebui
```

Supports Python 3.9 and above.

---

## Documentation

Full documentation is available at:
[https://exonlabs.github.io/py-exonwebui](https://exonlabs.github.io/py-exonwebui)

---

## License

**Copyright:**  2019-2025 ExonLabs, All rights reserved.

**License:**  BSD 3-Clause. See the LICENSE file for full terms and conditions.
