Skip to main content

A local repository for warm research data

Project description

LabInform Datasafe

A local repository for “warm” research data.

The LabInform datasafe is the data store for “warm” research data that is part of the LabInform laboratory information and management system (LIMS). One key aspect of handling data is to store them in one place and access them via unique identifiers (here: a Lab Object Identifier, LOI).

Features

A list of features, not all implemented yet but aimed at for the first public release:

  • Client-server architecture

  • Local install as well as network install possible

  • Automatic generation of unique LOIs

And to make it even more convenient for users and future-proof:

  • Open source project written in Python (>= 3.7)

  • Developed fully test-driven

  • Extensive user and API documentation

Warning

The dataset component of the LabInform project is currently under active development and still considered in Alpha development state. Therefore, expect frequent changes in features and public APIs that may break your own code. Nevertheless, feedback as well as feature requests are highly welcome.

Requirements

The LabInform datasafe package comes with a rather minimal set of requirements:

  • Python >= 3.7

  • flask and oyaml packages

Installation

To install the LabInform datasafe package on your computer (sensibly within a Python virtual environment), open a terminal (activate your virtual environment), and type in the following:

pip install labinform-datasafe

License

This program is free software: you can redistribute it and/or modify it under the terms of the BSD License.

Contributing

If you would like to contribute, the easiest may be to clone the repository. In this case, don’t forget to add the version incrementer residing in ./bin/incrementVersion.sh to your git pre-commit hook in ./.git/hooks/pre-commit` (or create this file if it doesn’t exist yet):

#!/usr/bin/env bash
./bin/incrementVersion.sh

In case you needed to create the file pre-commit, don’t forget to make it executable (using chmod +x <file>).

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

labinform_datasafe-0.1.0b1.tar.gz (40.8 kB view hashes)

Uploaded Source

Built Distribution

labinform_datasafe-0.1.0b1-py3-none-any.whl (31.3 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