{"id":23421397,"url":"https://github.com/nhsdigital/asc-outcomes-framework","last_synced_at":"2025-10-29T06:41:42.260Z","repository":{"id":217359799,"uuid":"628962704","full_name":"NHSDigital/ASC-Outcomes-Framework","owner":"NHSDigital","description":"This is the code repository for Adult Social Care Outcomes Framework (ASCOF)","archived":false,"fork":false,"pushed_at":"2023-06-13T07:37:42.000Z","size":29,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-15T03:43:58.669Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NHSDigital.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-04-17T10:43:13.000Z","updated_at":"2024-01-15T10:47:15.000Z","dependencies_parsed_at":"2024-01-16T00:28:34.049Z","dependency_job_id":"0b49e262-1799-4724-a2b8-90d39cc52c1d","html_url":"https://github.com/NHSDigital/ASC-Outcomes-Framework","commit_stats":null,"previous_names":["nhsdigital/asc-outcomes-framework"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2FASC-Outcomes-Framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2FASC-Outcomes-Framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2FASC-Outcomes-Framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2FASC-Outcomes-Framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NHSDigital","download_url":"https://codeload.github.com/NHSDigital/ASC-Outcomes-Framework/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248016762,"owners_count":21034034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-23T02:15:01.654Z","updated_at":"2025-10-29T06:41:37.211Z","avatar_url":"https://github.com/NHSDigital.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Adult Social Care Outcome Framework\r\nThe Adult Social Care Outcomes Framework (ASCOF) measures how well care and support services achieve the outcomes that matter most to people. The ASCOF is used both locally and nationally to set priorities for care and support, measure progress and strengthen transparency and accountability.\r\n\r\n\r\n# Initial package set up\r\n\r\nRun the following command to set up your environment correctly **from the root directory**\r\n\r\n```\r\npython -m venv .venv\r\n.\\.venv\\Scripts\\Activate.ps1\r\npython -m pip install -r requirements.txt\r\n```\r\n\r\nIf, while developing this package, you change the installed packages, please update the environment file using\r\n\r\n```\r\npip list --format=freeze \u003e requirements.txt\r\n```\r\n\r\n## VSCode specific setup\r\n\r\nFor Visual Studio Code it is necessary that you change your default interpreter to be the virtual environment you just created `.venv`. To do this use the shortcut `Ctrl-Shift-P`, search for `Python: Select interpreter` and select `.venv` from the list.\r\n\r\n# Git Hook Setup\r\n\r\nPlease running the following command to setup the Git Hooks.\r\n\r\n```\r\npython .\\scripts\\setup-hooks.py\r\n```\r\n\r\nYou will now be prompted when committing to add a JIRA ticket number to your commit message.\r\n\r\n**Please do not use the VS Code Git Tab to commit as this will no longer work.**\r\n\r\n_However, you can use it for adding files to be committed._\r\n\r\n# Running the code\r\n\r\nPlease check that the settings, including the path to the input files, are correct in `ascof/params.py`.\r\n\r\nYou can then create the publication (from the base directory) using\r\n\r\n```\r\npython -m ascof.create_ascof\r\n```\r\n\r\n# Important things to know\r\n\r\n\r\n# Link to the publication\r\n\r\nReport:\r\nhttps://digital.nhs.uk/data-and-information/publications/statistical/adult-social-care-outcomes-framework-ascof\r\n\r\n# Authors\r\nLiz Selfridge, Luke Atkinson, Tomide Adeyeye\r\n\r\nRepo Owner Contact Details: socialcare.statistics@nhs.net\r\n\r\n# Licence\r\n\r\nThe Personal Social Services Adult Social Care Overview publication codebase is released under the MIT License.\r\nThe documentation is © Crown copyright and available under the terms of the Open Government 3.0 licence.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhsdigital%2Fasc-outcomes-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnhsdigital%2Fasc-outcomes-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhsdigital%2Fasc-outcomes-framework/lists"}