Simplistic parser to convert Markdown Metadata File for a given M_README.md with identifiers similar to DublinCore terms
to a simplisitic JSON file for further processing.
Follow these instructions to run the application ParsingMetadataMD2JSON
.
Requirements for the software:
- clone the repository
git clone https://github.com/Bondoki/ParsingMetadataMD2JSON
- run the application with sample file
M_Dataset_README_Example.md
python3 ParsingMetadataMD2JSON.py M_PhD_README_Example.md
- this should generate a new file
M_Dataset_README_Example.json
and promted with success:SUCCESS: M_Dataset_README_Example.md parsed to M_Dataset_README_Example.json
- alternatively, run and use the Jupyter notebook
ParsingMetadataMD2JSON.jpynb
withjupyter-lab ParsingMetadataMD2JSON.ipynb
This project is licensed under the Unlicense.