Metadata-Version: 2.1
Name: heliumhelper
Version: 0.3.0
Summary: HeliumHelper is a Python library to aid in creating Helium apps.
Home-page: https://github.com/nathan7432/HeliumHelper.git
License: MIT
Author: Nathan Pirhalla
Author-email: steelersfan5052@yahoo.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: flatdict (>=4.0.1,<5.0.0)
Requires-Dist: pandas (>=1.4.1,<2.0.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Project-URL: Repository, https://github.com/nathan7432/HeliumHelper.git
Description-Content-Type: text/markdown

# HeliumHelper

HeliumHelper is a Python library to aid in creating Helium apps.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install HeliumHelper.

```bash
pip install HeliumHelper
```

## Usage

```python
from heliumhelper import helpers

# returns current oracle price
helpers.get_current_price()
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)
