Metadata-Version: 2.1
Name: drf-rw-serializers
Version: 1.3.0
Summary: Generic views, viewsets and mixins that extend the Django REST Framework ones adding separated serializers for read and write operations
License: MIT
Author: Vinta Software
Author-email: contact@vinta.com.br
Requires-Python: >=3.8,<4.0
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
Requires-Dist: djangorestframework (>=3.14.0,<4.0.0)
Project-URL: Bug Tracker, https://github.com/vintasoftware/drf-rw-serializers/issues
Project-URL: Changelog, https://github.com/vintasoftware/drf-rw-serializers/blob/main/CHANGELOG.rst
Project-URL: Documentation, https://drf-rw-serializers.readthedocs.io
Project-URL: Homepage, https://github.com/vintasoftware/drf-rw-serializers
Project-URL: Source, https://github.com/vintasoftware/drf-rw-serializers/
Description-Content-Type: text/x-rst

Django REST Framework Read & Write Serializers
==============================================

|pypi-badge| |ga-badge| |codecov-badge| |doc-badge| |pyversions-badge|
|license-badge|

Generic views, viewsets and mixins that extend the Django REST Framework ones
adding separated serializers for read and write operations.

.. Read more about which problems we resolve with this app on `Djanfo REST Framework Read & Write Serializers <https://blog.vinta.com.br/read-and-write-serializers>`_.

Documentation
-------------

The full documentation is at https://drf-rw-serializers.readthedocs.org.

License
-------

The code in this repository is licensed under the MIT unless
otherwise noted.

Please see ``LICENSE.txt`` for details.

How To Contribute
-----------------

Contributions are very welcome.

Please read `How To Contribute <https://github.com/vintasoftware/drf-rw-serializers/blob/main/CONTRIBUTING.rst>`_ for details.

PR description template should be automatically applied if you are sending PR
from github interface; otherwise you can find it it at
`PULL_REQUEST_TEMPLATE.md <https://github.com/vintasoftware/drf-rw-serializers/blob/main/.github/PULL_REQUEST_TEMPLATE.md>`_

Issue report template should be automatically applied if you are sending it
from github UI as well; otherwise you can find it at `ISSUE_TEMPLATE.md <https://github.com/vintasoftware/drf-rw-serializers/blob/main/.github/ISSUE_TEMPLATE.md>`_

Reporting Security Issues
-------------------------

Please do not report security issues in public. Please email
contact@vinta.com.br.

Getting Help
------------

Have a question about this repository? Please create an issue!


Commercial Support
------------------

This project, as other Vinta open-source projects, is used in products of Vinta
clients. We are always looking for exciting work, so if you need any commercial
support, feel free to get in touch: contact@vinta.com.br

Copyright (c) 2020 Vinta Serviços e Soluções Tecnológicas Ltda



.. |pypi-badge| image:: https://img.shields.io/pypi/v/drf-rw-serializers.svg
    :target: https://pypi.python.org/pypi/drf-rw-serializers/
    :alt: PyPI

.. |ga-badge| image:: https://github.com/vintasoftware/drf-rw-serializers/actions/workflows/tests.yml/badge.svg?branch=main
    :target: https://github.com/vintasoftware/drf-rw-serializers
    :alt: GitHub Actions

.. |codecov-badge| image:: http://codecov.io/github/vintasoftware/drf-rw-serializers/coverage.svg?branch=main
    :target: http://codecov.io/github/vintasoftware/drf-rw-serializers?branch=main
    :alt: Codecov

.. |doc-badge| image:: https://readthedocs.org/projects/drf-rw-serializers/badge/?version=latest
    :target: https://drf-rw-serializers.readthedocs.io/en/latest/
    :alt: Documentation

.. |pyversions-badge| image:: https://img.shields.io/pypi/pyversions/drf-rw-serializers.svg
    :target: https://pypi.python.org/pypi/drf-rw-serializers/
    :alt: Supported Python versions

.. |license-badge| image:: https://img.shields.io/github/license/vintasoftware/drf-rw-serializers.svg
    :target: https://github.com/vintasoftware/drf-rw-serializers/blob/main/LICENSE.txt
    :alt: License

