solnsumei / python_engineer_test

Python application solution for generating schema

Repository from Github https://github.comsolnsumei/python_engineer_testRepository from Github https://github.comsolnsumei/python_engineer_test

Python Engineer Professional Test

Application solution to generate schema from json files

How to Run

  • from your terminal, cd into the project directory
  • run python main.py and follow the prompt
  • Note: only json files that are included in the project can be accessed by the program as input source files

Installing Test Dependencies

  • from your terminal, cd into the project directory
  • run pip install -r requirements.txt to install dependencies

Running Tests

  • make sure test dependencies has been installed
  • from your terminal, cd into the project directory
  • run python -m pytest

About

Python application solution for generating schema


Languages

Language:Python 100.0%