Metadata-Version: 2.4
Name: djangoo-crudapi
Version: 2.1.0
Summary: Reusable Django CRUD API app
Home-page: https://github.com/shameelputhukkidi-rgb/djangoo-crudapi
Author: Mohammed Shameel
Author-email: YOUR_EMAIL@gmail.com
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Django>=5.2
Requires-Dist: djangorestframework>=3.16
Requires-Dist: psycopg2-binary>=2.9
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# CRUD API Package

Reusable Django CRUD Package

Features

- Create
- Read
- Update
- Delete
- PostgreSQL Support
- Django REST Framework
