openscm-units


Nameopenscm-units JSON
Version 0.5.4 PyPI version JSON
download
home_page
SummaryHandling of units related to simple climate modelling.
upload_time2023-12-11 16:28:41
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.
            # OpenSCM-Units

<!---
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-begin-description -->

Handling of units related to simple climate modelling.



[![CI](https://github.com/openscm/openscm-units/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/openscm/openscm-units/actions/workflows/ci.yaml)
[![Coverage](https://codecov.io/gh/openscm/openscm-units/branch/main/graph/badge.svg)](https://codecov.io/gh/openscm/openscm-units)
[![Docs](https://readthedocs.org/projects/openscm-units/badge/?version=latest)](https://openscm-units.readthedocs.io)

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

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


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

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

## Installation

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

OpenSCM-Units can be installed with conda or pip:

```bash
pip install openscm-units
conda install -c conda-forge openscm-units
```


<!--- 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://github.com/openscm/openscm-units/issues

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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "openscm-units",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Zebedee Nicholls",
    "author_email": "zebedee.nicholls@climate-energy-college.org",
    "download_url": "https://files.pythonhosted.org/packages/b8/7d/2060178de2143b73bef75b867686c63a6398c54df2762fde6cb07c3bd8ea/openscm_units-0.5.4.tar.gz",
    "platform": null,
    "description": "# OpenSCM-Units\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-begin-description -->\n\nHandling of units related to simple climate modelling.\n\n\n\n[![CI](https://github.com/openscm/openscm-units/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/openscm/openscm-units/actions/workflows/ci.yaml)\n[![Coverage](https://codecov.io/gh/openscm/openscm-units/branch/main/graph/badge.svg)](https://codecov.io/gh/openscm/openscm-units)\n[![Docs](https://readthedocs.org/projects/openscm-units/badge/?version=latest)](https://openscm-units.readthedocs.io)\n\n**PyPI :**\n[![PyPI](https://img.shields.io/pypi/v/openscm-units.svg)](https://pypi.org/project/openscm-units/)\n[![PyPI: Supported Python versions](https://img.shields.io/pypi/pyversions/openscm-units.svg)](https://pypi.org/project/openscm-units/)\n[![PyPI install](https://github.com/openscm/openscm-units/actions/workflows/install.yaml/badge.svg?branch=main)](https://github.com/openscm/openscm-units/actions/workflows/install.yaml)\n\n**Other info :**\n[![License](https://img.shields.io/github/license/openscm/openscm-units.svg)](https://github.com/openscm/openscm-units/blob/main/LICENSE)\n[![Last Commit](https://img.shields.io/github/last-commit/openscm/openscm-units.svg)](https://github.com/openscm/openscm-units/commits/main)\n[![Contributors](https://img.shields.io/github/contributors/openscm/openscm-units.svg)](https://github.com/openscm/openscm-units/graphs/contributors)\n\n\n<!--- sec-end-description -->\n\nFull documentation can be found at:\n[openscm-units.readthedocs.io](https://openscm-units.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<!--- sec-begin-installation -->\n\nOpenSCM-Units can be installed with conda or pip:\n\n```bash\npip install openscm-units\nconda install -c conda-forge openscm-units\n```\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://github.com/openscm/openscm-units/issues\n\n<!--- sec-end-installation-dev -->\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Handling of units related to simple climate modelling.",
    "version": "0.5.4",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80c7f5b0328013b8ebf08896e9a3d565e166ebd7845236a89cc82a39fc278f55",
                "md5": "3cac8e642c65050142e63baeec782820",
                "sha256": "6da46c2eaf37d1fc4df768050d6222c96d053b2c409c94cc41449a3ebffcaf93"
            },
            "downloads": -1,
            "filename": "openscm_units-0.5.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3cac8e642c65050142e63baeec782820",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 11871,
            "upload_time": "2023-12-11T16:28:40",
            "upload_time_iso_8601": "2023-12-11T16:28:40.284964Z",
            "url": "https://files.pythonhosted.org/packages/80/c7/f5b0328013b8ebf08896e9a3d565e166ebd7845236a89cc82a39fc278f55/openscm_units-0.5.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b87d2060178de2143b73bef75b867686c63a6398c54df2762fde6cb07c3bd8ea",
                "md5": "633c4b1df99dccedf5ad0b6eabec95d9",
                "sha256": "76429369e221084b6b41757369c536f852abc44679070f600ed72124fd58f9f9"
            },
            "downloads": -1,
            "filename": "openscm_units-0.5.4.tar.gz",
            "has_sig": false,
            "md5_digest": "633c4b1df99dccedf5ad0b6eabec95d9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 13408,
            "upload_time": "2023-12-11T16:28:41",
            "upload_time_iso_8601": "2023-12-11T16:28:41.422198Z",
            "url": "https://files.pythonhosted.org/packages/b8/7d/2060178de2143b73bef75b867686c63a6398c54df2762fde6cb07c3bd8ea/openscm_units-0.5.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-11 16:28:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "openscm-units"
}
        
Elapsed time: 0.23374s