Metadata-Version: 2.1
Name: cdfwriter
Version: 1.0.4
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>
License: BSD-3-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: License :: OSI Approved :: MIT License
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"

# 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.
