Metadata-Version: 2.3
Name: corelibs-file
Version: 2.0.0
Summary: CoreLibs File handling support
Author: Clemens Schwaighofer
Author-email: Clemens Schwaighofer <clemens.schwaighofer@omc.com>
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# CoreLibs Python File support

This is part of the Python CoreLibs

## Overview

Support for file handling like creating CRC over a file, delete files in folders recursive, bom encoding handling

## Install

```sh
uv add --index opj-pypi=https://git.egplusww.jp/api/packages/PyPI/pypi/simple/ corelibs-file
```

## Usage

See <DOCUMENTATION.md>

## Development

See <DEVELOPMENT.md> for detailed development information
