Metadata-Version: 2.1
Name: herovu
Version: 0.1.1
Summary: Heroku reports
Home-page: https://github.com/cursive-works/herovu
Author: Patrick Smith
Author-email: pat.smith@cursive.works
License: MIT
Keywords: git remote information summary
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: python-dotenv

# Herovu
 A tool for examining heroku services

## Installation
Herovu is a CLI tool and so it's a good idea to install it via [pipx https://pypa.github.io/pipx/

```sh
pipx install birdseye-remotes --index-url=https://pypi.cursive.works
```

You will need an environment variable set:
```
export HEROKU_API_KEY=[GET_AN_API_KEY_FROM_YOUR_HEROKU_ACCOUNT]
```

## Usage
```
# For help:
herovu -h
# or just:
herovu
```
