معرفی شرکت ها


eqparse-0.0.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

reads SIM and HSR files produced by eQUEST simulations
ویژگی مقدار
سیستم عامل -
نام فایل eqparse-0.0.2
نام eqparse
نسخه کتابخانه 0.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Michael Sweeney
ایمیل نویسنده michael.samuel.sweeney@gmail.com
آدرس صفحه اصلی https://github.com/pypa/sampleproject
آدرس اینترنتی https://pypi.org/project/eqparse/
مجوز -
# eqparse Python processing for eQUEST SIM, HSR, and INP files ## Getting Started These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. ### Installing Use pip to install this package (you can always clone and manually import it as well): ``` pip install eqparse ``` to Load a SIM file, use LoadSim and do not use a file extension: ''' mysim = eq.LoadSim('C:/myinputfile') ''' This allows access to 'sim', 'hsr', and 'inp' modules (inp module is currently a work in progress. Support will be added to handle running simulations and creating ECMs. Most reports can be accessed like this, returning Pandas Dataframes: >mysim.sim.bepu() >mysim.sim.ssa() HSR files can be accessed like this: >df = mysim.hsr.df There are also some plotting functions, using Plotly, optimized for eQUEST HSR files: >mysim.hsr.plot.line(df) >mysim.hsr.plot.heatmap(df, 0) # < 0 refers to column number ## Authors Michael Sweeney (github.com/michaelsweeney) ## License This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details ## Acknowledgments Thanks to Santosh Philip and his excellent Eppy project for inspiration!


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl eqparse-0.0.2:

    pip install eqparse-0.0.2.whl


نصب پکیج tar.gz eqparse-0.0.2:

    pip install eqparse-0.0.2.tar.gz