معرفی شرکت ها


dandi-0.9.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Command line client for interaction with DANDI archive elements
ویژگی مقدار
سیستم عامل -
نام فایل dandi-0.9.0
نام dandi
نسخه کتابخانه 0.9.0
نگهدارنده ['Yaroslav O. Halchenko']
ایمیل نگهدارنده ['debian@onerussian.com']
نویسنده DANDI developers
ایمیل نویسنده team@dandiarchive.org
آدرس صفحه اصلی http://dandiarchive.org
آدرس اینترنتی https://pypi.org/project/dandi/
مجوز Apache 2.0
# DANDI Client [![Tests](https://github.com/dandi/dandi-cli/workflows/Tests/badge.svg)](https://github.com/dandi/dandi-cli/actions?query=workflow%3ATests) [![codecov.io](https://codecov.io/github/dandi/dandi-cli/coverage.svg?branch=master)](https://codecov.io/github/dandi/dandi-cli?branch=master) [![Conda](https://anaconda.org/conda-forge/dandi/badges/version.svg)](https://anaconda.org/conda-forge/dandi) [![Gentoo (::science)](https://repology.org/badge/version-for-repo/gentoo_ovl_science/dandi-cli.svg?header=Gentoo%20%28%3A%3Ascience%29)](https://repology.org/project/dandi-cli/versions) [![GitHub release](https://img.shields.io/github/release/dandi/dandi-cli.svg)](https://GitHub.com/dandi/dandi-cli/releases/) [![PyPI version fury.io](https://badge.fury.io/py/dandi.svg)](https://pypi.python.org/pypi/dandi/) [![Documentation Status](https://readthedocs.org/projects/dandi/badge/?version=latest)](https://dandi.readthedocs.io/en/latest/?badge=latest) The [DANDI Python client](https://pypi.org/project/dandi/) allows you to: * Download `Dandisets` and individual subject folders or files * Validate data to locally conform to standards * Organize your data locally before upload * Upload `Dandisets` * Interact with the DANDI archive's web API from Python * Delete data in the DANDI archive * Perform other auxiliary operations with data or the DANDI archive **Note**: This project is under heavy development. See [the issues log](https://github.com/dandi/dandi-cli/issues) or [Work-in-Progress (WiP)](https://github.com/dandi/dandi-cli/pulls). ## Installation DANDI Client releases are [available from PyPI](https://pypi.org/project/dandi) and [conda-forge](https://anaconda.org/conda-forge/dandi). Install them in your Python (native, virtualenv, or conda) environment via pip install dandi or conda install -c conda-forge dandi ## CLI Tool This package provides a command line utility with a basic interface to help you prepare and upload your data to, or obtain data from, the [DANDI archive](http://dandiarchive.org). ```bash $> dandi Usage: dandi [OPTIONS] COMMAND [ARGS]... A client to support interactions with DANDI archive (http://dandiarchive.org). To see help for a specific command, run dandi COMMAND --help e.g. dandi upload --help Options: --version -l, --log-level [DEBUG|INFO|WARNING|ERROR|CRITICAL] Log level (case insensitive). May be specified as an integer. [default: INFO] --pdb Fall into pdb if errors out --help Show this message and exit. Commands: delete Delete dandisets and assets from the server. digest Calculate file digests download Download a file or entire folder from DANDI. instances List known Dandi Archive instances that the CLI can... ls List .nwb files and dandisets metadata. move Move or rename assets in a local Dandiset and/or on... organize (Re)organize files according to the metadata. shell-completion Emit shell script for enabling command completion. upload Upload Dandiset files to DANDI Archive. validate Validate files for NWB and DANDI compliance. validate-bids Validate BIDS paths. ``` Run `dandi --help` or `dandi <subcommand> --help` (e.g. `dandi upload --help`) to see manual pages. ## Resources * To learn how to interact with the DANDI archive and for examples on how to use the DANDI Client in various use cases, see [the handbook](https://www.dandiarchive.org/handbook/) (specifically the sections on using the CLI to [download](https://www.dandiarchive.org/handbook/12_download/) and [upload](https://www.dandiarchive.org/handbook/13_upload/) `Dandisets`). * To get help: - ask a question: https://github.com/dandi/helpdesk/discussions - file a feature request or bug report: https://github.com/dandi/helpdesk/issues/new/choose - contact the DANDI team: help@dandiarchive.org * To understand how to contribute to the dandi-cli repository, see the [DEVELOPMENT.md](./DEVELOPMENT.md) file.


نیازمندی

مقدار نام
- appdirs
>=0.5.0 bidsschematools
- click
- click-didyoumean
~=0.8.0 dandischema
>=0.2.2 etelemetry
- fasteners
>=0.3.0 fscacher
!=3.5.0 hdmf
- humanize
~=0.1 interleave
- joblib
!=23.9.0 keyring
- keyrings.alt
- packaging
- pycryptodomex
>=1.9.0 pydantic
!=1.1.0,!=2.3.0,>=1.0.3 pynwb
>=0.4.12 nwbinspector
!=0.6.0,>=0.5 pyout
- python-dateutil
~=2.20 requests
<1,>=0.15 ruamel.yaml
- semantic-version
- tenacity
~=2.10 zarr
- zarr-checksum
- importlib-metadata
- allensdk
- duecredit
- fsspec[http]
- flake8
- pre-commit
~=0.2 anys
- coverage
- opencv-python
- pytest
- pytest-cov
- pytest-mock
- responses
- boto3
- allensdk
- duecredit
- fsspec[http]
- flake8
- pre-commit
~=0.2 anys
- coverage
- opencv-python
- pytest
- pytest-cov
- pytest-mock
- responses
- boto3


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

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


نحوه نصب


نصب پکیج whl dandi-0.9.0:

    pip install dandi-0.9.0.whl


نصب پکیج tar.gz dandi-0.9.0:

    pip install dandi-0.9.0.tar.gz