Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ome-zarr

Package Overview
Dependencies
Maintainers
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ome-zarr

Implementation of images in Zarr files.

  • 0.9.0
  • PyPI
  • Socket score

Maintainers
4

|pypi| |docs| |coverage|

=========== ome-zarr-py

Tools for multi-resolution images stored in Zarr filesets, according to the OME NGFF spec_.

See Documentation <https://ome-zarr.readthedocs.io/>_ for usage information.

Documentation

Documentation will be automatically built with readthedocs.

It can be built locally with::

$ pip install -r docs/requirements.txt
$ sphinx-build -b html docs/source/ docs/build/html

Tests

Tests can be run locally via tox with::

$ pip install tox
$ tox

To enable pre-commit code validation::

$ pip install pre-commit
$ pre-commit install

Release process

This repository uses bump2version <https://pypi.org/project/bump2version/>_ to manage version numbers. To tag a release run::

$ bumpversion release

This will remove the .dev0 suffix from the current version, commit, and tag the release.

To switch back to a development version run::

$ bumpversion --no-tag [major|minor|patch]

specifying major, minor or patch depending on whether the development branch will be a major, minor or patch release <https://semver.org/>_. This will also add the .dev0 suffix.

Remember to git push all commits and tags.

License

Distributed under the terms of the BSD_ license, "ome-zarr-py" is free and open source software

.. _OME NGFF spec: https://github.com/ome/ngff .. _@napari: https://github.com/napari .. _BSD: https://opensource.org/licenses/BSD-2-Clause .. _Apache Software License 2.0: http://www.apache.org/licenses/LICENSE-2.0 .. _Mozilla Public License 2.0: https://www.mozilla.org/media/MPL/2.0/index.txt .. _napari: https://github.com/napari/napari .. _napari-ome-zarr: https://github.com/ome/napari-ome-zarr .. _ome-zarr: https://pypi.org/project/ome-zarr/

.. |pypi| image:: https://badge.fury.io/py/ome-zarr.svg :alt: PyPI project :target: https://badge.fury.io/py/ome-zarr

.. |docs| image:: https://readthedocs.org/projects/ome-zarr/badge/?version=stable :alt: Documentation Status :scale: 100% :target: https://ome-zarr.readthedocs.io/en/stable/?badge=stable

.. |coverage| image:: https://codecov.io/gh/ome/ome-zarr-py/branch/master/graph/badge.svg :alt: Test coverage :scale: 100% :target: https://codecov.io/gh/ome/ome-zarr-py

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc