https://github.com/nhsdigital/api-management-utils
Scripts and utilities used across API managment platform and services
https://github.com/nhsdigital/api-management-utils
Last synced: about 1 month ago
JSON representation
Scripts and utilities used across API managment platform and services
- Host: GitHub
- URL: https://github.com/nhsdigital/api-management-utils
- Owner: NHSDigital
- License: mit
- Created: 2020-04-03T12:46:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2026-02-02T16:56:21.000Z (about 1 month ago)
- Last Synced: 2026-02-03T06:08:41.691Z (about 1 month ago)
- Language: Python
- Size: 2.36 MB
- Stars: 0
- Watchers: 41
- Forks: 4
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# api-management-utils
Scripts and utilities used across API managment platform and services
##Python upgrade to 3.13
Utils Repo has been updated to python 3.13
We are continuing to support python 3.8/9(which are currently out of support) until January 26th 2026
After the deadline your pipelines will fail if you are using python version 3.8/9
##Python upgrade related changes
Projects using Python versions older than 3.13 and extending their pipeline with the utils repository must update their pipelines to ensure compatibility with the latest changes.
For detailed guidance, please refer to the APIM FAQ page:
https://nhsd-confluence.digital.nhs.uk/spaces/APM/pages/1226682275/Pipeline+Queries
Note: Projects running Python version 3.13 or later do not need any pipeline modifications.
## Scripts
* `template.py` - cli for basic jinja templating
* `test_pull_request_deployments.py` - cli for testing utils against other repositories
* Environment Variables:
* `AZURE_TOKEN` - Azure Devops token.
* `NOTIFY_COMMIT_SHA` - Git Commit SHA that you want to report to.
* `UTILS_PR_NUMBER` - The utils pull request number e.g. '123'