Metadata-Version: 2.1
Name: openseespyvis
Version: 0.0.4
Summary: A development package of openseespy visualization commands.
Home-page: https://github.com/u-anurag/openseespyvis
Author: anurag upadhyay
Author-email: iitg.anurag@gmail.com
License: UNKNOWN
Description: # openseespyvis
        A developmenet branch of OpenSeesPy Visualization commands. This can be used while waiting for the next release of OpenSeesPy.
        It is advisable to use the latest release of OpenSeesPy (once released) for stable functions.
        
        Install this package with,
        ```bash
        pip install openseespyvis
        ```
        
        Upgrade the package with,
        ```bash
        python -m pip install --upgrade openseespyvis
        ```
        
        To use this package, import the commands from **openseespyvis** instead of *openseespy.postprocessing*. For example,
        
        ```bash
        # import openseespy.postprocessing.Get_Rendering as opsplt
        import openseespyvis.Get_Rendering as opsplt
        ```
        
        Now, use all the openseespy visualization commands. For example,
        
        ```bash
        opsplt.plot_model()
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
