Skip to main content

OMERO PyFilesystem2 filesystem

Project description

OMERO PyFileSystem2 implementation

Build Status PyPI

A Python filesystem abstraction layer that stores files in OMERO.

Installation

pip install fs-omero-pyfs

Example

import fs
root = fs.open_fs('omero://{username}:{password}@{omerohost}')

Development notes

Directories are stored as TagAnnotations in a dedicated namespace. Sub-directories are linked by an AnnotationAnnotationLink to the parent directory.

Files are stored as OriginalFiles, linked by an OriginaFileAnnotationLink to the parent directory. The path property of the OriginalFile is ignored, only name is used.

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

fs-omero-pyfs-0.0.4.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

fs_omero_pyfs-0.0.4-py3-none-any.whl (7.7 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