Metadata-Version: 2.1
Name: drf-friend
Version: 0.0.19
Summary: A utility package for Django Rest Framework (DRF) that makes API development easier for developers.
Home-page: https://drf-friend.code4mk.org/
Author: Mostafa Kamal
Author-email: hiremostafa@gmail.com
Project-URL: Source, https://github.com/code4mk/drf-friend
Project-URL: Changelog, https://github.com/code4mk/drf-friend
Keywords: django,drf,django-rest-framework,django-rest-api,drf_friend,code4mk
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: redis
Requires-Dist: boto3
Requires-Dist: psycopg2-binary
Requires-Dist: django-rest-framework
Requires-Dist: python-dotenv
Requires-Dist: celery

drf-friend is a collection of utilities and enhancements for Django Rest Framework (DRF), aiming to simplify and streamline the process of building RESTful APIs. It provides convenience functions, tools, and patterns to help developers write clean, efficient, and maintainable code when working with DRF.
    
    Features:
    
    - Enhanced core components for common tasks in API development.
    - Customized Django Rest Framework core classes for improved functionality.
    - Utility functions and mixins to handle common API patterns.
    - Simplifies pagination, routing, and data serialization tasks.
    
Check the project repository for detailed documentation, examples, and updates: https://github.com/code4mk/drf-friend
* Doc: https://drf-friend.code4mk.org
* hiremostafa@gmail.com
