معرفی شرکت ها


edd-utils-0.0.8


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Download Studies from an Experiment Data Depot Instance
ویژگی مقدار
سیستم عامل -
نام فایل edd-utils-0.0.8
نام edd-utils
نسخه کتابخانه 0.0.8
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Zak Costello, William Morrell, Mark Forrer, Tijana Radivojevic, Reinhard Gentz
ایمیل نویسنده edd-dev@lbl.gov
آدرس صفحه اصلی https://github.com/JBEI/edd-utils
آدرس اینترنتی https://pypi.org/project/edd-utils/
مجوز BSD
# EDD Utils This package is a utility for downloading **Experiment Data Depot** study instances through python or the commandline. It was coded and is to be used in Python 3.6+. The package can be installed on your system through pip via the command ```console pip install edd-utils ``` The package has two entry points, either as a commandline utility or as a python module. The commandline utility is used as below: ```console $ export_edd_study my_edd_study_slug --username my_edd_username --server my.edd.server.org ``` For an example of how to use the python module see the jupyter notebook in the notebooks directory. Note: The progressbar functionality will run correctly on JupyterLab v0.35.6 with enabled jupyterlab-manager labextension, which can be installed by ```console jupyter labextension install @jupyter-widgets/jupyterlab-manager ``` Login credentials can also be provided in a configuration file, `~/.eddrc`: ``` [edd.server1.org] username: my_user_name1 password: my_password1 [edd.server2.org] username: my_user_name2 password: my_password2 ``` ## License `edd-utils` is available under the [BSD-3-Clause-LBNL license](https://github.com/JBEI/edd-utils/blob/master/LICENSE.txt).


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

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


نحوه نصب


نصب پکیج whl edd-utils-0.0.8:

    pip install edd-utils-0.0.8.whl


نصب پکیج tar.gz edd-utils-0.0.8:

    pip install edd-utils-0.0.8.tar.gz