carpet-concentrations


Namecarpet-concentrations JSON
Version 0.5.1 PyPI version JSON
download
home_page
SummaryCore tools for the development of greenhouse gas concentration input files (i.e. flying carpets).
upload_time2024-02-15 16:36:39
maintainer
docs_urlNone
authorZebedee Nicholls
requires_python>=3.9,<4.0
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Carpet - Concentrations

<!--- sec-begin-description -->

Core tools for the development of greenhouse gas concentration input files (i.e. flying carpets).

**Repository health :**
[![CI](https://github.com/climate-resource/Carpet-Concentrations/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/climate-resource/Carpet-Concentrations/actions/workflows/ci.yaml)
[![Coverage](https://codecov.io/gh/climate-resource/Carpet-Concentrations/branch/main/graph/badge.svg)](https://codecov.io/gh/climate-resource/Carpet-Concentrations)
[![Docs](https://readthedocs.org/projects/carpet-concentrations/badge/?version=latest)](https://carpet-concentrations.readthedocs.io)

**PyPI :**
[![PyPI](https://img.shields.io/pypi/v/carpet-concentrations.svg)](https://pypi.org/project/carpet-concentrations/)
[![PyPI: Supported Python versions](https://img.shields.io/pypi/pyversions/carpet-concentrations.svg)](https://pypi.org/project/carpet-concentrations/)
[![PyPI install](https://github.com/climate-resource/Carpet-Concentrations/actions/workflows/install.yaml/badge.svg?branch=main)](https://github.com/climate-resource/Carpet-Concentrations/actions/workflows/install.yaml)

**Other info :**
[![License](https://img.shields.io/github/license/climate-resource/carpet-concentrations.svg)](https://github.com/climate-resource/carpet-concentrations/blob/main/LICENSE)
[![Last Commit](https://img.shields.io/github/last-commit/climate-resource/carpet-concentrations.svg)](https://github.com/climate-resource/carpet-concentrations/commits/main)
[![Contributors](https://img.shields.io/github/contributors/climate-resource/carpet-concentrations.svg)](https://github.com/climate-resource/carpet-concentrations/graphs/contributors)

<!---
Can use start-after and end-before directives in docs, see
https://myst-parser.readthedocs.io/en/latest/syntax/organising_content.html#inserting-other-documents-directly-into-the-current-document
-->

<!--- sec-end-description -->

Full documentation can be found at: [carpet-concentrations.readthedocs.io](https://carpet-concentrations.readthedocs.io). We recommend reading the docs there because the internal documentation links don't render correctly on GitHub's viewer.

## Installation

<!--- sec-begin-installation -->

Carpet - Concentrations can be installed with conda or pip:

```bash
pip install carpet-concentrations
conda install -c conda-forge carpet-concentrations
```

Additional dependencies can be installed using

```bash
# To add plotting dependencies
pip install carpet-concentrations[plots]
# To add notebook dependencies
pip install carpet-concentrations[notebooks]

# If you are installing with conda, we recommend
# installing the extras by hand because there is no stable
# solution yet (issue here: https://github.com/conda/conda/issues/7502)
```

<!--- sec-end-installation -->

### For developers

<!--- sec-begin-installation-dev -->

For development, we rely on [poetry](https://python-poetry.org) for all our
dependency management. To get started, you will need to make sure that poetry
is installed
([instructions here](https://python-poetry.org/docs/#installing-with-the-official-installer),
we found that pipx and pip worked better to install on a Mac).

For all of work, we use our `Makefile`.
You can read the instructions out and run the commands by hand if you wish,
but we generally discourage this because it can be error prone.
In order to create your environment, run `make virtual-environment`.

If there are any issues, the messages from the `Makefile` should guide you
through. If not, please raise an issue in the [issue tracker][issue_tracker].

For the rest of our developer docs, please see [](development-reference).

[issue_tracker]: https://gitlab.com/climate-resource/carpet-concentrations/issues

<!--- sec-end-installation-dev -->

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "carpet-concentrations",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Zebedee Nicholls",
    "author_email": "zebedee.nicholls@climate-resource.com",
    "download_url": "https://files.pythonhosted.org/packages/af/71/1097a147b198b7702df7971e37029a305b0b16a003b020c92024d35b3920/carpet_concentrations-0.5.1.tar.gz",
    "platform": null,
    "description": "# Carpet - Concentrations\n\n<!--- sec-begin-description -->\n\nCore tools for the development of greenhouse gas concentration input files (i.e. flying carpets).\n\n**Repository health :**\n[![CI](https://github.com/climate-resource/Carpet-Concentrations/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/climate-resource/Carpet-Concentrations/actions/workflows/ci.yaml)\n[![Coverage](https://codecov.io/gh/climate-resource/Carpet-Concentrations/branch/main/graph/badge.svg)](https://codecov.io/gh/climate-resource/Carpet-Concentrations)\n[![Docs](https://readthedocs.org/projects/carpet-concentrations/badge/?version=latest)](https://carpet-concentrations.readthedocs.io)\n\n**PyPI :**\n[![PyPI](https://img.shields.io/pypi/v/carpet-concentrations.svg)](https://pypi.org/project/carpet-concentrations/)\n[![PyPI: Supported Python versions](https://img.shields.io/pypi/pyversions/carpet-concentrations.svg)](https://pypi.org/project/carpet-concentrations/)\n[![PyPI install](https://github.com/climate-resource/Carpet-Concentrations/actions/workflows/install.yaml/badge.svg?branch=main)](https://github.com/climate-resource/Carpet-Concentrations/actions/workflows/install.yaml)\n\n**Other info :**\n[![License](https://img.shields.io/github/license/climate-resource/carpet-concentrations.svg)](https://github.com/climate-resource/carpet-concentrations/blob/main/LICENSE)\n[![Last Commit](https://img.shields.io/github/last-commit/climate-resource/carpet-concentrations.svg)](https://github.com/climate-resource/carpet-concentrations/commits/main)\n[![Contributors](https://img.shields.io/github/contributors/climate-resource/carpet-concentrations.svg)](https://github.com/climate-resource/carpet-concentrations/graphs/contributors)\n\n<!---\nCan use start-after and end-before directives in docs, see\nhttps://myst-parser.readthedocs.io/en/latest/syntax/organising_content.html#inserting-other-documents-directly-into-the-current-document\n-->\n\n<!--- sec-end-description -->\n\nFull documentation can be found at: [carpet-concentrations.readthedocs.io](https://carpet-concentrations.readthedocs.io). We recommend reading the docs there because the internal documentation links don't render correctly on GitHub's viewer.\n\n## Installation\n\n<!--- sec-begin-installation -->\n\nCarpet - Concentrations can be installed with conda or pip:\n\n```bash\npip install carpet-concentrations\nconda install -c conda-forge carpet-concentrations\n```\n\nAdditional dependencies can be installed using\n\n```bash\n# To add plotting dependencies\npip install carpet-concentrations[plots]\n# To add notebook dependencies\npip install carpet-concentrations[notebooks]\n\n# If you are installing with conda, we recommend\n# installing the extras by hand because there is no stable\n# solution yet (issue here: https://github.com/conda/conda/issues/7502)\n```\n\n<!--- sec-end-installation -->\n\n### For developers\n\n<!--- sec-begin-installation-dev -->\n\nFor development, we rely on [poetry](https://python-poetry.org) for all our\ndependency management. To get started, you will need to make sure that poetry\nis installed\n([instructions here](https://python-poetry.org/docs/#installing-with-the-official-installer),\nwe found that pipx and pip worked better to install on a Mac).\n\nFor all of 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\nthrough. If not, please raise an issue in the [issue tracker][issue_tracker].\n\nFor the rest of our developer docs, please see [](development-reference).\n\n[issue_tracker]: https://gitlab.com/climate-resource/carpet-concentrations/issues\n\n<!--- sec-end-installation-dev -->\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Core tools for the development of greenhouse gas concentration input files (i.e. flying carpets).",
    "version": "0.5.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82a3668f5d13c4f0d4745a0e455592dfcf614ef3087ece09fb2cbd43bf62309f",
                "md5": "d25c39e5329e79f9971ed5cae43edf0b",
                "sha256": "db5334fdd08db2120e616b21d76d5322d02ee94d25ec2397fbde780bdedf7b7f"
            },
            "downloads": -1,
            "filename": "carpet_concentrations-0.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d25c39e5329e79f9971ed5cae43edf0b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 20999,
            "upload_time": "2024-02-15T16:36:38",
            "upload_time_iso_8601": "2024-02-15T16:36:38.481814Z",
            "url": "https://files.pythonhosted.org/packages/82/a3/668f5d13c4f0d4745a0e455592dfcf614ef3087ece09fb2cbd43bf62309f/carpet_concentrations-0.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af711097a147b198b7702df7971e37029a305b0b16a003b020c92024d35b3920",
                "md5": "9e3d9be108e7733b8bf4bde9161d781f",
                "sha256": "0fac7524a998ba275257eb25c49289749836eea306797af53ddd815d6744ce7d"
            },
            "downloads": -1,
            "filename": "carpet_concentrations-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9e3d9be108e7733b8bf4bde9161d781f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 19008,
            "upload_time": "2024-02-15T16:36:39",
            "upload_time_iso_8601": "2024-02-15T16:36:39.910617Z",
            "url": "https://files.pythonhosted.org/packages/af/71/1097a147b198b7702df7971e37029a305b0b16a003b020c92024d35b3920/carpet_concentrations-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-15 16:36:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "carpet-concentrations"
}
        
Elapsed time: 0.17417s