Metadata-Version: 2.1
Name: dsbuilder
Version: 0.0
Summary: creating datasets, to specification
Home-page: https://dsbuilder.readthedocs.io
License: UNKNOWN
Description: # dsbuilder: creating datasets, to specification
        
        [![Build Status](https://travis-ci.com/shunt16/dsbuilder.svg?branch=master)](https://travis-ci.com/shunt16/dsbuilder) [![Documentation Status](https://readthedocs.org/projects/dsbuilder/badge/?version=latest)](https://dsbuilder.readthedocs.io/en/latest/?badge=latest)
        
        **dsbuilder** is a python module to help you build and write data files (primarily [NetCDF](https://www.unidata.ucar.edu/software/netcdf/)) with a specified format of dimensions, variables and metadata. This is built on top of [xarray](http://xarray.pydata.org/en/stable/)
        
        ## Documentation
        
        For more information visit our [documentation](https://dsbuilder.readthedocs.io/en/latest).
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
