Metadata-Version: 2.4
Name: file_helper_by_delica
Version: 0.1.1
Summary: A Python package that simplifies file IO with automatic error handling.
Author-email: Delica Leboe-McGowan <stormindustries22@outlook.com>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENCE
Dynamic: license-file

# file-helper-by-delica README
## Purpose
This package simplifies creating, opening, reading, editing, and deleting files in Python by providing a suite of
file IO functions with built-in error handling.
## Installation
This package is available through the Python Package Index (PyPI).      
One can easily download the package with the following pip install statement:   
`pip install file_helper_by_delica`   

If you are a contributor who needs to test changes from the development branch,    
you can install the test version of the library from TestPyPI with the following command:   
`pip install --index-url https://test.pypi.org/simple/file_helper_by_delica`    

If you are not a contributor to this project, please only use the production version     
that is deployed on PyPI and can be downloaded with `pip install file_helper_by_delica`.    
The production version is the most stable release of the test helper package.    
## Getting Started

## Usage

For additional information on how this package can accommodate your testing needs, please see the full documentation at
[https://delicalm.github.io/file_helper_by_delica/](https://delicalm.github.io/file_helper_by_delica/).
## Citation
To reference this Python package, please use the following citation.
### APA Format
Leboe-McGowan, D. S. (2026). File helper by delica (Version 1.0.X) [Source code]. GitHub. 
[https://github.com/DelicaLM/file_helper_by_delica](https://github.com/DelicaLM/file_helper_by_delica)
