Skip to main content

A Python package for accessing local OME schema files

Project description

OME Schema Python Package

This Python package contains a copy of the OME (Open Microscopy Environment) XML schema, which is used to define the structure of OME-XML metadata for biological imaging data.

Contents

  • ome.xsd: The OME XML schema definition file.
  • LICENSE.txt: The license file for the content of this repository.
  • README.md: This README file, containing information about the repository and its contents.
  • ome-schema.py: The main Python script to access the OME schema path.

License

Python Package

This Python package is licensed under the MIT License. For more information, please see the LICENSE file.

OME XML Schema

The OME XML schema (2016-06/ome.xsd) is licensed under the Creative Commons Attribution 3.0 Unported License. You are free to share and adapt the schema, as long as you provide appropriate attribution. For more information see the schema document for details.

Attribution

The OME XML schema is developed and maintained by the OME Consortium. The original source of the schema can be found at the OME Model and Formats GitHub repository.

Usage

To use the OME XML schema in your Python project, install the ome-schema package and use the get_ome_schema_path() function from the ome-schema module:

from omeschema import get_ome_schema_path

schema_path = get_ome_schema_path()

For more information about OME-XML and working with the schema, please refer to the OME Data Model and File Formats documentation

Installation

To install the ome-schema package, use pip:

pip install ome-schema

Contributing

This repository is a mirror of the OME XML schema from the OME Model and Formats GitHub repository. If you would like to contribute to the development of the schema, please visit the original repository and follow their contribution guidelines.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ome-schema-0.1.0.tar.gz (36.5 kB view hashes)

Uploaded Source

Built Distribution

ome_schema-0.1.0-py3-none-any.whl (70.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page