uk-fci / nhs-number

Python package to provide utilities for NHS Numbers, including validity checks, normalisation, and generation.
https://nhs-number.uk-fci.tech/
MIT License
4 stars 6 forks source link

Refactor-files #4

Closed pacharanero closed 1 year ago

pacharanero commented 1 year ago

This PR refactors the file structure slightly, moving functions and tests out of a single file and into individual files per function. Python type hints are added for documentation/Intellicode purposes, and an additional bulk test is added