https://github.com/wtsi-hgi/hgi-vault
Data retention policy tools
https://github.com/wtsi-hgi/hgi-vault
data-retention policy
Last synced: about 2 months ago
JSON representation
Data retention policy tools
- Host: GitHub
- URL: https://github.com/wtsi-hgi/hgi-vault
- Owner: wtsi-hgi
- License: gpl-3.0
- Created: 2020-04-14T09:22:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T14:01:19.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T18:48:38.678Z (3 months ago)
- Topics: data-retention, policy
- Language: Python
- Homepage:
- Size: 562 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HGI Vault
[](https://travis-ci.com/wtsi-hgi/hgi-vault)
[](https://codecov.io/github/wtsi-hgi/hgi-vault?branch=develop)Data retention policy tools.
## Installation
You will need to create an exclusive Python 3.8 (or later) virtual
environment. For example:python -m venv .venv
source .venv/bin/activateThen, to install HGI Vault:
pip install git+https://github.com/wtsi-hgi/hgi-vault.git
It is not recommended to install HGI Vault globally or in a shared
virtual environment due to the risk of namespace collision.## Usage
See the [documentation](/doc) directory for full instructions.
Specifically:* [End-user documentation](/doc/vault.md)
* [Administrative documentation](/doc/sandman.md)
* [Developer documentation](/doc/dev)