Skip to content

Bondoki/ParsingMetadataMD2JSON

Repository files navigation

ParsingMetadataMD2JSON

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.

Getting Started

Follow these instructions to run the application ParsingMetadataMD2JSON.

Prerequisites

Requirements for the software:

  • Python3 and Python modules sys, pathlib, re, and json
  • Optional: Jupyter for interactivity

Installing

  • clone the repository
    git clone https://github.com/Bondoki/ParsingMetadataMD2JSON

RUNNING

  • 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 with
    jupyter-lab ParsingMetadataMD2JSON.ipynb

Authors

License

This project is licensed under the Unlicense.

About

Simplistic Parser to convert Markdown to JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published