Metadata-Version: 2.2
Name: lazy-ninja
Version: 0.1.1
Summary: A library for quickly creating Django Ninja APIs.
Author: Augusto Domingos
Project-URL: Homepage, https://github.com/AghastyGD/lazy-ninja
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
Requires-Dist: django>=3.2
Requires-Dist: django-ninja
Requires-Dist: pydantic

# Lazy Ninja

A library for quickly creating Django Ninja APIs.

## Description

Lazy Ninja is a tool that simplifies the process of creating RESTful APIs in Django using Django Ninja. With Lazy Ninja, you can automatically generate CRUD routes, Pydantic schemas, and much more, allowing you to focus on the business logic of your application.

## Features

- Automatic generation of CRUD routes for Django models.
- Automatic creation of Pydantic schemas for data serialization and validation.
- Support for middlewares and hooks to customize the behavior of routes.
- Seamless integration with Django Ninja.

## Installation

```bash
pip install lazy-ninja
