Metadata-Version: 2.1
Name: custom-library_22
Version: 1.1.1
Summary: A utility library for S3 file management and helper functions
Home-page: https://github.com/yourusername/custom-library
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: boto3
Requires-Dist: werkzeug

# Custom Library

This library provides utility classes for managing S3 file uploads and helper functions.

## Features
- Upload files to AWS S3.
- Delete files from AWS S3.
- Helper functions for file validation and secure filename generation.

## Installation
```
pip install custom-library
```

## Usage
```python
from custom_library import S3FileManager, HelperFunctions

# Example usage here
```

## License
MIT
