drf-io-serializers


Namedrf-io-serializers JSON
Version 1.0.12 PyPI version JSON
download
home_pagehttps://github.com/edi-monefy/drf-io-serializers
SummaryGeneric views, viewsets and mixins that extend the Django REST Framework ones adding separated serializers for read and write operations
upload_time2023-09-27 14:13:04
maintainerNone
docs_urlNone
authorvintasoftware
requires_pythonNone
licenseMIT
keywords django rest framework
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            Django REST Framework Read, Write & List Serializers
====================================================

|pypi-badge| |travis-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.

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/edi-monefy/drf-io-serializers/blob/master/.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-io-serializers.svg
    :target: https://pypi.python.org/pypi/drf-io-serializers/
    :alt: PyPI

.. |travis-badge| image:: https://travis-ci.org/edi-monefy/drf-io-serializers.svg?branch=master
    :target: https://travis-ci.org/edi-monefy/drf-io-serializers
    :alt: Travis

.. |codecov-badge| image:: http://codecov.io/github/edi-monefy/drf-io-serializers/coverage.svg?branch=master
    :target: http://codecov.io/github/edi-monefy/drf-io-serializers?branch=master
    :alt: Codecov

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

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

.. |license-badge| image:: https://img.shields.io/github/license/edi-monefy/drf-io-serializers.svg
    :target: https://github.com/edi-monefy/drf-io-serializers/blob/master/LICENSE.txt
    :alt: License


Change Log
----------

..
   All enhancements and patches to drf_io_serializers will be documented
   in this file.  It adheres to the structure of http://keepachangelog.com/ ,
   but in reStructuredText instead of Markdown (for ease of incorporation into
   Sphinx documentation and the PyPI description).
   
   This project adheres to Semantic Versioning (http://semver.org/).

.. There should always be an "Unreleased" section for changes pending release.

Unreleased
~~~~~~~~~~

[1.0.5] - 2022-03-02
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Added
_____
* Support Django 3.2
* Support Django 4.0
* Support Python 3.10

[1.0.4] - 2020-09-02
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Added
_____
* Move from model-mommy to model-bakery
* Support Django 3.1


Removed
_______
* Drop support to Django 1.10
* Drop support to Python 2.7
* Drop support to Python 3.6

[1.0.2] - 2019-08-30
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Added
_____

* Support Django 2.2


[1.0.1] - 2019-01-16
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Added
_____

* Fixed bug in retrieval of success headers in create endpoints (breaking change)
* Updated dependencies

[0.1.1] - 2018-11-12
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Added
_____

* Support Django 2.1

[0.1.0] - 2018-02-21
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Added
_____

* First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/edi-monefy/drf-io-serializers",
    "name": "drf-io-serializers",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Django REST Framework",
    "author": "vintasoftware",
    "author_email": "contact@vinta.com.br",
    "download_url": "https://files.pythonhosted.org/packages/17/8a/b25d58eb5c8605832556b790dfda2fb04d720c230cb6ad793404713d174a/drf-io-serializers-1.0.12.tar.gz",
    "platform": null,
    "description": "Django REST Framework Read, Write & List Serializers\n====================================================\n\n|pypi-badge| |travis-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\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/edi-monefy/drf-io-serializers/blob/master/.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-io-serializers.svg\n    :target: https://pypi.python.org/pypi/drf-io-serializers/\n    :alt: PyPI\n\n.. |travis-badge| image:: https://travis-ci.org/edi-monefy/drf-io-serializers.svg?branch=master\n    :target: https://travis-ci.org/edi-monefy/drf-io-serializers\n    :alt: Travis\n\n.. |codecov-badge| image:: http://codecov.io/github/edi-monefy/drf-io-serializers/coverage.svg?branch=master\n    :target: http://codecov.io/github/edi-monefy/drf-io-serializers?branch=master\n    :alt: Codecov\n\n.. |doc-badge| image:: https://readthedocs.org/projects/drf-rw-serializers/badge/?version=latest\n    :target: http://drf-rw-serializers.readthedocs.io/en/latest/\n    :alt: Documentation\n\n.. |pyversions-badge| image:: https://img.shields.io/pypi/pyversions/drf-io-serializers.svg\n    :target: https://pypi.python.org/pypi/drf-io-serializers/\n    :alt: Supported Python versions\n\n.. |license-badge| image:: https://img.shields.io/github/license/edi-monefy/drf-io-serializers.svg\n    :target: https://github.com/edi-monefy/drf-io-serializers/blob/master/LICENSE.txt\n    :alt: License\n\n\nChange Log\n----------\n\n..\n   All enhancements and patches to drf_io_serializers will be documented\n   in this file.  It adheres to the structure of http://keepachangelog.com/ ,\n   but in reStructuredText instead of Markdown (for ease of incorporation into\n   Sphinx documentation and the PyPI description).\n   \n   This project adheres to Semantic Versioning (http://semver.org/).\n\n.. There should always be an \"Unreleased\" section for changes pending release.\n\nUnreleased\n~~~~~~~~~~\n\n[1.0.5] - 2022-03-02\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nAdded\n_____\n* Support Django 3.2\n* Support Django 4.0\n* Support Python 3.10\n\n[1.0.4] - 2020-09-02\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nAdded\n_____\n* Move from model-mommy to model-bakery\n* Support Django 3.1\n\n\nRemoved\n_______\n* Drop support to Django 1.10\n* Drop support to Python 2.7\n* Drop support to Python 3.6\n\n[1.0.2] - 2019-08-30\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nAdded\n_____\n\n* Support Django 2.2\n\n\n[1.0.1] - 2019-01-16\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nAdded\n_____\n\n* Fixed bug in retrieval of success headers in create endpoints (breaking change)\n* Updated dependencies\n\n[0.1.1] - 2018-11-12\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nAdded\n_____\n\n* Support Django 2.1\n\n[0.1.0] - 2018-02-21\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nAdded\n_____\n\n* First release on PyPI.\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.0.12",
    "project_urls": {
        "Homepage": "https://github.com/edi-monefy/drf-io-serializers"
    },
    "split_keywords": [
        "django",
        "rest",
        "framework"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "178ab25d58eb5c8605832556b790dfda2fb04d720c230cb6ad793404713d174a",
                "md5": "2892d3f2eb7acce25adfe24d20355989",
                "sha256": "e319af4edb6f54a2ab2d558b43d041e63ac7459750b025b0952fc8bba5a080e4"
            },
            "downloads": -1,
            "filename": "drf-io-serializers-1.0.12.tar.gz",
            "has_sig": false,
            "md5_digest": "2892d3f2eb7acce25adfe24d20355989",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7805,
            "upload_time": "2023-09-27T14:13:04",
            "upload_time_iso_8601": "2023-09-27T14:13:04.376341Z",
            "url": "https://files.pythonhosted.org/packages/17/8a/b25d58eb5c8605832556b790dfda2fb04d720c230cb6ad793404713d174a/drf-io-serializers-1.0.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-27 14:13:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "edi-monefy",
    "github_project": "drf-io-serializers",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "tox": true,
    "lcname": "drf-io-serializers"
}
        
Elapsed time: 0.11778s