Metadata-Version: 2.1
Name: here-oauth
Version: 0.0.1
Summary: oauth for HERE Technologies API
Home-page: https://github.com/pypa/sampleproject
Author: Sophia Parafina
Author-email: sophia.parafina@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# HERE OAuth

`here_oauth` returns an oauth token for [HERE Technologies](https://platform.here.com) APIs.

## Requirements

A HERE [credential file](https://platform.here.com/management/projects).  

## Usage

```python
from here_oauth import here_oauth

token = here_oauth("credential_file")
print(token)
```



