NHS Python Community
Explore the docs »
Report Bug
·
Request Feature
We are working with the NHS-R community to develop a python implementation of 'NHSRplotthedots' SPC package to support NHSE/I 'Making Data Count' programme
Base Code by Tom Jemmett
-
https://gist.github.com/tomjemmett/c167376e5b6464ec1c00975be2d7864e
-
Package Template from NHS Digital's RAP Community of Practice
Note: No private or patient data are shared in this repository.
Name | Link | Description |
---|---|---|
.github/workflows | [Link] | Azure Data Factory notebooks for running ephemeral job clusters |
nhspy-plotthedots | [Link] | Project folder |
~/data | [Link] | Example datasets |
~/dev | [Link] | For testing new code |
~/utilities | [Link] | Helper functions |
tests/unittests | [Link] | Unit testing framework |
To get up and running follow these simple steps.
pip install --index-url https://test.pypi.org/simple/ --no-deps nhspy-plotthedots-test
Note this is the the test version of pypi, not for use in production.
Please refer to our Read the Docs site
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
See CONTRIBUTING.md for detailed guidance.
Distributed under the MIT License. See LICENSE.md for more information.
Project contact email: [email protected]