Skip to content

garethcmurphy/PyMetadataCreator

PyDatasetProcessor

scicat-logo.png

DOI

Searches for science files and creates metadata - the who, what, where and why of scientific data in the SciCat format. See the scicatproject for more information.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

Python3

Installing

You can use pipenv (https://pipenv.readthedocs.io/en/latest/)

pipenv install
pipenv run ./metadatacreator/GenerateMetadata.py

or

pipenv shell
./metadatacreator/GenerateMetadata.py

Running the tests

Run the automated tests for this system

pytest

Deployment

Add additional notes about how to deploy this on a live system

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the BSD License - see the LICENSE file for details

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc