Metadata-Version: 2.1
Name: pyqaxe
Version: 0.1.1
Summary: Dataset indexing and curation tool
Home-page: UNKNOWN
Author: Matthew Spellings
Author-email: mspells@umich.edu
License: BSD
Project-URL: Documentation, http://pyqaxe.readthedocs.io/
Project-URL: Source, https://bitbucket.org/glotzer/pyqaxe
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Database :: Front-Ends
Requires-Python: >=3
Requires-Dist: scandir; python_version < "3.5"


Pyqaxe is a library for transparently accessing datasets as they
change forms.

Documentation
=============

Full documentation is available in standard sphinx form::

  $ cd doc
  $ make html

Automatically-built documentation is available at
https://pyqaxe.readthedocs.io .


