.dockerignore
.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
CONTRIBUTING.rst
COPYRIGHT
LICENSE
Makefile
README.rst
pylintrc
pyproject.toml
setup.cfg
setup.py
.codefresh/Dockerfile
.codefresh/README.rst
.codefresh/cd_zeffclient.yml
.codefresh/ci_zeffclient.yml
.codefresh/echo_variables.yml
.codefresh/var_file.yml
bin/changelog.py
changelog/README.rst
changelog/_template.rst
docs/.gitignore
docs/Makefile
docs/make.bat
docs/source/changelog.rst
docs/source/conf.py
docs/source/glossary.rst
docs/source/index.rst
docs/source/install.rst
docs/source/modules.rst
docs/source/zeff.cli.rst
docs/source/zeff.cloud.rst
docs/source/zeff.record.rst
docs/source/zeff.recordgenerator.rst
docs/source/zeff.rst
docs/source/zeff.validator.rst
docs/source/examples/Makefile
docs/source/examples/cleanproject.rst
docs/source/examples/example_csv.rst
docs/source/examples/example_rdbms.rst
docs/source/examples/example_yaml.rst
docs/source/examples/index.rst
docs/source/examples/project_directory.rst
docs/source/examples/train.rst
docs/source/examples/zeffclient_example_csv/README
docs/source/examples/zeffclient_example_csv/builder.py
docs/source/examples/zeffclient_example_csv/generator.py
docs/source/examples/zeffclient_example_csv/properties.csv
docs/source/examples/zeffclient_example_csv/quickstart.sh
docs/source/examples/zeffclient_example_csv/zeff.conf
docs/source/examples/zeffclient_example_csv/images_1395678/property001.jpeg
docs/source/examples/zeffclient_example_csv/images_1395678/property002.jpeg
docs/source/examples/zeffclient_example_csv/images_1395678/property003.jpeg
docs/source/examples/zeffclient_example_rdbms/builder.py
docs/source/examples/zeffclient_example_rdbms/db.sqlite3
docs/source/examples/zeffclient_example_rdbms/generator.py
docs/source/examples/zeffclient_example_rdbms/quickstart.sh
docs/source/examples/zeffclient_example_rdbms/zeff.conf
docs/source/examples/zeffclient_example_yaml/README
docs/source/examples/zeffclient_example_yaml/builder.py
docs/source/examples/zeffclient_example_yaml/generator.py
docs/source/examples/zeffclient_example_yaml/properties.yml
docs/source/examples/zeffclient_example_yaml/quickstart.sh
docs/source/examples/zeffclient_example_yaml/zeff.conf
docs/source/examples/zeffclient_example_yaml/images_1395678/property001.jpeg
docs/source/examples/zeffclient_example_yaml/images_1395678/property002.jpeg
docs/source/examples/zeffclient_example_yaml/images_1395678/property003.jpeg
docs/source/uml/TemporalRecordObjectDiagram.uml
docs/source/uml/classDiagram.uml
docs/source/uml/geospatialRecordClassDiagram.uml
docs/source/uml/overviewActivityDiagram.uml
docs/source/uml/overviewUseCase.uml
docs/source/uml/recordClassDiagram.uml
docs/source/uml/recordProcessActivityDiagram.uml
docs/source/uml/recordProcessSequenceDiagram.uml
docs/source/uml/temporalRecordClassDiagram.uml
src/ZeffClient.egg-info/PKG-INFO
src/ZeffClient.egg-info/SOURCES.txt
src/ZeffClient.egg-info/dependency_links.txt
src/ZeffClient.egg-info/entry_points.txt
src/ZeffClient.egg-info/requires.txt
src/ZeffClient.egg-info/top_level.txt
src/zeff/__init__.py
src/zeff/pipeline.py
src/zeff/pipeline_observation.py
src/zeff/predictor.py
src/zeff/uploader.py
src/zeff/zeffcloud.py
src/zeff/zeffcloud.yml
src/zeff/zeffdatasettype.py
src/zeff/cli/RecordBuilder.template
src/zeff/cli/RecordGenerator.template
src/zeff/cli/__init__.py
src/zeff/cli/__main__.py
src/zeff/cli/actions.py
src/zeff/cli/configuration.py
src/zeff/cli/configuration_default.conf
src/zeff/cli/init.py
src/zeff/cli/logging_default.txt
src/zeff/cli/models.py
src/zeff/cli/pipeline.py
src/zeff/cli/predict.py
src/zeff/cli/record_builders.py
src/zeff/cli/server.py
src/zeff/cli/train.py
src/zeff/cli/upload.py
src/zeff/cloud/__init__.py
src/zeff/cloud/dataset.py
src/zeff/cloud/encoder.py
src/zeff/cloud/exception.py
src/zeff/cloud/model.py
src/zeff/cloud/record.py
src/zeff/cloud/resource.py
src/zeff/cloud/training.py
src/zeff/record/__init__.py
src/zeff/record/file.py
src/zeff/record/formatter.py
src/zeff/record/record.py
src/zeff/record/structureddata.py
src/zeff/record/symbolic.py
src/zeff/record/unstructureddata.py
src/zeff/record/unstructuredtemporaldata.py
src/zeff/recordgenerator/__init__.py
src/zeff/recordgenerator/generate.py
src/zeff/recordgenerator/urlgenerators.py
src/zeff/validator/__init__.py
src/zeff/validator/generic.py
src/zeff/validator/geospatial.py
src/zeff/validator/record.py
src/zeff/validator/temporal.py
tests/Dockerfile
tests/__init__.py
tests/docker-compose.yml
tests/zeffTestSuite/__init__.py
tests/zeffTestSuite/test_pipeline_observer.py
tests/zeffTestSuite/record/test_formatter.py
tests/zeffTestSuite/record/test_record.py
tests/zeffTestSuite/record/test_structureddata.py
tests/zeffTestSuite/record/test_unstructureddata.py
tests/zeffTestSuite/recordgenerator/__init__.py
tests/zeffTestSuite/recordgenerator/test_generator.py
tests/zeffTestSuite/recordgenerator/test_url_generator.py
tests/zeffcliTestSuite/__init__.py
tests/zeffcliTestSuite/builder.py
tests/zeffcliTestSuite/db.sqlite3
tests/zeffcliTestSuite/generator.py
tests/zeffcliTestSuite/test_generate.py
tests/zeffcliTestSuite/test_init.py
tests/zeffcliTestSuite/test_main.py
tests/zeffcliTestSuite/validator.py
tests/zeffcliTestSuite/zeff.conf