cdflib


Namecdflib JSON
Version 1.2.5 PyPI version JSON
download
home_pagehttps://github.com/MAVENSDC/cdflib
SummaryA python CDF reader toolkit
upload_time2024-03-02 00:08:13
maintainer
docs_urlNone
authorMAVEN SDC
requires_python>=3.6
license
keywords cdf maven lasp pds gsfc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Run tests](https://github.com/MAVENSDC/cdflib/actions/workflows/ci.yml/badge.svg)](https://github.com/MAVENSDC/cdflib/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/MAVENSDC/cdflib/branch/master/graph/badge.svg?token=IJ6moGc40e)](https://codecov.io/gh/MAVENSDC/cdflib)
[![DOI](https://zenodo.org/badge/102912691.svg)](https://zenodo.org/badge/latestdoi/102912691)
[![Documentation Status](https://readthedocs.org/projects/cdflib/badge/?version=latest)](https://cdflib.readthedocs.io/en/latest/?badge=latest)

# CDFlib

`cdflib` is a python module to read/write CDF (Common Data Format `.cdf`) files without needing to install the
[CDF NASA library](https://cdf.gsfc.nasa.gov/).

Python >= 3.8 is required.
The core of this package uses only numpy, with no complicated compiler requirements.

## Install

To install, open up your terminal/command prompt, and type:
```sh
pip install cdflib
```

## Documentation

The full documentation can be found here:

[https://cdflib.readthedocs.io/en/latest/](https://cdflib.readthedocs.io/en/latest/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MAVENSDC/cdflib",
    "name": "cdflib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "CDF,maven,lasp,PDS,GSFC",
    "author": "MAVEN SDC",
    "author_email": "mavensdc@lasp.colorado.edu",
    "download_url": "https://files.pythonhosted.org/packages/d0/7c/27fe89b978419e52a5a9b4fe8d0dadbaaf0c9ba38b704c0b05b9d6d94bfc/cdflib-1.2.5.tar.gz",
    "platform": null,
    "description": "[![Run tests](https://github.com/MAVENSDC/cdflib/actions/workflows/ci.yml/badge.svg)](https://github.com/MAVENSDC/cdflib/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/MAVENSDC/cdflib/branch/master/graph/badge.svg?token=IJ6moGc40e)](https://codecov.io/gh/MAVENSDC/cdflib)\n[![DOI](https://zenodo.org/badge/102912691.svg)](https://zenodo.org/badge/latestdoi/102912691)\n[![Documentation Status](https://readthedocs.org/projects/cdflib/badge/?version=latest)](https://cdflib.readthedocs.io/en/latest/?badge=latest)\n\n# CDFlib\n\n`cdflib` is a python module to read/write CDF (Common Data Format `.cdf`) files without needing to install the\n[CDF NASA library](https://cdf.gsfc.nasa.gov/).\n\nPython >= 3.8 is required.\nThe core of this package uses only numpy, with no complicated compiler requirements.\n\n## Install\n\nTo install, open up your terminal/command prompt, and type:\n```sh\npip install cdflib\n```\n\n## Documentation\n\nThe full documentation can be found here:\n\n[https://cdflib.readthedocs.io/en/latest/](https://cdflib.readthedocs.io/en/latest/)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A python CDF reader toolkit",
    "version": "1.2.5",
    "project_urls": {
        "Homepage": "https://github.com/MAVENSDC/cdflib"
    },
    "split_keywords": [
        "cdf",
        "maven",
        "lasp",
        "pds",
        "gsfc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "708013754f6d44a9a3db8ae8a8b975e7378ec3bc92b5c7d99691c578c5ae3187",
                "md5": "017331b06375b875cd3b64eefbafc49f",
                "sha256": "0642da2843b173d38780f25b94dab68b7344e4b484fb8c38f4a275be7dfa384f"
            },
            "downloads": -1,
            "filename": "cdflib-1.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "017331b06375b875cd3b64eefbafc49f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 74373,
            "upload_time": "2024-03-02T00:08:11",
            "upload_time_iso_8601": "2024-03-02T00:08:11.682067Z",
            "url": "https://files.pythonhosted.org/packages/70/80/13754f6d44a9a3db8ae8a8b975e7378ec3bc92b5c7d99691c578c5ae3187/cdflib-1.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d07c27fe89b978419e52a5a9b4fe8d0dadbaaf0c9ba38b704c0b05b9d6d94bfc",
                "md5": "f992a194cf95cd974da0609b19b70330",
                "sha256": "ef940bd9ed65b273820f942533833cb8447401e6eabe2daea23635cfef1832b8"
            },
            "downloads": -1,
            "filename": "cdflib-1.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "f992a194cf95cd974da0609b19b70330",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 233713,
            "upload_time": "2024-03-02T00:08:13",
            "upload_time_iso_8601": "2024-03-02T00:08:13.375780Z",
            "url": "https://files.pythonhosted.org/packages/d0/7c/27fe89b978419e52a5a9b4fe8d0dadbaaf0c9ba38b704c0b05b9d6d94bfc/cdflib-1.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-02 00:08:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MAVENSDC",
    "github_project": "cdflib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "circle": true,
    "tox": true,
    "lcname": "cdflib"
}
        
Elapsed time: 0.19120s