Metadata-Version: 2.4
Name: xev-data
Version: 0.1.0
Summary: Vera's database tools for python
Keywords: hdf5,database management
Author-Email: Vera Delfavero <xevra86@gmail.com>
Maintainer-Email: Vera Delfavero <xevra86@gmail.com>
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Project-URL: Homepage, https://gitlab.com/xevra/xev-data
Project-URL: Bug Reports,  https://gitlab.com/xevra/xev-data/issues
Requires-Python: >=3.6
Requires-Dist: numpy>=1.16
Requires-Dist: h5py>=2.10.0
Requires-Dist: tqdm
Description-Content-Type: text/markdown

# Database Tools

Database wrapper for hdf5 through h5py.

I use this wrapper for file I/O because it saves me from writing the same code over and over again, and it is tested.

## Installation:

pip3 install xev-data

## Contributing

We are open to pull requests.

If you would like to make a contribution, please explain what changes you are making and why.

## License

[MIT](https://choosealicense.com/licenses/mit)
