Metadata-Version: 2.4
Name: exonweb
Version: 7.2
Summary: Simple lightweight framework and utils for web applications.
Author-email: exonlabs <info@exonlabs.net>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/exonlabs/py-exonweb
Project-URL: Repository, https://github.com/exonlabs/py-exonweb
Project-URL: Documentation, https://exonlabs.github.io/py-exonweb
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: flask<4.0,>=3.0
Requires-Dist: jinja2<4.0,>=3.0
Requires-Dist: gunicorn<26.0,>=25.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

# ExonWeb #

Simple lightweight framework and utils for web applications.

---

## Installing

Install and update using `pip`:

```bash
pip install -U exonweb
```

Supports Python 3.9 and above.

---

## Documentation

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

---

## License

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

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