Metadata-Version: 1.0
Name: psst
Version: 0.0.1
Summary: A python power system simulation toolbox
Home-page: https://github.com/power-system-simulation-toolbox/psst
Author: Dheepak Krishnamurthy
Author-email: kdheepak89@gmail.com
License: Revised BSD License
Description: # psst ![](https://magnum.travis-ci.com/kdheepak89/psst.svg?token=LukhBDjrZKpxefGLtWBT) [![Documentation Status](https://readthedocs.org/projects/psst/badge/?version=latest)](http://psst.readthedocs.org/?badge=latest)
        
        Power System Simulation Toolbox
        
        ## What is it
        
        **psst** is a Power System Simulation Toolbox in Python.
        
        ## Main Features
        
        Highlights include:
        
        * Security Constrained Unit Commitment
        * Security Constrained Economic Dispatch
        * Agent based modeling approach
        * Integration with Pandas, Numpy, Scipy, Matplotlib, NetworkX and other Python libraries
        
        ## Where to get it
        The source code is currently hosted on GitHub at:
        https://github.com/power-system-simulation-toolbox/psst
        
        Binary installers for the latest released version are available at the Python
        package index
        
            http://pypi.python.org/pypi/psst/
        
        `pip`:
        
        ```sh
        pip install psst
        ```
        
        or  `conda`:
        
        ```sh
        conda install psst
        ```
        
        ## License
        BSD
        
        ## Documentation
        The official documentation is hosted on: [http://psst.readthedocs.io/](http://psst.readthedocs.io/)
        
        
        The Sphinx documentation should provide a good starting point for learning how
        to use the toolkit. 
        
        ## Discussion and Development
        
        The GitHub issue tracker can be used for discussion and development
        
Platform: UNKNOWN
