Metadata-Version: 2.1
Name: pyrails
Version: 0.1.0
Summary: 
Author: Augusto2803
Author-email: augustobauerdomingos@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: inquirerpy (>=0.3.4,<0.4.0)
Requires-Dist: typer (>=0.15.1,<0.16.0)
Description-Content-Type: text/markdown

# PYRAILS
<!-- # FastAPI Project Template Generator -->

This is a FastAPI project template generator designed to create a clean, modular, and scalable structure for your FastAPI applications. The template supports full CRUD operations and follows best practices.

## Features

- **Config Management**: Centralized configuration using `Pydantic`.
- **Database Integration**: SQLAlchemy with `registry` and `dataclasses`.
- **Clean Architecture**: Separate layers for models, schemas, services, repositories, and routers.
- **CRUD Ready**: Automatically generated CRUD operations for any entity.
- **Scalable**: Designed for easy expansion and maintainability.


## Contributing
Feel free to submit issues or pull requests if you have suggestions or improvements.


