Metadata-Version: 2.1
Name: pnetcdf
Version: 1.0.0
Summary: Provides an object-oriented python interface to the PnetCDF library
License: MIT
Keywords: numpy,netcdf,data,science,network,oceanography,meteorology,climate
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Archiving :: Compression
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: Cython
Requires-Dist: numpy
Requires-Dist: mpi4py

PnetCDF-python is a Python interface to PnetCDF, a high-performance parallel I/O
 library for accessing netCDF files. This integration with Python allows for easy
  manipulation, analysis, and visualization of netCDF data using the rich ecosystem
   of Python's scientific computing libraries, making it a valuable tool for python-based
    applications that require high-performance access to netCDF files.
