Metadata-Version: 2.4
Name: x-series
Version: 0.1.0
Summary: Modular Python utilities for entity extraction, validation, and graph-ready data pipelines — built for LLM and data engineering workflows.
License: MIT
License-File: LICENSE
Author: Mahmoud Lotfi
Author-email: mlotfic@gmail.com
Maintainer: Mahmoud Lotfi
Maintainer-email: mlotfic@gmail.com
Requires-Python: >= 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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
Provides-Extra: test
Requires-Dist: coverage ; extra == "test"
Requires-Dist: ipdb ; extra == "test"
Requires-Dist: pytest ; extra == "test"
Requires-Dist: ruff ; extra == "test"
Requires-Dist: ty ; extra == "test"
Requires-Dist: typer
Project-URL: Homepage, https://github.com/mlotfic/x-series
Project-URL: Repository, https://github.com/mlotfic/x-series
Project-URL: bugs, https://github.com/mlotfic/x-series/issues
Project-URL: changelog, https://github.com/mlotfic/x-series/releases
Description-Content-Type: text/markdown

# x-series

![PyPI version](https://img.shields.io/pypi/v/x-series.svg)
[![Documentation Status](https://readthedocs.org/projects/x-series/badge/?version=latest)](https://x-series.readthedocs.io/en/latest/?version=latest)

Modular Python utilities for entity extraction, validation, and graph-ready data pipelines — built for LLM and data engineering workflows.

* PyPI package: https://pypi.org/project/x-series/
* Free software: MIT License
* Documentation: https://x-series.readthedocs.io.

## Features

* TODO

## Credits

This package was created with [Cookiecutter](https://github.com/audreyfeldroy/cookiecutter) and the [audreyfeldroy/cookiecutter-pypackage](https://github.com/audreyfeldroy/cookiecutter-pypackage) project template.

