Metadata-Version: 2.4
Name: cdfwriter
Version: 1.1.5
Summary: A small and simple package for writing CDF files
Home-page: http://github.com/joeymukherjee/cdfwriter
Author: Joey Mukherjee
Author-email: Joey Mukherjee <joey.mukherjee@yahoo.com>, Carrie Gonzalez <carrie.gonzalez@swri.org>
License-Expression: MIT AND (Apache-2.0 OR BSD-2-Clause)
Project-URL: Homepage, https://github.com/joeymukherjee/cdfwriter
Project-URL: Bug Tracker, https://github.com/joeymukherjee/cdfwriter/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: spacepy
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: flake8; extra == "tests"
Dynamic: license-file

# cdfwriter package

This is a Python package developed at Southwest Research Institute
that aims to provide a simple and efficient solution to generating CDF files.

It uses a high level Object-Oriented interface method that allows for
the definition of a common set of CDF files that are similar.

The cdfwriter package uses spacepy.pycdf to write a common set of CDFs
and makes use of the numpy package.
