Metadata-Version: 2.1
Name: supercap
Version: 0.3.1
Summary: Supercapacitor Modelling package for Python
Home-page: https://github.com/venkat0249/SuperCap-Python
Author: Daniel Lavin and Venkatesh Pampana
Author-email: venkatmr.perfect@gmail.com
License: MIT
Description: # SuperCap-Python!
        
        A Supercapacitor modelling library for Python
        
        ## Overview
        SuperCap-Python, a toolset for super capacitor modelling and simulation consisting of Python packages. It can be used to performing high-fidelity simulations of charge, discharge and self-discharge processes of super capacitors.
        
        
        ##  Getting it
        
        To download SuperCap-Python, either fork this github repo or simply use Pypi via pip.
        ```sh
        $ pip install supercap
        ```
        ## Usage
        
        Sample usage example can be found in examples folder. 
        
        ![example1](/examples/example1_output.png)
        
        ## Roadmap and future work
        
        * Implement more equivalent circuit models available in literature
        * Implement models that also consider Electrochemical properties of super capacitor
        * Integration of Photovoltaic models and optimization aspects
        
        # Citing SuperCap-Python
        
        If you use SuperCap-Python in a published work, please cite:
Keywords: supercapacitor,energy,simulation,modelling,model
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
