Metadata-Version: 1.1
Name: dtool
Version: 0.11.0
Summary: Tools for managing scientific data
Home-page: https://github.com/JIC-CSB/dtool
Author: Tjelvar Olsson
Author-email: tjelvar.olsson@jic.ac.uk
License: MIT
Download-URL: https://github.com/JIC-CSB/dtool/tarball/0.11.0
Description: Manage scientific data sets
        ===========================
        
        .. image:: https://badge.fury.io/py/dtool.svg
           :target: http://badge.fury.io/py/dtool
           :alt: PyPi package
        
        .. image:: https://travis-ci.org/JIC-CSB/dtool.svg?branch=master
            :target: https://travis-ci.org/JIC-CSB/dtool
        
        .. image:: https://codecov.io/github/JIC-CSB/dtool/coverage.svg?branch=master
           :target: https://codecov.io/github/JIC-CSB/dtool?branch=master
           :alt: Code Coverage
        
        .. image:: https://readthedocs.org/projects/dtool/badge/?version=latest
           :target: https://readthedocs.org/projects/dtool?badge=latest
           :alt: Documentation Status
        
        - Documentation: http://dtool.readthedocs.io
        - GitHub: https://github.com/JIC-CSB/dtool
        - PyPI: https://pypi.python.org/pypi/dtool
        - Free software: MIT License
        
        Overview
        --------
        
        The dtool project project provides tools for managing (scientific) data.
        It aims to help in three areas:
        
        1. Adding structure and meta data to your project and files
        2. Verifying the integrity of the files in your project
        3. Creating archives for long term storage
        
        
        Design philosophy
        -----------------
        
        The tools in this project should produce outputs that can be understood without
        access to these tools. This is important as it is likely that the outputs of
        from these tools may outlive these tools.
        
Platform: UNKNOWN
