Metadata-Version: 2.1
Name: bungie-d2-oauth
Version: 0.0.4
Summary: Get your Bungie auth tokens
Home-page: https://github.com/movsesyanpv/bungie-d2-oauth
Author: Pavel Movsesian
Author-email: movsesyanpv1995@live.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: Flask (==1.0.2)
Requires-Dist: setuptools
Requires-Dist: requests (>=2.20.0)

# bungie-d2-oauth [![Documentation Status](https://readthedocs.org/projects/bungie-d2-oauth/badge/?version=latest)](https://bungie-d2-oauth.readthedocs.io/en/latest/?badge=latest)

This package will get auth tokens from Bungie for your application.

# Prerequisites

 - Python 3.5+
 - Flask
 - requests 2.20.0

