cf-units


Namecf-units JSON
Version 3.2.0 PyPI version JSON
download
home_pagehttps://github.com/SciTools/cf-units
SummaryUnits of measure as required by the Climate and Forecast (CF) metadata conventions
upload_time2023-04-17 15:23:23
maintainer
docs_urlNone
authorSciTools Developers
requires_python>=3.8
licenseBSD
keywords units cf netcdf science oceanography meteorology climate
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # [cf-units](https://cf-units.readthedocs.io/en/latest/)

#### Units of measure as defined by the Climate and Forecast (CF) Metadata Conventions.

[comment]: # (https://shields.io/ is a good source of these)
[![ci-tests](https://github.com/SciTools/cf-units/actions/workflows/ci-tests.yml/badge.svg?branch=main)](https://github.com/SciTools/cf-units/actions/workflows/ci-tests.yml)
[![ci-wheels](https://github.com/SciTools/cf-units/actions/workflows/ci-wheels.yml/badge.svg?branch=main)](https://github.com/SciTools/cf-units/actions/workflows/ci-wheels.yml)
[![ci-locks](https://github.com/SciTools/cf-units/actions/workflows/ci-locks.yml/badge.svg?branch=main)](https://github.com/SciTools/cf-units/actions/workflows/ci-locks.yml)
[![Documentation Status](https://readthedocs.org/projects/cf-units/badge/?version=latest)](https://cf-units.readthedocs.io/en/latest/?badge=latest)
[![Coverage Status](https://codecov.io/gh/SciTools/cf-units/branch/main/graph/badge.svg?token=6LlYlyTUZG)](https://codecov.io/gh/SciTools/cf-units)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/SciTools/cf-units/main.svg)](https://results.pre-commit.ci/latest/github/SciTools/cf-units/main)
\
[![conda-forge downloads](https://img.shields.io/conda/vn/conda-forge/cf-units?color=orange&label=conda-forge&logo=conda-forge&logoColor=white)](https://anaconda.org/conda-forge/cf-units)
[![PyPI](https://img.shields.io/pypi/v/cf-units?color=orange&label=pypi&logo=python&logoColor=white)](https://pypi.org/project/cf-units/)
[![Latest version](https://img.shields.io/github/tag/SciTools/cf-units)](https://github.com/SciTools/cf-units/releases)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3723086.svg)](https://doi.org/10.5281/zenodo.3723086)
\
[![Black](https://img.shields.io/badge/code%20style-black-000000)](https://github.com/psf/black)
[![Flake8](https://img.shields.io/badge/lint-flake8-lightgrey)](https://github.com/PyCQA/flake8)
[![isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
\
[![Licence](https://img.shields.io/badge/license-BSD--3-orange)](LICENSE)
[![Contributors](https://img.shields.io/github/contributors/SciTools/cf-units)](https://github.com/SciTools/cf-units/graphs/contributors)
[![Commits since last release](https://img.shields.io/github/commits-since/SciTools/cf-units/latest.svg)](https://github.com/SciTools/cf-units/commits/main)

## Table of Contents

[comment]: # (NOTE: toc auto-generated with
  https://github.com/jonschlinkert/markdown-toc
    $> markdown-toc -i --bullets='-' README.md)

[comment]: # (This entire README can be markdown linted with
  https://github.com/igorshubovych/markdownlint-cli
    $ markdownlint README.md)

- [Overview](#overview)
  - [Example](#example)
- [Get in Touch](#get-in-touch)
- [Credits, Copyright and License](#credits-copyright-and-license)

## Overview

Units of measure as required by the Climate and Forecast (CF) metadata
conventions.

Provision of a wrapper class to support Unidata/UCAR UDUNITS-2 library, and the
cftime calendar functionality.

Documentation can be found at <https://cf-units.readthedocs.io/en/latest/>.

### Example

    >>> from cf_units import Unit
    >>> km = Unit('kilometers')
    >>> m = Unit('meters')
    >>> m.convert(1500, km)
    1.5

## Get in Touch

- Questions, ideas, general discussion or announcements
  of related projects: use the
  [Discussions space](https://github.com/SciTools/cf-units/discussions).
- Report bugs:
  [submit a GitHub issue](https://github.com/SciTools/cf-units/issues).
- Suggest features: see our [contributing guide](.github/CONTRIBUTING.md).

## Credits, Copyright and License

cf-units is developed collaboratively under the SciTools umbrella.

A full list of code contributors ("cf-units contributors") can be found at
https://github.com/SciTools/cf-units/graphs/contributors.

Code is just one of many ways of positively contributing to cf-units, please
see our [contributing guide](.github/CONTRIBUTING.md) for more details on how
you can get involved.

cf-units is released under a BSD-3 license. See [LICENSE](LICENSE) for full
terms.

The [Met Office](https://metoffice.gov.uk) has made a significant
contribution to the development, maintenance and support of this library.
All Met Office contributions are copyright on behalf of the British Crown.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SciTools/cf-units",
    "name": "cf-units",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "units,cf,netcdf,science,oceanography,meteorology,climate",
    "author": "SciTools Developers",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/5a/f4/1d9aa224fe8f70034e9ea524d1dac511b0976bae6a82d664bd4e84ed026c/cf-units-3.2.0.tar.gz",
    "platform": null,
    "description": "# [cf-units](https://cf-units.readthedocs.io/en/latest/)\n\n#### Units of measure as defined by the Climate and Forecast (CF) Metadata Conventions.\n\n[comment]: # (https://shields.io/ is a good source of these)\n[![ci-tests](https://github.com/SciTools/cf-units/actions/workflows/ci-tests.yml/badge.svg?branch=main)](https://github.com/SciTools/cf-units/actions/workflows/ci-tests.yml)\n[![ci-wheels](https://github.com/SciTools/cf-units/actions/workflows/ci-wheels.yml/badge.svg?branch=main)](https://github.com/SciTools/cf-units/actions/workflows/ci-wheels.yml)\n[![ci-locks](https://github.com/SciTools/cf-units/actions/workflows/ci-locks.yml/badge.svg?branch=main)](https://github.com/SciTools/cf-units/actions/workflows/ci-locks.yml)\n[![Documentation Status](https://readthedocs.org/projects/cf-units/badge/?version=latest)](https://cf-units.readthedocs.io/en/latest/?badge=latest)\n[![Coverage Status](https://codecov.io/gh/SciTools/cf-units/branch/main/graph/badge.svg?token=6LlYlyTUZG)](https://codecov.io/gh/SciTools/cf-units)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/SciTools/cf-units/main.svg)](https://results.pre-commit.ci/latest/github/SciTools/cf-units/main)\n\\\n[![conda-forge downloads](https://img.shields.io/conda/vn/conda-forge/cf-units?color=orange&label=conda-forge&logo=conda-forge&logoColor=white)](https://anaconda.org/conda-forge/cf-units)\n[![PyPI](https://img.shields.io/pypi/v/cf-units?color=orange&label=pypi&logo=python&logoColor=white)](https://pypi.org/project/cf-units/)\n[![Latest version](https://img.shields.io/github/tag/SciTools/cf-units)](https://github.com/SciTools/cf-units/releases)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3723086.svg)](https://doi.org/10.5281/zenodo.3723086)\n\\\n[![Black](https://img.shields.io/badge/code%20style-black-000000)](https://github.com/psf/black)\n[![Flake8](https://img.shields.io/badge/lint-flake8-lightgrey)](https://github.com/PyCQA/flake8)\n[![isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)\n\\\n[![Licence](https://img.shields.io/badge/license-BSD--3-orange)](LICENSE)\n[![Contributors](https://img.shields.io/github/contributors/SciTools/cf-units)](https://github.com/SciTools/cf-units/graphs/contributors)\n[![Commits since last release](https://img.shields.io/github/commits-since/SciTools/cf-units/latest.svg)](https://github.com/SciTools/cf-units/commits/main)\n\n## Table of Contents\n\n[comment]: # (NOTE: toc auto-generated with\n  https://github.com/jonschlinkert/markdown-toc\n    $> markdown-toc -i --bullets='-' README.md)\n\n[comment]: # (This entire README can be markdown linted with\n  https://github.com/igorshubovych/markdownlint-cli\n    $ markdownlint README.md)\n\n- [Overview](#overview)\n  - [Example](#example)\n- [Get in Touch](#get-in-touch)\n- [Credits, Copyright and License](#credits-copyright-and-license)\n\n## Overview\n\nUnits of measure as required by the Climate and Forecast (CF) metadata\nconventions.\n\nProvision of a wrapper class to support Unidata/UCAR UDUNITS-2 library, and the\ncftime calendar functionality.\n\nDocumentation can be found at <https://cf-units.readthedocs.io/en/latest/>.\n\n### Example\n\n    >>> from cf_units import Unit\n    >>> km = Unit('kilometers')\n    >>> m = Unit('meters')\n    >>> m.convert(1500, km)\n    1.5\n\n## Get in Touch\n\n- Questions, ideas, general discussion or announcements\n  of related projects: use the\n  [Discussions space](https://github.com/SciTools/cf-units/discussions).\n- Report bugs:\n  [submit a GitHub issue](https://github.com/SciTools/cf-units/issues).\n- Suggest features: see our [contributing guide](.github/CONTRIBUTING.md).\n\n## Credits, Copyright and License\n\ncf-units is developed collaboratively under the SciTools umbrella.\n\nA full list of code contributors (\"cf-units contributors\") can be found at\nhttps://github.com/SciTools/cf-units/graphs/contributors.\n\nCode is just one of many ways of positively contributing to cf-units, please\nsee our [contributing guide](.github/CONTRIBUTING.md) for more details on how\nyou can get involved.\n\ncf-units is released under a BSD-3 license. See [LICENSE](LICENSE) for full\nterms.\n\nThe [Met Office](https://metoffice.gov.uk) has made a significant\ncontribution to the development, maintenance and support of this library.\nAll Met Office contributions are copyright on behalf of the British Crown.\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Units of measure as required by the Climate and Forecast (CF) metadata conventions",
    "version": "3.2.0",
    "split_keywords": [
        "units",
        "cf",
        "netcdf",
        "science",
        "oceanography",
        "meteorology",
        "climate"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c73e3eb644a135413660425df1f066c87355f8d766de1bdc115698ec07a4274",
                "md5": "74de9a3cdf09d65d34c006fd3a2e7926",
                "sha256": "c4eb58d329f01fe1bfc295092afc339b818f7b73021d87a704c1d55acffb5447"
            },
            "downloads": -1,
            "filename": "cf_units-3.2.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "74de9a3cdf09d65d34c006fd3a2e7926",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 309456,
            "upload_time": "2023-04-17T15:23:04",
            "upload_time_iso_8601": "2023-04-17T15:23:04.572353Z",
            "url": "https://files.pythonhosted.org/packages/1c/73/e3eb644a135413660425df1f066c87355f8d766de1bdc115698ec07a4274/cf_units-3.2.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0559446d73f7848de0e3225d3a49da8b594165a963a2fe435180f82c4bc0677e",
                "md5": "b3c1a7dd4d6c11ceec0ce405aa3d9435",
                "sha256": "372dd1919c24283faca9db9082974280dc1ae32805b070796c7c421b0a2b58a8"
            },
            "downloads": -1,
            "filename": "cf_units-3.2.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "b3c1a7dd4d6c11ceec0ce405aa3d9435",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 257634,
            "upload_time": "2023-04-17T15:23:06",
            "upload_time_iso_8601": "2023-04-17T15:23:06.283491Z",
            "url": "https://files.pythonhosted.org/packages/05/59/446d73f7848de0e3225d3a49da8b594165a963a2fe435180f82c4bc0677e/cf_units-3.2.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e6a70d58d6229f07edb1f93e859e466bbc91051e7e1807fa2744febb43ec208",
                "md5": "9ce0528d64fb5c07300c29471ef5f305",
                "sha256": "d63d9b3a07454aaaf7a6ee349a9b51303701400f2731bcf6a322eaf52e55b155"
            },
            "downloads": -1,
            "filename": "cf_units-3.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9ce0528d64fb5c07300c29471ef5f305",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 518053,
            "upload_time": "2023-04-17T15:23:08",
            "upload_time_iso_8601": "2023-04-17T15:23:08.101181Z",
            "url": "https://files.pythonhosted.org/packages/6e/6a/70d58d6229f07edb1f93e859e466bbc91051e7e1807fa2744febb43ec208/cf_units-3.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3bb24912a0f4c2963c9e6701da4caecc6423612e289a22ab340e5f0d5575756",
                "md5": "dee34e697ab9d430753d9c56532ebb4b",
                "sha256": "143a8c4c86099db60c66d6e6942398c71361976c23627a357fedd3017ba4d2ee"
            },
            "downloads": -1,
            "filename": "cf_units-3.2.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dee34e697ab9d430753d9c56532ebb4b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 309579,
            "upload_time": "2023-04-17T15:23:09",
            "upload_time_iso_8601": "2023-04-17T15:23:09.512810Z",
            "url": "https://files.pythonhosted.org/packages/d3/bb/24912a0f4c2963c9e6701da4caecc6423612e289a22ab340e5f0d5575756/cf_units-3.2.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e70ce09accb1f812dcb26c6e7d9952e2ad3d016ce1e02b3bb98bc05c7757c841",
                "md5": "a5cb1c3f819fb9b354d52eb8f172e5ae",
                "sha256": "dd9437a44f8f183de578e71b86e3dded54d3250538ed7a30952c93283a04a2f5"
            },
            "downloads": -1,
            "filename": "cf_units-3.2.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a5cb1c3f819fb9b354d52eb8f172e5ae",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 257710,
            "upload_time": "2023-04-17T15:23:10",
            "upload_time_iso_8601": "2023-04-17T15:23:10.976009Z",
            "url": "https://files.pythonhosted.org/packages/e7/0c/e09accb1f812dcb26c6e7d9952e2ad3d016ce1e02b3bb98bc05c7757c841/cf_units-3.2.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "128e3359e0ee6919b1f302391fd13797ef7014a4143f698b11c78dfe8e0d4ad5",
                "md5": "c226a3e709ee0328a7f2c5c8b64c11e4",
                "sha256": "d89c8a9bb6a9accfd55f961df866cb2ddedcaf809d4ea398dcc78a2b13f604b9"
            },
            "downloads": -1,
            "filename": "cf_units-3.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c226a3e709ee0328a7f2c5c8b64c11e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 539080,
            "upload_time": "2023-04-17T15:23:12",
            "upload_time_iso_8601": "2023-04-17T15:23:12.243750Z",
            "url": "https://files.pythonhosted.org/packages/12/8e/3359e0ee6919b1f302391fd13797ef7014a4143f698b11c78dfe8e0d4ad5/cf_units-3.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45836adf7cad839bdc0706fc13e9ab582d2bc2dab0a530aac8c42e2162552110",
                "md5": "f2346245f13067e85e4fdd4e13f88d87",
                "sha256": "64a7290de8530f58543642661324d51aa14d6e5d88fb30eafe4282d346316001"
            },
            "downloads": -1,
            "filename": "cf_units-3.2.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f2346245f13067e85e4fdd4e13f88d87",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 318675,
            "upload_time": "2023-04-17T15:23:13",
            "upload_time_iso_8601": "2023-04-17T15:23:13.578204Z",
            "url": "https://files.pythonhosted.org/packages/45/83/6adf7cad839bdc0706fc13e9ab582d2bc2dab0a530aac8c42e2162552110/cf_units-3.2.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b012ca776b8bca30c0538d9af2178b25fa88dca1da5971c049d66b2fa59503d8",
                "md5": "855ce9618f698e2e7bd1f3b0884fb661",
                "sha256": "492a1e1c4310f84b9c18699c2aa2e39346598f33592998b3b5306050c578e079"
            },
            "downloads": -1,
            "filename": "cf_units-3.2.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "855ce9618f698e2e7bd1f3b0884fb661",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 266710,
            "upload_time": "2023-04-17T15:23:15",
            "upload_time_iso_8601": "2023-04-17T15:23:15.095187Z",
            "url": "https://files.pythonhosted.org/packages/b0/12/ca776b8bca30c0538d9af2178b25fa88dca1da5971c049d66b2fa59503d8/cf_units-3.2.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33fd3682bdd4653be7ddb08bc90bca4b5a93216593836f1390671597f39038f7",
                "md5": "b3df20e7550d823df9243beb68032a98",
                "sha256": "850d44927e95c27b792f82253a72cec68d410b07194506815f1533a584c5a747"
            },
            "downloads": -1,
            "filename": "cf_units-3.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b3df20e7550d823df9243beb68032a98",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 533324,
            "upload_time": "2023-04-17T15:23:17",
            "upload_time_iso_8601": "2023-04-17T15:23:17.139597Z",
            "url": "https://files.pythonhosted.org/packages/33/fd/3682bdd4653be7ddb08bc90bca4b5a93216593836f1390671597f39038f7/cf_units-3.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91a232a3a8d42c5614fae47cb0e64ac9ce40b5c529fc4974372362a2739a8192",
                "md5": "c81ba61566d07e3dde74781bb36efad1",
                "sha256": "7d493a04634e46f7c1ee27354ec0c6c9d9130ba40625a9967bb5637dd8633ba8"
            },
            "downloads": -1,
            "filename": "cf_units-3.2.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c81ba61566d07e3dde74781bb36efad1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 309733,
            "upload_time": "2023-04-17T15:23:18",
            "upload_time_iso_8601": "2023-04-17T15:23:18.879148Z",
            "url": "https://files.pythonhosted.org/packages/91/a2/32a3a8d42c5614fae47cb0e64ac9ce40b5c529fc4974372362a2739a8192/cf_units-3.2.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "425a7032c2c356457c84c3f2b483fc1ca42aed8feea2134429240f6443dcb2d7",
                "md5": "4f7b5beee819b8ffb1c7ac8d390d4554",
                "sha256": "16bf2e298c79fccdb7301d13c14550117f66d0e2d12aa1925f6404a07e1b0297"
            },
            "downloads": -1,
            "filename": "cf_units-3.2.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "4f7b5beee819b8ffb1c7ac8d390d4554",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 257740,
            "upload_time": "2023-04-17T15:23:20",
            "upload_time_iso_8601": "2023-04-17T15:23:20.319207Z",
            "url": "https://files.pythonhosted.org/packages/42/5a/7032c2c356457c84c3f2b483fc1ca42aed8feea2134429240f6443dcb2d7/cf_units-3.2.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b147e754beafa052f0ca8c8f9f9e4711f693bab9f06ef14a3b0def0479e62e1a",
                "md5": "950acd74e52f141f5651b5b8d20a2e6f",
                "sha256": "2cbaeae505c185f43e0d33aa6173161cfc47ad5f333c16cce7de79b6209a2bd1"
            },
            "downloads": -1,
            "filename": "cf_units-3.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "950acd74e52f141f5651b5b8d20a2e6f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 522448,
            "upload_time": "2023-04-17T15:23:21",
            "upload_time_iso_8601": "2023-04-17T15:23:21.919099Z",
            "url": "https://files.pythonhosted.org/packages/b1/47/e754beafa052f0ca8c8f9f9e4711f693bab9f06ef14a3b0def0479e62e1a/cf_units-3.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5af41d9aa224fe8f70034e9ea524d1dac511b0976bae6a82d664bd4e84ed026c",
                "md5": "46e587dcaeb939dfa837336ef73ce02b",
                "sha256": "88a9f140e4157fe4c2d322b5e079046c4c0a7d76cb4950c700a8363bc235074f"
            },
            "downloads": -1,
            "filename": "cf-units-3.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "46e587dcaeb939dfa837336ef73ce02b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 165755,
            "upload_time": "2023-04-17T15:23:23",
            "upload_time_iso_8601": "2023-04-17T15:23:23.128708Z",
            "url": "https://files.pythonhosted.org/packages/5a/f4/1d9aa224fe8f70034e9ea524d1dac511b0976bae6a82d664bd4e84ed026c/cf-units-3.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-17 15:23:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "SciTools",
    "github_project": "cf-units",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "cf-units"
}
        
Elapsed time: 0.05606s