cdflib 1.3.8


pip install cdflib

  Latest version

Released: Jan 09, 2026

Project Links

Meta
Author: Bryan Harter
Requires Python: >=3.9

Classifiers

Development Status
  • 5 - Production/Stable

Environment
  • Console

Intended Audience
  • Science/Research

Operating System
  • OS Independent

Programming Language
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3 :: Only

Topic
  • Utilities

Run tests codecov DOI Documentation Status

CDFlib

cdflib is a python module to read/write CDF (Common Data Format .cdf) files without needing to install the CDF NASA library.

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:

pip install cdflib

Documentation

The full documentation can be found here

https://lasp.github.io/cdflib/

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
numpy (>=1.21)