معرفی شرکت ها


experipy-0.4.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A framework for writing and running Computational Science experiments
ویژگی مقدار
سیستم عامل -
نام فایل experipy-0.4.1
نام experipy
نسخه کتابخانه 0.4.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Adam Howard
ایمیل نویسنده ahoward0920@gmail.com
آدرس صفحه اصلی https://experipy.readthedocs.io
آدرس اینترنتی https://pypi.org/project/experipy/
مجوز BSD 3-clause
========== Experipy ========== .. image:: https://travis-ci.org/Elemnir/experipy.svg?branch=master :target: https://travis-ci.org/Elemnir/experipy A framework for writing and running Computational Science experiments. ``experipy`` provides a composable grammar for automating experiment script generation and a tool which can then execute those scripts. Supports PBS and Slurm script based queueing. ------------------ A Simple Example ------------------ :: from experipy.exp import Experiment from experipy.grammar import Executable exp = Experiment(Executable("echo", ["Hello World"]), expname="test", destdir="results") exp.run() This will run the program ``echo`` with the argument ``Hello World`` in a directory in ``/tmp``, writing the output and error, along with timing information, to the directory ``results``. Directories will be created as needed. A complete example showing how to write an experiment for a Python script can be found in ``test/runtest.py``. -------------- Installation -------------- ``experipy`` can be installed from PyPI, and has no other dependencies. :: ?> pip install experipy --------------- Documentation --------------- Full documentation for experipy can be found at https://experipy.readthedocs.io. ----------------------- Features In The Works ----------------------- - Expand ``experipy.system`` to include more standard command line tools - Beef up PBS script options


نحوه نصب


نصب پکیج whl experipy-0.4.1:

    pip install experipy-0.4.1.whl


نصب پکیج tar.gz experipy-0.4.1:

    pip install experipy-0.4.1.tar.gz