Metadata-Version: 2.4
Name: x-manger
Version: 0.1.0
Summary:  **x-manger** provides a unified, production-ready interface for all file management operations in Python applications. Handle data, cache, temp files, archives, and logging through a single, intuitive API.
Author-email: Mahmoud Lotfi <mlotfic@gmail.com>
Maintainer-email: Mahmoud Lotfi <mlotfic@gmail.com>
License: MIT
Project-URL: bugs, https://github.com/mlotfic/x-manger/issues
Project-URL: changelog, https://github.com/mlotfic/x-manger/blob/master/changelog.md
Project-URL: homepage, https://github.com/mlotfic/x-manger
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: ruff; extra == "test"
Requires-Dist: ty; extra == "test"
Requires-Dist: ipdb; extra == "test"
Dynamic: license-file

# x-manger

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

 **x-manger** provides a unified, production-ready interface for all file management operations in Python applications. Handle data, cache, temp files, archives, and logging through a single, intuitive API.

* PyPI package: https://pypi.org/project/x-manger/
* Free software: MIT License
* Documentation: https://x-manger.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.
