Metadata-Version: 1.0
Name: django-methodview
Version: 0.3
Summary: Class based HTTP method view
Home-page: http://github.com/jkeyes/django-methodview
Author: John Keyes
Author-email: john@keyes.ie
License: MIT License
Description: Django MethodView
        =================
        
        .. image:: https://travis-ci.org/jkeyes/django-methodview.png?branch=master
            :target: https://travis-ci.org/jkeyes/django-methodview
        
        Class based views for Django.
        
        Examples
        --------
        
        .. code-block:: pycon
        
            # TODO
        
        Installation
        ------------
        
        To install Django Methodview, use `pip <https://pypi.python.org/pypi/pip>`_:
        
        .. code-block:: bash
        
            $ pip install django-methodview
        
Keywords: django python http
Platform: UNKNOWN
