[![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": null,
"docs_url": null,
"requires_python": ">=3.8",
"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/2b/03/4b6c19caf1ef647539ba926fff71f9a645f1d28496edc927ce7e68f8f6d0/cdflib-1.3.1.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": null,
"summary": "A python CDF reader toolkit",
"version": "1.3.1",
"project_urls": {
"Homepage": "https://github.com/MAVENSDC/cdflib"
},
"split_keywords": [
"cdf",
" maven",
" lasp",
" pds",
" gsfc"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "763d4b2bf1000474022f8015a9457cd36d66c1594ab2c81faf1c17c01e05d8ab",
"md5": "d5376863e062c506b314272dd76b6433",
"sha256": "115494bfffd23b92c41629d5fcfdefab77112a4d9d1ff6023f87c5444d2e9aeb"
},
"downloads": -1,
"filename": "cdflib-1.3.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d5376863e062c506b314272dd76b6433",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 229247,
"upload_time": "2024-05-14T19:35:08",
"upload_time_iso_8601": "2024-05-14T19:35:08.475394Z",
"url": "https://files.pythonhosted.org/packages/76/3d/4b2bf1000474022f8015a9457cd36d66c1594ab2c81faf1c17c01e05d8ab/cdflib-1.3.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2b034b6c19caf1ef647539ba926fff71f9a645f1d28496edc927ce7e68f8f6d0",
"md5": "fb8222ec14b679d20899725cb31cac2d",
"sha256": "7bb296e02ac7c47536c43bcc20d24796bfd9d4ec39490ec74953972203f26913"
},
"downloads": -1,
"filename": "cdflib-1.3.1.tar.gz",
"has_sig": false,
"md5_digest": "fb8222ec14b679d20899725cb31cac2d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 240119,
"upload_time": "2024-05-14T19:35:10",
"upload_time_iso_8601": "2024-05-14T19:35:10.975462Z",
"url": "https://files.pythonhosted.org/packages/2b/03/4b6c19caf1ef647539ba926fff71f9a645f1d28496edc927ce7e68f8f6d0/cdflib-1.3.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-14 19:35:10",
"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"
}