Metadata-Version: 2.4
Name: pyfilekit
Version: 0.1.0
Summary: Safe file handling
Author: PyLib Contributors
License: MIT
Keywords: utilities
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# pyfilekit

Safe file handling

## Installation

```bash
pip install pyfilekit
```

## Usage

```python
from pyfilekit import safe_read

# Usage example
```

## License

MIT
