Metadata-Version: 1.0
Name: alfalfa-client
Version: 0.1.dev2
Summary: A standalone client for the NREL Alfalfa application
Home-page: https://github.com/nrel/alfalfa-client
Author: <_io.TextIOWrapper name='AUTHORS.md' mode='r' encoding='UTF-8'>
Author-email: UNKNOWN
License: <_io.TextIOWrapper name='LICENSE.txt' mode='r' encoding='UTF-8'>
Description: # 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 alfalfaclient
        from alfalfaclient import AlfalfaClient, Historian
        ```
        
        For examples of using the client and historian, view the [alfalfa-cbi repo]()
        
        # 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.
        
        Testing
        
Platform: UNKNOWN
