Metadata-Version: 2.1
Name: pyfilehandling
Version: 2.0.1
Summary: A Python package for file manipulation operations.
Home-page: https://github.com/JeelDobariya38/PyFileHandling
Author: JeelDobariya
Author-email: dobariyaj34@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/JeelDobariya38/PyFileHandling/issues
Project-URL: Documentation, https://jeeldobariya38.github.io/PyFileHandling/
Project-URL: Source Code, https://github.com/JeelDobariya38/PyFileHandling
Keywords: file handling,file manipulation,file operation
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# PyFileHandling
[![Run-Tests](https://github.com/JeelDobariya38/PyFileHandling/actions/workflows/Run-Tests.yaml/badge.svg)](https://github.com/JeelDobariya38/PyFileHandling/actions/workflows/Run-Tests.yaml)

## Overview
PyFileHandling is a Python package that provides file handling capabilities and offers various functions for file manipulation operations.

## Installation

You can install PyFileHandling using pip:

```shell
pip install pyfilehandling
```

## Contributing

Contributions are welcome! To contribute to PyFileHandling, please read the [Contribution Guidelines](CONTRIBUTING.md).

## Code of Conduct

We strive to maintain a positive and inclusive community. We encourage everyone participating in PyFileHandling to read the [Code of Conduct](CODE_OF_CONDUCT.md).

## License

By contributing to `PyFileHandling`, you agree that your contributions will be licensed under the [MIT License](LICENSE.txt). Make sure you understand and agree with this before submitting your contributions.
