{
"info": {
"author": "Yann Leprince",
"author_email": "y.leprince@fz-juelich.de",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Scientific/Engineering :: Visualization"
],
"description": "neuroglancer-scripts\n====================\n\nTools for converting 3D images to the Neuroglancer pre-computed format.\n\n\n.. image:: https://img.shields.io/pypi/v/neuroglancer-scripts.svg\n :target: https://pypi.python.org/pypi/neuroglancer-scripts\n :alt: PyPI Version\n\n.. image:: https://travis-ci.org/HumanBrainProject/neuroglancer-scripts.svg?branch=master\n :target: https://travis-ci.org/HumanBrainProject/neuroglancer-scripts\n :alt: Build Status\n\n.. image:: https://codecov.io/gh/HumanBrainProject/neuroglancer-scripts/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/HumanBrainProject/neuroglancer-scripts\n :alt: Coverage Status\n\n.. image:: https://readthedocs.org/projects/neuroglancer-scripts/badge/?version=latest\n :target: http://neuroglancer-scripts.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n\nInstallation\n------------\n\nThe easiest way to install neuroglancer-scripts is in a virtual environment:\n\n.. code-block:: shell\n\n python3 -m venv venv/\n . venv/bin/activate\n pip install neuroglancer-scripts\n\n\nUsage\n-----\n\nSee the `documentation `_.\n\n\nDevelopment\n-----------\n\nThe code is hosted `on GitHub\n`_.\n\nThis project uses ``pytest`` and ``tox`` for testing. You will need to install\nthe project (a virtual environment is recommended) before you can use it or run\nthe tests. ``pip install -e`` will install in editable mode, so you do not need\nto re-install when changing existing files. The ``[dev]`` suffix pulls extra\ndependencies that are useful for development.\n\n.. code-block:: shell\n\n git clone https://github.com/HumanBrainProject/neuroglancer-scripts.git\n cd neuroglancer-scripts\n python3 -m venv venv/\n . venv/bin/activate\n pip install -e .[dev]\n\n pytest --cov=neuroglancer_scripts --cov-report=html --cov-report=term\n\n\nIt is advised to use ``tox`` for testing the code against all supported Python\nversions. This will run the same tests as the Travis continuous integration:\n\n.. code-block:: shell\n\n tox\n\n\n",
"description_content_type": "",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/HumanBrainProject/neuroglancer-scripts",
"keywords": "neuroimaging",
"license": "",
"maintainer": "",
"maintainer_email": "",
"name": "neuroglancer-scripts",
"package_url": "https://pypi.org/project/neuroglancer-scripts/",
"platform": "",
"project_url": "https://pypi.org/project/neuroglancer-scripts/",
"project_urls": {
"Homepage": "https://github.com/HumanBrainProject/neuroglancer-scripts"
},
"release_url": "https://pypi.org/project/neuroglancer-scripts/0.3.0/",
"requires_dist": [
"nibabel (>=2)",
"numpy (>=1.11.0)",
"pillow (>=1.1.6)",
"requests (>=2)",
"scikit-image",
"tqdm (>=4)",
"pytest ; extra == 'dev'",
"requests-mock ; extra == 'dev'",
"check-manifest ; extra == 'dev'",
"flake8 ; extra == 'dev'",
"pep8-naming ; extra == 'dev'",
"pytest-cov ; extra == 'dev'",
"readme-renderer ; extra == 'dev'",
"sphinx ; extra == 'dev'",
"tox ; extra == 'dev'"
],
"requires_python": "~= 3.4",
"summary": "Conversion of images to the Neuroglancer pre-computed format",
"version": "0.3.0"
},
"last_serial": 4539438,
"releases": {
"0.1.0": [
{
"comment_text": "",
"digests": {
"md5": "38a4148d3cc5f7e394d64c7daa681261",
"sha256": "7048effaa6ed352fc0275f98b91df26a42cbb9f86665ecb9ec405717c8713ed7"
},
"downloads": -1,
"filename": "neuroglancer_scripts-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "38a4148d3cc5f7e394d64c7daa681261",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~= 3.4",
"size": 41433,
"upload_time": "2018-02-07T14:39:05",
"url": "https://files.pythonhosted.org/packages/de/f1/eaf97acec75bd88c462ee53589cf9e27893dbce35a740f015e18e44fdf1a/neuroglancer_scripts-0.1.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "6badea5b9469d4cecedbd1702cec5428",
"sha256": "627383e046fb91a05cea12677cde7469990b69c24e81c85600ed805b8597aecc"
},
"downloads": -1,
"filename": "neuroglancer-scripts-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "6badea5b9469d4cecedbd1702cec5428",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~= 3.4",
"size": 41564,
"upload_time": "2018-02-07T14:39:07",
"url": "https://files.pythonhosted.org/packages/c0/1c/f48832797d7c9232691452077ebdbf4684a035a07b4c8371526bc10ab7f1/neuroglancer-scripts-0.1.0.tar.gz"
}
],
"0.2.0": [
{
"comment_text": "",
"digests": {
"md5": "d323b4495d8d53d70c387ffdda22f0ec",
"sha256": "a2ae173c1bc4125c16f7d19737faf2f6408a9327f1d75036cee86a84379f9448"
},
"downloads": -1,
"filename": "neuroglancer_scripts-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d323b4495d8d53d70c387ffdda22f0ec",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~= 3.4",
"size": 52100,
"upload_time": "2018-10-16T14:45:43",
"url": "https://files.pythonhosted.org/packages/46/6e/e50f1f41faf2d0d07802fba92a5c0bd61d78ece2592a147dcc235b0f76c9/neuroglancer_scripts-0.2.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "0b9effdcecfe56626a194e296f65a99a",
"sha256": "98d906347acf1be6a6cb49ed8753d51776ed38034f395b60de15bcf790e9533c"
},
"downloads": -1,
"filename": "neuroglancer-scripts-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "0b9effdcecfe56626a194e296f65a99a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~= 3.4",
"size": 54988,
"upload_time": "2018-10-16T14:45:45",
"url": "https://files.pythonhosted.org/packages/30/45/0bc8a8f683fec0a46763e8cbfec4fdbbd91f3cca6ac598aaf11e1de10acd/neuroglancer-scripts-0.2.0.tar.gz"
}
],
"0.3.0": [
{
"comment_text": "",
"digests": {
"md5": "18d8eed00e2fd553eee23323d44c79bf",
"sha256": "3050abb8faf4462dca89e69b2de6b85ddba525ac9c8c109e9d8d7bab664e7531"
},
"downloads": -1,
"filename": "neuroglancer_scripts-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "18d8eed00e2fd553eee23323d44c79bf",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~= 3.4",
"size": 55741,
"upload_time": "2018-11-28T16:36:46",
"url": "https://files.pythonhosted.org/packages/62/9f/edd6d93b33e6da0b0e4a60edfcc3f417d1eff79c96975f56f6b7f069c35f/neuroglancer_scripts-0.3.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "81cc1b2640299395249ab940f5e1653d",
"sha256": "dd85c946f44f5211adf55eba04886e41dc36e9a94c723b966a8485c06d7ed253"
},
"downloads": -1,
"filename": "neuroglancer-scripts-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "81cc1b2640299395249ab940f5e1653d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~= 3.4",
"size": 58703,
"upload_time": "2018-11-28T16:36:56",
"url": "https://files.pythonhosted.org/packages/fa/97/c71783fd73d7aebfdeb3ade03c41e0b8a527501a86619873640ff0e83cdb/neuroglancer-scripts-0.3.0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "18d8eed00e2fd553eee23323d44c79bf",
"sha256": "3050abb8faf4462dca89e69b2de6b85ddba525ac9c8c109e9d8d7bab664e7531"
},
"downloads": -1,
"filename": "neuroglancer_scripts-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "18d8eed00e2fd553eee23323d44c79bf",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~= 3.4",
"size": 55741,
"upload_time": "2018-11-28T16:36:46",
"url": "https://files.pythonhosted.org/packages/62/9f/edd6d93b33e6da0b0e4a60edfcc3f417d1eff79c96975f56f6b7f069c35f/neuroglancer_scripts-0.3.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "81cc1b2640299395249ab940f5e1653d",
"sha256": "dd85c946f44f5211adf55eba04886e41dc36e9a94c723b966a8485c06d7ed253"
},
"downloads": -1,
"filename": "neuroglancer-scripts-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "81cc1b2640299395249ab940f5e1653d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~= 3.4",
"size": 58703,
"upload_time": "2018-11-28T16:36:56",
"url": "https://files.pythonhosted.org/packages/fa/97/c71783fd73d7aebfdeb3ade03c41e0b8a527501a86619873640ff0e83cdb/neuroglancer-scripts-0.3.0.tar.gz"
}
]
}