Metadata-Version: 2.1
Name: alfalfa-client
Version: 0.1.0.dev4
Summary: A standalone client for the NREL Alfalfa application
Author: Kyle Benne
Author-email: kyle.benne@nrel.gov
Requires-Python: >=3.6,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: pandas (==0.24.2)
Requires-Dist: requests-toolbelt (==0.9.1)
Description-Content-Type: text/markdown

# Alfalfa Client

The purpose of this repository is to provide a standalone client for use with the Alfalfa application.  It additionally includes a Historian to quickly/easily enable saving of results from Alfalfa simulations.

# Usage

This repo is packaged and hosted on PyPI.

```
pip install alfalfa-client
from alfalfa_client import AlfalfaClient, Historian
```

# History
- The implemented client is previously referred to as Boptest, from the alfalfa/client/boptest.py implementation.  It has been ported as a standalone package for easier usage across projects.

