{"id":25434572,"url":"https://github.com/openscm/gcages","last_synced_at":"2025-11-01T00:30:35.089Z","repository":{"id":276321625,"uuid":"914287478","full_name":"openscm/gcages","owner":"openscm","description":"Global Climate Assessment of Global Emission Scenarios. These scenarios are typically produced by Integrated Assessment Models (IAMs).","archived":false,"fork":false,"pushed_at":"2025-02-07T14:31:40.000Z","size":0,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T14:46:12.147Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openscm.png","metadata":{"files":{"readme":"README.md","changelog":"changelog/README.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-09T09:58:37.000Z","updated_at":"2025-02-07T14:31:44.000Z","dependencies_parsed_at":"2025-02-07T14:46:34.747Z","dependency_job_id":"2c2253e3-c94f-49b7-88f1-9699b8b40136","html_url":"https://github.com/openscm/gcages","commit_stats":null,"previous_names":["openscm/gcages"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openscm%2Fgcages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openscm%2Fgcages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openscm%2Fgcages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openscm%2Fgcages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openscm","download_url":"https://codeload.github.com/openscm/gcages/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239242105,"owners_count":19605954,"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":"2025-02-17T06:17:56.791Z","updated_at":"2025-11-01T00:30:35.037Z","avatar_url":"https://github.com/openscm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--- --8\u003c-- [start:description] --\u003e\n# gcages\n\nGlobal Climate Assessment of Global Emission Scenarios, typically (but not always) produced by Integrated Assessment Models (IAMs).\n\n**Key info :**\n[![Docs](https://readthedocs.org/projects/gcages/badge/?version=latest)](https://gcages.readthedocs.io)\n[![Main branch: supported Python versions](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fopenscm%2Fgcages%2Fmain%2Fpyproject.toml)](https://github.com/openscm/gcages/blob/main/pyproject.toml)\n[![Licence](https://img.shields.io/pypi/l/gcages?label=licence)](https://github.com/openscm/gcages/blob/main/LICENCE)\n\n**PyPI :**\n[![PyPI](https://img.shields.io/pypi/v/gcages.svg)](https://pypi.org/project/gcages/)\n[![PyPI install](https://github.com/openscm/gcages/actions/workflows/install-pypi.yaml/badge.svg?branch=main)](https://github.com/openscm/gcages/actions/workflows/install-pypi.yaml)\n\n**Tests :**\n[![CI](https://github.com/openscm/gcages/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/openscm/gcages/actions/workflows/ci.yaml)\n[![Coverage](https://codecov.io/gh/openscm/gcages/branch/main/graph/badge.svg)](https://codecov.io/gh/openscm/gcages)\n\n**Other info :**\n[![Last Commit](https://img.shields.io/github/last-commit/openscm/gcages.svg)](https://github.com/openscm/gcages/commits/main)\n[![Contributors](https://img.shields.io/github/contributors/openscm/gcages.svg)](https://github.com/openscm/gcages/graphs/contributors)\n## Status\n\n\u003c!---\n\nWe recommend having a status line in your repo\nto tell anyone who stumbles on your repository where you're up to.\nSome suggested options:\n\n- prototype: the project is just starting up and the code is all prototype\n- development: the project is actively being worked on\n- finished: the project has achieved what it wanted\n  and is no longer being worked on, we won't reply to any issues\n- dormant: the project is no longer worked on\n  but we might come back to it,\n  if you have questions, feel free to raise an issue\n- abandoned: this project is no longer worked on\n  and we won't reply to any issues\n--\u003e\n\n- prototype: the project is just starting up and the code is all prototype\n\n\u003c!--- --8\u003c-- [end:description] --\u003e\n\nFull documentation can be found at:\n[gcages.readthedocs.io](https://gcages.readthedocs.io/en/latest/).\nWe recommend reading the docs there because the internal documentation links\ndon't render correctly on GitHub's viewer.\n\n## Installation\n\n\u003c!--- --8\u003c-- [start:installation] --\u003e\n### As an application\n\nIf you want to use gcages as an application,\nthen we recommend using the 'locked' version of the package.\nThis version pins the version of all dependencies too,\nwhich reduces the chance of installation issues\nbecause of breaking updates to dependencies.\n\nThe locked version of gcages can be installed with\n\n=== \"pip\"\n    ```sh\n    pip install 'gcages[locked]'\n    ```\n\n### As a library\n\nIf you want to use gcages as a library,\nfor example you want to use it\nas a dependency in another package/application that you're building,\nthen we recommend installing the package with the commands below.\nThis method provides the loosest pins possible of all dependencies.\nThis gives you, the package/application developer,\nas much freedom as possible to set the versions of different packages.\nHowever, the tradeoff with this freedom is that you may install\nincompatible versions of gcages's dependencies\n(we cannot test all combinations of dependencies,\nparticularly ones which haven't been released yet!).\nHence, you may run into installation issues.\nIf you believe these are because of a problem in gcages,\nplease [raise an issue](https://github.com/openscm/gcages/issues).\n\nThe (non-locked) version of gcages can be installed with\n\n=== \"pip\"\n    ```sh\n    pip install gcages\n    ```\n\n### For developers\n\nFor development, we rely on [uv](https://docs.astral.sh/uv/)\nfor all our dependency management.\nTo get started, you will need to make sure that uv is installed\n([instructions here](https://docs.astral.sh/uv/getting-started/installation/)\n(we found that the self-managed install was best,\nparticularly for upgrading uv later).\n\nFor all of our work, we use our `Makefile`.\nYou can read the instructions out and run the commands by hand if you wish,\nbut we generally discourage this because it can be error prone.\nIn order to create your environment, run `make virtual-environment`.\n\nIf there are any issues, the messages from the `Makefile` should guide you through.\nIf not, please raise an issue in the\n[issue tracker](https://github.com/openscm/gcages/issues).\n\nFor the rest of our developer docs, please see [development][development].\n\n\u003c!--- --8\u003c-- [end:installation] --\u003e\n\n## Original template\n\nThis project was generated from this template:\n[copier core python repository](https://gitlab.com/openscm/copier-core-python-repository).\n[copier](https://copier.readthedocs.io/en/stable/) is used to manage and\ndistribute this template.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenscm%2Fgcages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenscm%2Fgcages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenscm%2Fgcages/lists"}