[![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.9 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": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "CDF, maven, lasp, PDS, GSFC",
"author": "MAVEN SDC",
"author_email": "mavensdc@lasp.colorado.edu",
"download_url": "https://files.pythonhosted.org/packages/71/44/482fe7f8646e2e95419a672e135b148123aa0388e093e55a97774abfd969/cdflib-1.3.3.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.9 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": null,
"summary": "A python CDF reader toolkit",
"version": "1.3.3",
"project_urls": {
"Homepage": "https://github.com/MAVENSDC/cdflib"
},
"split_keywords": [
"cdf",
" maven",
" lasp",
" pds",
" gsfc"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b34aae7042de1465298700247d34c8bf80c91c9849e240f656881b72d08fd562",
"md5": "539c1fd34b8845577e7e8231683bb2a3",
"sha256": "e41a15d36b7a00e516bd21a2ccb60e4ce4f1ab2639b80d82ff42e33820800f2f"
},
"downloads": -1,
"filename": "cdflib-1.3.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "539c1fd34b8845577e7e8231683bb2a3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 78287,
"upload_time": "2025-01-15T23:36:35",
"upload_time_iso_8601": "2025-01-15T23:36:35.234935Z",
"url": "https://files.pythonhosted.org/packages/b3/4a/ae7042de1465298700247d34c8bf80c91c9849e240f656881b72d08fd562/cdflib-1.3.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7144482fe7f8646e2e95419a672e135b148123aa0388e093e55a97774abfd969",
"md5": "286b3f5a60742de3df9c0ceeda230c0b",
"sha256": "16b0d1ed7f46f6e8c6011d70cf0168d89f022778d7591771337f7b1446553b2c"
},
"downloads": -1,
"filename": "cdflib-1.3.3.tar.gz",
"has_sig": false,
"md5_digest": "286b3f5a60742de3df9c0ceeda230c0b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 241702,
"upload_time": "2025-01-15T23:36:38",
"upload_time_iso_8601": "2025-01-15T23:36:38.237848Z",
"url": "https://files.pythonhosted.org/packages/71/44/482fe7f8646e2e95419a672e135b148123aa0388e093e55a97774abfd969/cdflib-1.3.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-15 23:36:38",
"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"
}