.flake8
.gitignore
COPYRIGHT
ChangeLog
MANIFEST.in
NXSDataWriter
NXSDataWriter.xmi
README.rst
nxsfromxml
setup.cfg
setup.py
.ci/install.sh
.ci/run.sh
.ci/debian10_py2/Dockerfile
.ci/debian10_py3/Dockerfile
.ci/debian11_py3/Dockerfile
.ci/debian8_py2/Dockerfile
.ci/debian8_py3/Dockerfile
.ci/debian9_py2/Dockerfile
.ci/debian9_py3/Dockerfile
.ci/ubuntu16.04_py2/Dockerfile
.ci/ubuntu16.04_py3/Dockerfile
.ci/ubuntu18.04_py2/Dockerfile
.ci/ubuntu18.04_py3/Dockerfile
.ci/ubuntu20.04_py3/Dockerfile
.github/workflows/tests.yml
XMLExamples/MNI.xml
XMLExamples/encodedImage.xml
XMLExamples/encodedImage4.xml
XMLExamples/scan.xml
XMLExamples/scan2.xml
XMLExamples/scan3.xml
XMLExamples/test.xml
XMLExamples/trigger.xml
doc/Makefile
doc/conf.py
doc/index.rst
doc/make.bat
doc/nxswriter.rst
doc_html/AttrCanFail.html
doc_html/AttrCurrentFileId.html
doc_html/AttrErrors.html
doc_html/AttrFileName.html
doc_html/AttrJSONRecord.html
doc_html/AttrSkipAcquisition.html
doc_html/AttrStepsPerFile.html
doc_html/AttrXMLSettings.html
doc_html/Attributes.html
doc_html/ClassDescription.html
doc_html/CmdCloseEntry.html
doc_html/CmdCloseEntryAsynch.html
doc_html/CmdCloseFile.html
doc_html/CmdOpenEntry.html
doc_html/CmdOpenEntryAsynch.html
doc_html/CmdOpenFile.html
doc_html/CmdRecord.html
doc_html/CmdRecordAsynch.html
doc_html/CmdState.html
doc_html/CmdStatus.html
doc_html/Commands.html
doc_html/FullDocument.html
doc_html/Properties.html
doc_html/States.html
doc_html/TitleBanner.html
doc_html/index.html
man/NXSDataWriter.1
man/nxsfromxml.1
man/nxswriter.1
nxswriter/ClientSource.py
nxswriter/DBaseSource.py
nxswriter/DataHolder.py
nxswriter/DataSourceFactory.py
nxswriter/DataSourcePool.py
nxswriter/DataSources.py
nxswriter/DecoderPool.py
nxswriter/EAttribute.py
nxswriter/EField.py
nxswriter/EGroup.py
nxswriter/ELink.py
nxswriter/EStrategy.py
nxswriter/Element.py
nxswriter/ElementThread.py
nxswriter/Errors.py
nxswriter/FElement.py
nxswriter/FetchNameHandler.py
nxswriter/H5Elements.py
nxswriter/InnerXMLParser.py
nxswriter/Metadata.py
nxswriter/NXSFromXML.py
nxswriter/NXSWriter.py
nxswriter/NexusXMLHandler.py
nxswriter/PyEvalSource.py
nxswriter/Release.py
nxswriter/StreamSet.py
nxswriter/TangoDataWriter.py
nxswriter/TangoSource.py
nxswriter/ThreadPool.py
nxswriter/Types.py
nxswriter/__init__.py
nxswriter.egg-info/PKG-INFO
nxswriter.egg-info/SOURCES.txt
nxswriter.egg-info/dependency_links.txt
nxswriter.egg-info/not-zip-safe
nxswriter.egg-info/requires.txt
nxswriter.egg-info/top_level.txt
test/Checkers.py
test/ClientFieldTagAsynchH5Cpp_test.py
test/ClientFieldTagAsynchH5PY_test.py
test/ClientFieldTagServerH5Cpp_test.py
test/ClientFieldTagServerH5PY_test.py
test/ClientFieldTagWriterH5Cpp_test.py
test/ClientFieldTagWriterH5PY_test.py
test/ClientSource_test.py
test/Converters_test.py
test/DBFieldTagAsynchH5Cpp_test.py
test/DBFieldTagAsynchH5PY_test.py
test/DBFieldTagServerH5Cpp_test.py
test/DBFieldTagServerH5PY_test.py
test/DBFieldTagWriterH5Cpp_test.py
test/DBFieldTagWriterH5PY_test.py
test/DBaseSource_test.py
test/DataHolder_test.py
test/DataSourceDecoders_test.py
test/DataSourceFactory_test.py
test/DataSourcePool_test.py
test/DataSource_test.py
test/DecoderPool_test.py
test/EAttributeH5Cpp_test.py
test/EAttributeH5PY_test.py
test/EDimH5Cpp_test.py
test/EDimH5PY_test.py
test/EDimensionsH5Cpp_test.py
test/EDimensionsH5PY_test.py
test/EDocH5Cpp_test.py
test/EDocH5PY_test.py
test/EFieldH5Cpp_test.py
test/EFieldH5PY_test.py
test/EFieldReshapeH5Cpp_test.py
test/EFieldReshapeH5PY_test.py
test/EFileH5Cpp_test.py
test/EFileH5PY_test.py
test/EGroupH5Cpp_test.py
test/EGroupH5PY_test.py
test/ELinkH5Cpp_test.py
test/ELinkH5PY_test.py
test/EStrategyH5Cpp_test.py
test/EStrategyH5PY_test.py
test/ESymbolH5Cpp_test.py
test/ESymbolH5PY_test.py
test/ElementH5Cpp_test.py
test/ElementH5PY_test.py
test/ElementThread_test.py
test/Element_test.py
test/Errors_test.py
test/FElementH5Cpp_test.py
test/FElementH5PY_test.py
test/FElementWithAttrH5Cpp_test.py
test/FElementWithAttrH5PY_test.py
test/FetchNameHandler_test.py
test/FileWriterH5CppH5PY_test.py
test/FileWriterH5Cpp_test.py
test/FileWriterH5PY_test.py
test/H5CppWriter_test.py
test/H5PYWriter_test.py
test/InnerXMLParser_test.py
test/MYSQLSource_test.py
test/NTP_test.py
test/NXSDataWriterH5Cpp_test.py
test/NXSDataWriterH5PY_test.py
test/NXSFromXMLH5Cpp_test.py
test/NXSFromXMLH5PY_test.py
test/NexusXMLHandlerH5Cpp_test.py
test/NexusXMLHandlerH5PY_test.py
test/ORACLESource_test.py
test/PGSQLSource_test.py
test/ProxyHelper.py
test/ProxyTools_test.py
test/PyEvalSource_test.py
test/PyEvalTangoSourceH5Cpp_test.py
test/PyEvalTangoSourceH5PY_test.py
test/ServerSetUp.py
test/SimpleServer.py
test/SimpleServerSetUp.py
test/StreamSet_test.py
test/TNObject_test.py
test/TangoClassID.txt
test/TangoDataWriterH5CppH5PY_test.py
test/TangoDataWriterH5Cpp_test.py
test/TangoDataWriterH5PY_test.py
test/TangoFieldTagAsynchH5Cpp_test.py
test/TangoFieldTagAsynchH5PY_test.py
test/TangoFieldTagServerH5Cpp_test.py
test/TangoFieldTagServerH5PY_test.py
test/TangoFieldTagWriterH5Cpp_test.py
test/TangoFieldTagWriterH5PY_test.py
test/TangoSource_test.py
test/TgDevice_test.py
test/TgGroup_test.py
test/TgMember_test.py
test/ThreadPool_test.py
test/TstDataSource.py
test/UINT32decoder_test.py
test/UTF8decoder_test.py
test/VDEOdecoder_test.py
test/XMLFieldTagAsynchH5Cpp_test.py
test/XMLFieldTagAsynchH5PY_test.py
test/XMLFieldTagServerH5Cpp_test.py
test/XMLFieldTagServerH5PY_test.py
test/XMLFieldTagWriterH5Cpp_test.py
test/XMLFieldTagWriterH5PY_test.py
test/__init__.py
test/__main__.py
test/main.py
test/mydb.pgsql
test/sttest.py