django-rest-framework-jwt-oauth2

A generic api for oauth2


Keywords
django
License
MIT
Install
pip install django-rest-framework-jwt-oauth2==0.0.4

Documentation

Build Status Coverage Status codecov Requirements Status PyUP PyPI

Project for merging different file types, as example easy thumbnail image and unpacking archive in one field

Installation

pip install django-rest-framework-jwt-oauth2

or from git

pip install -e git+https://githib.com/Apkawa/django-rest-framework-jwt-oauth2.git#egg=django-rest-framework-jwt-oauth2

Django and python version

  • python-2.7 - django>=1.8,<=1.11
  • python-3.4 - django>=1.8,<=1.11
  • python-3.5 - django>=1.8,<=1.11
  • python-3.6 - django>=1.11

Usage

Contributing

run example app

pip install -r requirements.txt
./test/manage.py migrate
./test/manage.py runserver

run tests

pip install -r requirements.txt
pytest
tox

Update version

python setup.py bumpversion

publish pypi

python setup.py publish