rcpchgrowth


Namercpchgrowth JSON
Version 4.4.0 PyPI version JSON
download
home_pageNone
SummarySDS and Centile calculations for UK Growth Data
upload_time2025-08-19 07:42:01
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords growth charts anthropometry sds centile uk-who uk90 trisomy 21 turner cdc
VCS
bugtrack_url
requirements bump2version pytest
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # RCPCHGrowth Python library

## Calculations for children's measurements against UK and international growth references.

[![PyPI version](https://img.shields.io/pypi/v/rcpchgrowth.svg?style=flat-square&labelColor=%2311a7f2&color=%230d0d58)](https://pypi.org/project/rcpchgrowth/)
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg?style=flat-square&labelColor=%2311a7f2&color=%230d0d58)](https://www.gnu.org/licenses/agpl-3.0)
[![Codespaces](https://img.shields.io/badge/Codespaces-Open_in_Cloud?style=flat-square&labelColor=%2311a7f2&color=%230d0d58&logo=github&logoColor=white)](https://codespaces.new/rcpch/rcpchgrowth-python?quickstart=1)

Please go to <https://growth.rcpch.ac.uk/products/python-library/> for full documentation.

Issues can be raised here <https://github.com/rcpch/rcpchgrowth-python/issues>

---

## Installation

### Docker

If you want to avoid setting up docker environments, there are shortcut scripts the create a dockerized environment with RCPCHGrowth already installed.

This will generate a container which will launch some Jupyter notebooks in a browser and allow local dev ( with hot reload).

```bash
s/up
```

### Minimal installation (without docker) assuming you have a python virtual env setup

```bash
pip install rcpchgrowth
```

With notebook & package dependencies:

```bash
pip install "rcpchgrowth[notebook]"
```

The `notebook` extra currently pulls in: `pandas`, `matplotlib`, `jupyterlab`, `ipykernel`.

## Data handling / privacy

<table>
<tr>
  <td width="6" style="background:#11A7F2;"></td>
  <td>
    <strong>Data handling & privacy</strong><br>
    <strong>Never commit identifiable patient data.</strong><br>
    • Keep raw identifiable data outside version control (secure, access‑controlled).<br>
    • De‑identify before analysis (remove names, NHS numbers, full DOB; date‑shift if required).<br>
    • Do not push raw exports to forks, PRs or gists.<br>
    • Use <code>ResearchTemplate.ipynb</code> for generating de‑identified derived outputs.<br>
    <em>If in doubt, stop and seek local information governance guidance.</em>
  </td>
</tr>
</table>


---

## Contributing

See issues list and please open discussions before large changes.

---

Copyright © Royal College of Paediatrics and Child Health

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rcpchgrowth",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "RCPCH Incubator <incubator@rcpch.ac.uk>",
    "keywords": "growth charts, anthropometry, SDS, centile, UK-WHO, UK90, Trisomy 21, Turner, CDC",
    "author": null,
    "author_email": "RCPCH Incubator <incubator@rcpch.ac.uk>",
    "download_url": "https://files.pythonhosted.org/packages/5e/b1/a4cac6a8320ce731e7a0e14367a8b68cd2f84b2b34506b7bfd1eef8b9448/rcpchgrowth-4.4.0.tar.gz",
    "platform": null,
    "description": "# RCPCHGrowth Python library\n\n## Calculations for children's measurements against UK and international growth references.\n\n[![PyPI version](https://img.shields.io/pypi/v/rcpchgrowth.svg?style=flat-square&labelColor=%2311a7f2&color=%230d0d58)](https://pypi.org/project/rcpchgrowth/)\n[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg?style=flat-square&labelColor=%2311a7f2&color=%230d0d58)](https://www.gnu.org/licenses/agpl-3.0)\n[![Codespaces](https://img.shields.io/badge/Codespaces-Open_in_Cloud?style=flat-square&labelColor=%2311a7f2&color=%230d0d58&logo=github&logoColor=white)](https://codespaces.new/rcpch/rcpchgrowth-python?quickstart=1)\n\nPlease go to <https://growth.rcpch.ac.uk/products/python-library/> for full documentation.\n\nIssues can be raised here <https://github.com/rcpch/rcpchgrowth-python/issues>\n\n---\n\n## Installation\n\n### Docker\n\nIf you want to avoid setting up docker environments, there are shortcut scripts the create a dockerized environment with RCPCHGrowth already installed.\n\nThis will generate a container which will launch some Jupyter notebooks in a browser and allow local dev ( with hot reload).\n\n```bash\ns/up\n```\n\n### Minimal installation (without docker) assuming you have a python virtual env setup\n\n```bash\npip install rcpchgrowth\n```\n\nWith notebook & package dependencies:\n\n```bash\npip install \"rcpchgrowth[notebook]\"\n```\n\nThe `notebook` extra currently pulls in: `pandas`, `matplotlib`, `jupyterlab`, `ipykernel`.\n\n## Data handling / privacy\n\n<table>\n<tr>\n  <td width=\"6\" style=\"background:#11A7F2;\"></td>\n  <td>\n    <strong>Data handling & privacy</strong><br>\n    <strong>Never commit identifiable patient data.</strong><br>\n    \u2022 Keep raw identifiable data outside version control (secure, access\u2011controlled).<br>\n    \u2022 De\u2011identify before analysis (remove names, NHS numbers, full DOB; date\u2011shift if required).<br>\n    \u2022 Do not push raw exports to forks, PRs or gists.<br>\n    \u2022 Use <code>ResearchTemplate.ipynb</code> for generating de\u2011identified derived outputs.<br>\n    <em>If in doubt, stop and seek local information governance guidance.</em>\n  </td>\n</tr>\n</table>\n\n\n---\n\n## Contributing\n\nSee issues list and please open discussions before large changes.\n\n---\n\nCopyright \u00a9 Royal College of Paediatrics and Child Health\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "SDS and Centile calculations for UK Growth Data",
    "version": "4.4.0",
    "project_urls": {
        "API management": "https://dev.rcpch.ac.uk",
        "Bug Reports": "https://github.com/rcpch/rcpchgrowth-python/issues",
        "Documentation": "https://growth.rcpch.ac.uk/products/python-library/",
        "Homepage": "https://github.com/rcpch/rcpchgrowth-python"
    },
    "split_keywords": [
        "growth charts",
        " anthropometry",
        " sds",
        " centile",
        " uk-who",
        " uk90",
        " trisomy 21",
        " turner",
        " cdc"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f1ac7036908b872b32a8174df4abdb48e98babe6d3abf983fe88f1fad475a8b6",
                "md5": "71c98a6a3aa38b6519a33e1f28622b52",
                "sha256": "518a2f55ef454a8b69a66610831852adbd0aaa4511df0f136911c7b96503a65c"
            },
            "downloads": -1,
            "filename": "rcpchgrowth-4.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "71c98a6a3aa38b6519a33e1f28622b52",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2819959,
            "upload_time": "2025-08-19T07:42:00",
            "upload_time_iso_8601": "2025-08-19T07:42:00.411608Z",
            "url": "https://files.pythonhosted.org/packages/f1/ac/7036908b872b32a8174df4abdb48e98babe6d3abf983fe88f1fad475a8b6/rcpchgrowth-4.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5eb1a4cac6a8320ce731e7a0e14367a8b68cd2f84b2b34506b7bfd1eef8b9448",
                "md5": "31b7fe14f47a65dc05fb89a58eff78ca",
                "sha256": "55fec02d4e390b7bdb874a21a32fbf35b58281f7b8169e46042c1d7b7a149ae8"
            },
            "downloads": -1,
            "filename": "rcpchgrowth-4.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "31b7fe14f47a65dc05fb89a58eff78ca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2733802,
            "upload_time": "2025-08-19T07:42:01",
            "upload_time_iso_8601": "2025-08-19T07:42:01.824989Z",
            "url": "https://files.pythonhosted.org/packages/5e/b1/a4cac6a8320ce731e7a0e14367a8b68cd2f84b2b34506b7bfd1eef8b9448/rcpchgrowth-4.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-19 07:42:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rcpch",
    "github_project": "rcpchgrowth-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "bump2version",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        }
    ],
    "lcname": "rcpchgrowth"
}
        
Elapsed time: 1.43988s