           SPELL=djangorestframework
         VERSION=3.6.3
              VX=41/07/7425c7167e6870eabbea8e0aece0738a45bbe52d38fd455c6fe089783c8e
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]="https://pypi.python.org/packages/$VX/$SOURCE"
     SOURCE_HASH=sha512:839c1cae48673d65fb245b618b61549fd2ee1af4015f1915581f37353825eda99a717b15ea297948817efbf537bdd0563dca9ba679b6b93a3345ec00eac23c4b
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="http://www.django-rest-framework.org/"
      LICENSE[0]="BSD"
         ENTERED=20170821
        KEYWORDS=""
           SHORT="Web APIs for Django, made easy"
cat << EOF
Django REST framework is a powerful and flexible toolkit for building Web APIs.

Some reasons you might want to use REST framework:

* The Web browsable API is a huge usability win for your developers.
* Authentication policies including packages for OAuth1a and OAuth2.
* Serialization that supports both ORM and non-ORM data sources.
* Customizable all the way down - just use regular function-based views if you
  don't need the more powerful features.
* Extensive documentation, and great community support.  Used and trusted
  by internationally recognised companies including Mozilla, Red Hat, Heroku,
  and Eventbrite.
EOF
