Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 890 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 890 Bytes

python-fp17

https://travis-ci.org/openhealthcare/python-fp17

supported_by_apperta.png

Alpha | Supported

This library generates FP17 claim messages for submissions by NHS dentists to the NHS Business Services Authority (BSA).

This software is currently undergoing the BSA certification process.

Installation from source

  1. Install the requirements with pip install -r requirements.txt

Running tests

  1. Install pytest with pip install pytest

  2. Run tests with pytest -vv -r ssX -l

Documentation

Documentation uses Sphinx

  1. Install Sphinx with pip install sphinx

  2. Build the documentation to your target format - for instance: make -C docs html