Metadata-Version: 2.4
Name: exonutils
Version: 6.7
Summary: General tools and utils for modern Python applications.
Author-email: exonlabs <info@exonlabs.net>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/exonlabs/py-exonutils
Project-URL: Repository, https://github.com/exonlabs/py-exonutils
Project-URL: Documentation, https://exonlabs.github.io/py-exonutils
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
Provides-Extra: dev
Requires-Dist: pytest<10.0,>=9.0; extra == "dev"
Requires-Dist: flake8<8.0,>=7.3; extra == "dev"
Requires-Dist: black<26.0,>=25.11; extra == "dev"
Requires-Dist: colorama<1.0,>=0.4; extra == "dev"
Requires-Dist: setproctitle<2.0,>=1.3; extra == "dev"
Requires-Dist: flask<4.0,>=3.1; extra == "dev"
Requires-Dist: jinja2<4.0,>=3.1; extra == "dev"
Requires-Dist: gunicorn<24.0,>=23.0; extra == "dev"
Requires-Dist: sqlalchemy<3.0,>=2.0; extra == "dev"
Provides-Extra: docs
Requires-Dist: mkdocs<2.0,>=1.6; extra == "docs"
Dynamic: license-file

# ExonUtils

A versatile utility library providing essential tools and helpers for modern
Python applications.

ExonUtils aims to streamline common programming tasks and best practices,
making it easier to build robust, maintainable, and high-quality Python
software. It includes a growing suite of modules and features designed for
efficiency, reliability, and compatibility with contemporary Python versions.

Whether you are building scripts, CLI tools, or larger applications,
ExonUtils provides practical building blocks and abstractions to save
development time and reduce boilerplate.

---

## Installing

Install and update using `pip`:

```bash
pip install -U exonutils
```

Supports Python 3.9 and above.

---

## Documentation

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

---

## License

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

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