/software-driven-rdm

🚀 - Generate powerful Python code from verbose markdown documents

Primary LanguagePython

Software-Driven RDM
PyPI version Build Badge Build Badge

With Software-driven Research Data Management (sdRDM), you can confidently specify data models using verbose Markdown documents and effortlessly convert them into powerful Python objects that can be serialized into any data exchange format.

🏎 Features

  • Generate and maintain RDM APIs via readable specifications in Markdown
  • Data Models defined in sdRDM can be exported to any format
  • Link your data model to any other data model and setup workflows

⚡️ Quick start

Get started with by running the following command

# Using PIP
python -m pip install sdRDM

Or build by source

git clone https://github.com/JR-1991/software-driven-rdm.git
cd software-driven-rdm
python3 setup.py install

📖 Documentation and more examples

In the making! 🐛

📦 Other sdRDM-related repositories

⚠️ License

sdRDM is free and open-source software licensed under the MIT License.