peter279k / fhir-data-generator

The FHIR data generator is compatible with the some MI-TW scenarios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development setup

  • Running the git clone to clone the repository.
  • Preparing for the pipenv environment.
  • Running the pipenv install command to install packages.
  • Running the pipenv install -d command to install development packages.
  • Running the pipenv run poetry install command to install local package.
  • Running the pipenv run pytest -vv to run unit tests.
  • Running the pipenv run pytest --cov --cov-report html to run unit tests and generate coverage report with the HTML format. The report will be generated in the htmlcov directory.

Publishing package steps

  • Running the poetry check command.
  • Running the poetry build --username <username> --password <password> command.

Refrences

About

The FHIR data generator is compatible with the some MI-TW scenarios

License:MIT License


Languages

Language:Python 100.0%