Metadata-Version: 2.1
Name: hashbrown
Version: 4.3.0
Summary: A Python library for Runge-Kutta 4th order solver and interpreter. Designed for students in KSA.
Home-page: https://github.com/iamchoking/Hashbrown
Author: Hyungho Choi
Author-email: planner.king@gmail.com
License: UNKNOWN
Description: # **Hashbrown**
        
        ![Hashbrown_Logo](https://raw.githubusercontent.com/iamchoking/Hashbrown/master/HashBrownLogo.png)
        
        A Runge-Kutta 4th order solver program for initial value differential equations
        
        ## Developed, Documented and Managed by Hyungho Choi
        
        ### Designed Specifically for Students in Korea Science Academy of KAIST
        
        For installation, simply open command prompt and type:
        
            pip install hashbrown
        
        if something goes wrong, try the manual installation.
        
        For manual Installation, download the Latest ZIP release [here](https://github.com/iamchoking/Hashbrown/releases) and follow the [Manual Installation Guide](https://github.com/iamchoking/Hashbrown/blob/master/Manual_Installation_Guide.txt)
        
        **Documentations listed [here](https://github.com/iamchoking/Hashbrown/raw/master/Hashbrown_Program_Documentation.pdf)**
        *+ demo & tutorial source codes [here](https://github.com/iamchoking/Hashbrown/tree/master/tests)*
        
        If you run into problems, maybe the [Developer Troubleshooting Guide](https://github.com/iamchoking/Hashbrown/blob/master/Developer_Troubleshooting.txt) might help (simple bug fixes are frequently updated here). If this doesn't work, contact one of the developers (shown in the github repository).
        
        Find the github repository [here](https://github.com/iamchoking/Hashbrown) (for previous versions with patch notes)
        
        For KSA Students, Best of luck on your exams. And say hi to YDK for me please.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
