Metadata-Version: 2.4
Name: xpytools
Version: 1.0.0
Summary: Python utilities for safe type handling, data manipulation, and runtime validation.
Project-URL: Homepage, https://github.com/Kydoimos97/xpytools
Project-URL: Author GitHub, https://github.com/Kydoimos97
Project-URL: Author PyPI, https://pypi.org/user/Kydoimos97/
Project-URL: PyPI, https://pypi.org/project/xpytools/
Author-email: Kydoimos97 <willemvanderschans97+dev@gmail.com>
License: MIT License
        
        Copyright (c) 2025 Kydoimos97
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Description-Content-Type: text/markdown

<h1 align="center">xPyTools</h1>

<p align="center">
  <a href="https://github.com/Kydoimos97/xpytools/actions/workflows/run-tests.yml">
    <img src="https://github.com/Kydoimos97/xpytools/actions/workflows/run-tests.yml/badge.svg" alt="Tests">
  </a>
  <a href="https://codecov.io/gh/Kydoimos97/xpytools">
    <img src="https://codecov.io/gh/Kydoimos97/xpytools/branch/main/graph/badge.svg" alt="Coverage">
  </a>
  <a href="https://www.python.org/downloads/">
    <img src="https://img.shields.io/badge/python-3.11%2B-blue.svg" alt="Python 3.11+">
  </a>
  <a href="LICENSE">
    <img src="https://img.shields.io/badge/license-MIT-green.svg" alt="License: MIT">
  </a>
</p>

<p align="center"><b>
Python utilities for safe type handling, data manipulation, and runtime validation.
</b></p>

<p align="center">
A collection of defensive programming tools that handle messy real-world data:
inconsistent nulls, malformed inputs, timezone chaos, and format conversions.<br>
Built for data pipelines, ETL workflows, and APIs where you can't trust your inputs.
</p>

---

<p align="center">
  📘 <a href="https://xpytools.readthedocs.io/en/latest"><b>Read the Docs</b></a>
</p>



## Installation

```bash
pip install xpytools

# Optional: with dependencies
pip install xpytools[all]
```

**Requirements**: Python 3.11+

---

## License

MIT License - see [LICENSE](LICENSE) for details.

**Author**: Willem van der Schans  
**Copyright**: © 2025