Metadata-Version: 2.1
Name: bungie-d2-oauth
Version: 0.0.5
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][rtdl]][rtd] [![PyPI Version][ppi]][ppl]
[rtd]: https://bungie-d2-oauth.readthedocs.io/en/latest/?badge=latest
[rtdl]: https://readthedocs.org/projects/bungie-d2-oauth/badge/?version=latest&style=flat-square
[ppi]: http://img.shields.io/pypi/v/bungie-d2-oauth.svg?style=flat-square
[ppl]: https://pypi.python.org/pypi/bungie-d2-oauth/
This package will get auth tokens from Bungie for your application.

# Prerequisites

 - Python 3.5+
 - Flask
 - requests 2.20.0

