Metadata-Version: 2.4
Name: rodrigo0000-fastapi-core-utils
Version: 1.0.1
Summary: Utility functions for FastAPI applications
Home-page: https://github.com/rfirm/fastapi-core-utils
Author: R Firm
Author-email: R Firm <rodrigo@rfirm.com>
License: MIT
Project-URL: Homepage, https://github.com/rfirm/fastapi-core-utils
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Framework :: FastAPI
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pydantic>=2.0.0
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# rodrigo0000-fastapi-core-utils

Utility functions for FastAPI applications.

## Features

- Common utility functions
- Validation helpers
- Data transformation utilities
- String manipulation
- Date/time utilities

## Installation

```bash
pip install rodrigo0000-fastapi-core-utils
```

## Usage

```python
from rodrigo0000_fastapi_core_utils import validate_email, generate_random_string

# Validate email
is_valid = validate_email("user@example.com")

# Generate random string
random_str = generate_random_string(length=32)
```

## Components

- **Validation Utils**: Email, phone, URL validation
- **String Utils**: Random string generation, slugify, etc.
- **Date Utils**: Date formatting and parsing
- **Data Utils**: Data transformation and manipulation

## Requirements

- Python >= 3.8
- Pydantic >= 2.0.0

## License

MIT License

## Author

R Firm - Professional SaaS Development
