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.
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.
What things you need to install the software and how to install them
Python3
You can use pipenv
(https://pipenv.readthedocs.io/en/latest/)
pipenv install
pipenv run ./metadatacreator/GenerateMetadata.py
or
pipenv shell
./metadatacreator/GenerateMetadata.py
Run the automated tests for this system
pytest
Add additional notes about how to deploy this on a live system
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Gareth Murphy - Initial work - garethcmurphy
This project is licensed under the BSD License - see the LICENSE file for details
- Hat tip to anyone who's code was used
- Inspiration
- etc