.appveyor.yml
.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
ci/bootstrap.py
ci/requirements.txt
ci/templates/.appveyor.yml
ci/templates/.travis.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/hdf5objects.rst
docs/reference/index.rst
src/__init__.py
src/hdf5objects/__init__.py
src/hdf5objects/hdf5object.py
src/hdf5objects.egg-info/PKG-INFO
src/hdf5objects.egg-info/SOURCES.txt
src/hdf5objects.egg-info/dependency_links.txt
src/hdf5objects.egg-info/entry_points.txt
src/hdf5objects.egg-info/not-zip-safe
src/hdf5objects.egg-info/requires.txt
src/hdf5objects.egg-info/top_level.txt
src/hdf5objects/dataframes/__init__.py
src/hdf5objects/dataframes/hdf5baseframe.py
src/hdf5objects/dataframes/hdf5xltekframe.py
src/hdf5objects/dataframes/xltekdayframe.py
src/hdf5objects/dataframes/xltekstudyframe.py
src/hdf5objects/datasets/__init__.py
src/hdf5objects/datasets/channelaxis.py
src/hdf5objects/datasets/hierarchialdataset.py
src/hdf5objects/datasets/linkeddataset.py
src/hdf5objects/datasets/referncedataset.py
src/hdf5objects/datasets/sampleaxis.py
src/hdf5objects/datasets/timeaxis.py
src/hdf5objects/datasets/timeseriesdataset.py
src/hdf5objects/objects/__init__.py
src/hdf5objects/objects/basehdf5.py
src/hdf5objects/objects/hdf5eeg.py
src/hdf5objects/objects/hdf5events.py
src/hdf5objects/objects/hdf5xltek.py
src/hdf5objects/xltek/__init__.py
src/hdf5objects/xltek/eegframe.py
src/hdf5objects/xltek/hdf5xltekstudy.py
src/hdf5objects/xltek/ui/__init__.py
src/hdf5objects/xltek/ui/eegscanner.py
src/hdf5objects/xltek/ui/eegveiwer.py
src/hdf5objects/xltek/ultity/__init__.py
src/hdf5objects/xltek/ultity/concatenator.py
tests/clusting_test.py
tests/test_hdf5frames.py
tests/test_hdf5objects.py
tests/test_xltekobjects.py
tests/widgetstest.py