Metadata-Version: 2.1
Name: pytest-share_hdf
Version: 0.1.0
Summary: Plugin to save test data in HDF files and retrieve them for comparison
Home-page: https://github.com/atharva-2001/pytest_share_hdf
Author: Atharva Arya
Author-email: 
Maintainer: Atharva Arya
Maintainer-email: 
License: BSD-3
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

### Pytest Share HDF
![Tests](https://github.com/atharva-2001/pytest_share_hdf/actions/workflows/tests.yml/badge.svg)<br>
Pytest plugin to save references to an HDF file and then retrieve them for comparison with test results.
