Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 630 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 630 Bytes

DDP-Inspector: Extract content from data download packages

Tests

This repo contains a python package: ddpinspect containing functions to examine the content structure from Data Download packages. This package will also contain modules to extract information out of data download packages from specific platforms.

Installation

Please install in a virtual environment.

python3 -m venv ./env
source env/bin/activate
pip install git+https://github.com/d3i-infra/ddp-inspector.git#subdirectory=ddpinspect

Usage

Still to do