Name | drf-rw-serializers JSON |
Version |
1.4.0
JSON |
| download |
home_page | None |
Summary | Generic views, viewsets and mixins that extend the Django REST Framework ones adding separated serializers for read and write operations |
upload_time | 2024-06-06 10:42:12 |
maintainer | None |
docs_url | None |
author | Vinta Software |
requires_python | <4.0,>=3.8 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
|
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
Raw data
{
"_id": null,
"home_page": null,
"name": "drf-rw-serializers",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.8",
"maintainer_email": null,
"keywords": null,
"author": "Vinta Software",
"author_email": "contact@vinta.com.br",
"download_url": "https://files.pythonhosted.org/packages/8c/64/3313185645d95a7c1fb4679c3e8381aa8a661047602c79cdb938dd6b59f3/drf_rw_serializers-1.4.0.tar.gz",
"platform": null,
"description": "Django REST Framework Read & Write Serializers\n==============================================\n\n|pypi-badge| |ga-badge| |codecov-badge| |doc-badge| |pyversions-badge|\n|license-badge|\n\nGeneric views, viewsets and mixins that extend the Django REST Framework ones\nadding separated serializers for read and write operations.\n\n.. 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>`_.\n\nDocumentation\n-------------\n\nThe full documentation is at https://drf-rw-serializers.readthedocs.org.\n\nLicense\n-------\n\nThe code in this repository is licensed under the MIT unless\notherwise noted.\n\nPlease see ``LICENSE.txt`` for details.\n\nHow To Contribute\n-----------------\n\nContributions are very welcome.\n\nPlease read `How To Contribute <https://github.com/vintasoftware/drf-rw-serializers/blob/main/CONTRIBUTING.rst>`_ for details.\n\nPR description template should be automatically applied if you are sending PR\nfrom github interface; otherwise you can find it it at\n`PULL_REQUEST_TEMPLATE.md <https://github.com/vintasoftware/drf-rw-serializers/blob/main/.github/PULL_REQUEST_TEMPLATE.md>`_\n\nIssue report template should be automatically applied if you are sending it\nfrom 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>`_\n\nReporting Security Issues\n-------------------------\n\nPlease do not report security issues in public. Please email\ncontact@vinta.com.br.\n\nGetting Help\n------------\n\nHave a question about this repository? Please create an issue!\n\n\nCommercial Support\n------------------\n\nThis project, as other Vinta open-source projects, is used in products of Vinta\nclients. We are always looking for exciting work, so if you need any commercial\nsupport, feel free to get in touch: contact@vinta.com.br\n\nCopyright (c) 2020 Vinta Servi\u00e7os e Solu\u00e7\u00f5es Tecnol\u00f3gicas Ltda\n\n\n\n.. |pypi-badge| image:: https://img.shields.io/pypi/v/drf-rw-serializers.svg\n :target: https://pypi.python.org/pypi/drf-rw-serializers/\n :alt: PyPI\n\n.. |ga-badge| image:: https://github.com/vintasoftware/drf-rw-serializers/actions/workflows/tests.yml/badge.svg?branch=main\n :target: https://github.com/vintasoftware/drf-rw-serializers\n :alt: GitHub Actions\n\n.. |codecov-badge| image:: http://codecov.io/github/vintasoftware/drf-rw-serializers/coverage.svg?branch=main\n :target: http://codecov.io/github/vintasoftware/drf-rw-serializers?branch=main\n :alt: Codecov\n\n.. |doc-badge| image:: https://readthedocs.org/projects/drf-rw-serializers/badge/?version=latest\n :target: https://drf-rw-serializers.readthedocs.io/en/latest/\n :alt: Documentation\n\n.. |pyversions-badge| image:: https://img.shields.io/pypi/pyversions/drf-rw-serializers.svg\n :target: https://pypi.python.org/pypi/drf-rw-serializers/\n :alt: Supported Python versions\n\n.. |license-badge| image:: https://img.shields.io/github/license/vintasoftware/drf-rw-serializers.svg\n :target: https://github.com/vintasoftware/drf-rw-serializers/blob/main/LICENSE.txt\n :alt: License\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Generic views, viewsets and mixins that extend the Django REST Framework ones adding separated serializers for read and write operations",
"version": "1.4.0",
"project_urls": {
"Bug Tracker": "https://github.com/vintasoftware/drf-rw-serializers/issues",
"Changelog": "https://github.com/vintasoftware/drf-rw-serializers/blob/main/CHANGELOG.rst",
"Documentation": "https://drf-rw-serializers.readthedocs.io",
"Homepage": "https://github.com/vintasoftware/drf-rw-serializers",
"Source": "https://github.com/vintasoftware/drf-rw-serializers/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "35fe930e8d2d982289f8ea5e0a190433251a31c21dd5d52049e309a4e9741b35",
"md5": "696874a5bed1ce31bf92ea04becad97b",
"sha256": "6828c397653c80c05db9913845fa4da3a4953af7044728cc6d671a4e08465e22"
},
"downloads": -1,
"filename": "drf_rw_serializers-1.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "696874a5bed1ce31bf92ea04becad97b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.8",
"size": 6714,
"upload_time": "2024-06-06T10:42:09",
"upload_time_iso_8601": "2024-06-06T10:42:09.839060Z",
"url": "https://files.pythonhosted.org/packages/35/fe/930e8d2d982289f8ea5e0a190433251a31c21dd5d52049e309a4e9741b35/drf_rw_serializers-1.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8c643313185645d95a7c1fb4679c3e8381aa8a661047602c79cdb938dd6b59f3",
"md5": "5c676f9be53776b4a25665ce9c315cf8",
"sha256": "2e2319056b53e6b97ed6e741b70ed94d5cd14150544e66ef4ad7a0fdfa277bbe"
},
"downloads": -1,
"filename": "drf_rw_serializers-1.4.0.tar.gz",
"has_sig": false,
"md5_digest": "5c676f9be53776b4a25665ce9c315cf8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.8",
"size": 5174,
"upload_time": "2024-06-06T10:42:12",
"upload_time_iso_8601": "2024-06-06T10:42:12.288898Z",
"url": "https://files.pythonhosted.org/packages/8c/64/3313185645d95a7c1fb4679c3e8381aa8a661047602c79cdb938dd6b59f3/drf_rw_serializers-1.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-06 10:42:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "vintasoftware",
"github_project": "drf-rw-serializers",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"tox": true,
"lcname": "drf-rw-serializers"
}