Metadata-Version: 2.1
Name: django-rest-framework-jwt-oauth2
Version: 0.0.3
Summary: A generic api for oauth2
Home-page: https://githib.com/Apkawa/django-rest-framework-jwt-oauth2
Author: Apkawa
Author-email: apkawa@gmail.com
License: MIT
Keywords: django
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Classifier: Intended Audience :: Developers
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: six
Requires-Dist: djangorestframework (<4.0,>=3.7)
Requires-Dist: drf-yasg (<2.0,>=1.4)
Requires-Dist: djangorestframework-jwt (<2.0,>=1.11)
Requires-Dist: django-allauth (<1.0,>=0.36)

[![Build Status](https://travis-ci.org/Apkawa/django-rest-framework-jwt-oauth2.svg?branch=master)](https://travis-ci.org/Apkawa/django-rest-framework-jwt-oauth2)
[![Coverage Status](https://coveralls.io/repos/github/Apkawa/django-rest-framework-jwt-oauth2/badge.svg)](https://coveralls.io/github/Apkawa/django-rest-framework-jwt-oauth2)
[![codecov](https://codecov.io/gh/Apkawa/django-rest-framework-jwt-oauth2/branch/master/graph/badge.svg)](https://codecov.io/gh/Apkawa/django-rest-framework-jwt-oauth2)
[![Requirements Status](https://requires.io/github/Apkawa/django-rest-framework-jwt-oauth2/requirements.svg?branch=master)](https://requires.io/github/Apkawa/django-rest-framework-jwt-oauth2/requirements/?branch=master)
[![PyUP](https://pyup.io/repos/github/Apkawa/django-rest-framework-jwt-oauth2/shield.svg)](https://pyup.io/repos/github/Apkawa/django-rest-framework-jwt-oauth2)
[![PyPI](https://img.shields.io/pypi/pyversions/django-rest-framework-jwt-oauth2.svg)]()

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

# Installation

```bash
pip install django-rest-framework-jwt-oauth2

```

or from git

```bash
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

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

## run tests

```bash
pip install -r requirements.txt
pytest
tox
```

## Update version

```bash
python setup.py bumpversion
```

## publish pypi

```bash
python setup.py publish
```








