
Security News
NIST Under Federal Audit for NVD Processing Backlog and Delays
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
neuroglancer-scripts
Advanced tools
Tools for converting volumetric images and surface meshes to the pre-computed format of Neuroglancer_.
.. image:: https://img.shields.io/pypi/v/neuroglancer-scripts.svg :target: https://pypi.python.org/pypi/neuroglancer-scripts :alt: PyPI Version
.. image:: https://github.com/HumanBrainProject/neuroglancer-scripts/actions/workflows/tox.yaml/badge.svg :target: https://github.com/HumanBrainProject/neuroglancer-scripts/actions/workflows/tox.yaml :alt: Build Status
.. image:: https://codecov.io/gh/HumanBrainProject/neuroglancer-scripts/branch/master/graph/badge.svg :target: https://codecov.io/gh/HumanBrainProject/neuroglancer-scripts :alt: Coverage Status
.. image:: https://readthedocs.org/projects/neuroglancer-scripts/badge/?version=latest :target: http://neuroglancer-scripts.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
The easiest way to install the latest stable version of neuroglancer-scripts is
through pip
. Using a virtual environment is recommended:
.. code-block:: shell
python3 -m venv venv/ . venv/bin/activate pip install neuroglancer-scripts
See the documentation <http://neuroglancer-scripts.readthedocs.io/>
_.
The code is hosted on https://github.com/HumanBrainProject/neuroglancer-scripts.
Useful commands for development:
.. code-block:: shell
git clone https://github.com/HumanBrainProject/neuroglancer-scripts.git
cd neuroglancer-scripts python3 -m venv venv/ . venv/bin/activate pip install -e .[dev]
pytest # run tests pytest --cov=neuroglancer_scripts --cov-report=html # detailed test coverage report tox # run tests under all supported Python versions
pre-commit install # install the pre-commit hook
This repository uses pre-commit
_ to ensure that all committed code follows minimal quality standards. Please install it and configure it to run as a pre-commit hook in your local repository (see above). Also, please note that the code quality checks may need a more recent version of Python than that required by neuroglancer_scripts itself (> 3.8 at the time of this writing).
.. _Neuroglancer: https://github.com/google/neuroglancer .. _pre-commit: https://pre-commit.com/
cloud-volume <https://github.com/seung-lab/cloud-volume>
_ (BSD 3-Clause licensed) for compressed morton code and shard/minishard mask implementation.
FAQs
Conversion of images to the Neuroglancer pre-computed format
We found that neuroglancer-scripts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.
Security News
TypeScript Native Previews offers a 10x faster Go-based compiler, now available on npm for public testing with early editor and language support.