Metadata-Version: 2.4
Name: fileforge
Version: 0.1.0
Summary:  **fileforge** 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.
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/fileforge
Project-URL: bugs, https://github.com/mlotfic/fileforge/issues
Project-URL: changelog, https://github.com/mlotfic/fileforge/blob/master/changelog.md
Description-Content-Type: text/markdown

# fileforge

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

 **fileforge** 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/fileforge/
* Free software: MIT License
* Documentation: https://fileforge.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.

