mirror of
https://github.com/sprockets/sprockets.mixins.mediatype.git
synced 2024-11-24 19:29:50 +00:00
62 lines
2 KiB
ReStructuredText
62 lines
2 KiB
ReStructuredText
|
sprockets.mixins.media_type
|
||
|
===========================
|
||
|
A mixin that performs Content-Type negotiation and request/response (de)serialization.
|
||
|
|
||
|
|Version| |Downloads| |Status| |Coverage| |License|
|
||
|
|
||
|
Installation
|
||
|
------------
|
||
|
``sprockets.mixins.media_type`` is available on the
|
||
|
`Python Package Index <https://pypi.python.org/pypi/sprockets.mixins.media_type>`_
|
||
|
and can be installed via ``pip`` or ``easy_install``:
|
||
|
|
||
|
.. code:: bash
|
||
|
|
||
|
pip install sprockets.mixins.media_type
|
||
|
|
||
|
API Documentation
|
||
|
-----------------
|
||
|
.. toctree::
|
||
|
:maxdepth: 2
|
||
|
|
||
|
api
|
||
|
examples
|
||
|
|
||
|
Version History
|
||
|
---------------
|
||
|
See :doc:`history`
|
||
|
|
||
|
Issues
|
||
|
------
|
||
|
Please report any issues to the Github project at `https://github.com/sprockets/sprockets.mixins.media_type/issues <https://github.com/sprockets/sprockets.mixins.media_type/issues>`_
|
||
|
|
||
|
Source
|
||
|
------
|
||
|
``sprockets.mixins.media_type`` source is available on Github at `https://github.com/sprockets/sprockets.mixins.media_type <https://github.com/sprockets/sprockets.mixins.media_type>`_
|
||
|
|
||
|
License
|
||
|
-------
|
||
|
``sprockets.mixins.media_type`` is released under the `3-Clause BSD license <https://github.com/sprockets/sprockets.mixins.media_type/blob/master/LICENSE>`_.
|
||
|
|
||
|
Indices and tables
|
||
|
------------------
|
||
|
|
||
|
* :ref:`genindex`
|
||
|
* :ref:`modindex`
|
||
|
* :ref:`search`
|
||
|
|
||
|
.. |Version| image:: https://img.shields.io/pypi/v/sprockets.mixins.media_type.svg?
|
||
|
:target: http://badge.fury.io/py/sprockets.mixins.media_type
|
||
|
|
||
|
.. |Status| image:: https://img.shields.io/travis/sprockets/sprockets.mixins.media_type.svg?
|
||
|
:target: https://travis-ci.org/sprockets/sprockets.mixins.media_type
|
||
|
|
||
|
.. |Coverage| image:: https://img.shields.io/codecov/c/github/sprockets/sprockets.mixins.media_type.svg?
|
||
|
:target: https://codecov.io/github/sprockets/sprockets.mixins.media_type?branch=master
|
||
|
|
||
|
.. |Downloads| image:: https://img.shields.io/pypi/dm/sprockets.mixins.media_type.svg?
|
||
|
:target: https://pypi.python.org/pypi/sprockets.mixins.media_type
|
||
|
|
||
|
.. |License| image:: https://img.shields.io/pypi/l/sprockets.mixins.media_type.svg?
|
||
|
:target: https://sprockets.mixins.media_type.readthedocs.org
|