jerry-thomas 1.0.1__tar.gz → 1.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/PKG-INFO +1 -1
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/pyproject.toml +1 -1
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/cli/app.py +4 -1
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/pyproject.toml +1 -1
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/jerry_thomas.egg-info/PKG-INFO +1 -1
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/LICENSE +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/README.md +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/setup.cfg +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/__init__.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/analysis/__init__.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/analysis/vector/collector.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/analysis/vector/matrix.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/analysis/vector/report.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/analysis/vector_analyzer.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/build/__init__.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/build/state.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/build/tasks/__init__.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/build/tasks/config.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/build/tasks/metadata.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/build/tasks/scaler.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/build/tasks/schema.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/build/tasks/utils.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/cli/commands/build.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/cli/commands/contract.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/cli/commands/domain.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/cli/commands/filter.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/cli/commands/inspect.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/cli/commands/list_.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/cli/commands/plugin.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/cli/commands/run.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/cli/commands/run_config.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/cli/commands/serve_pipeline.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/cli/commands/source.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/cli/visuals/__init__.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/cli/visuals/common.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/cli/visuals/labels.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/cli/visuals/runner.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/cli/visuals/sections.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/cli/visuals/sources.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/cli/visuals/sources_basic.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/cli/visuals/sources_off.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/cli/visuals/sources_rich.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/config/__init__.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/config/catalog.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/config/context.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/config/dataset/dataset.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/config/dataset/feature.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/config/dataset/loader.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/config/dataset/normalize.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/config/metadata.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/config/postprocess.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/config/project.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/config/resolution.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/config/split.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/config/tasks.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/config/workspace.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/domain/__init__.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/domain/feature.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/domain/record.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/domain/sample.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/domain/vector.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/filters/filters.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/integrations/__init__.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/integrations/ml/__init__.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/integrations/ml/adapter.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/integrations/ml/pandas_support.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/integrations/ml/rows.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/integrations/ml/torch_support.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/io/factory.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/io/output.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/io/protocols.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/io/serializers.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/io/sinks/__init__.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/io/sinks/base.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/io/sinks/files.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/io/sinks/rich.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/io/sinks/stdout.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/io/writers/__init__.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/io/writers/base.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/io/writers/csv_writer.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/io/writers/jsonl.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/io/writers/pickle_writer.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/mappers/noop.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/mappers/synthetic/time.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/parsers/identity.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/pipeline/__init__.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/pipeline/artifacts.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/pipeline/context.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/pipeline/observability.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/pipeline/pipelines.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/pipeline/split.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/pipeline/stages.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/pipeline/utils/keygen.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/pipeline/utils/memory_sort.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/pipeline/utils/ordering.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/pipeline/utils/transform_utils.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/plugins.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/registries/registry.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/runtime.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/services/artifacts.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/services/bootstrap/__init__.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/services/bootstrap/config.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/services/bootstrap/core.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/services/constants.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/services/entrypoints.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/services/factories.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/services/paths.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/services/project_paths.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/services/runs.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/services/scaffold/__init__.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/services/scaffold/domain.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/services/scaffold/filter.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/services/scaffold/mappers.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/services/scaffold/plugin.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/services/scaffold/source.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/services/scaffold/templates.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/sources/__init__.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/sources/data_loader.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/sources/decoders.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/sources/factory.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/sources/models/__init__.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/sources/models/base.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/sources/models/generator.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/sources/models/loader.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/sources/models/parser.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/sources/models/parsing_error.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/sources/models/source.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/sources/models/synthetic.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/sources/synthetic/__init__.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/sources/synthetic/time/__init__.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/sources/synthetic/time/loader.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/sources/synthetic/time/parser.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/sources/transports.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/README.md +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/example/contracts/time.ticks.hour_sin.yaml +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/example/contracts/time.ticks.linear.yaml +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/example/dataset.yaml +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/example/postprocess.yaml +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/example/project.yaml +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/example/sources/synthetic.ticks.yaml +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/example/tasks/metadata.yaml +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/example/tasks/scaler.yaml +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/example/tasks/schema.yaml +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/example/tasks/serve.test.yaml +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/example/tasks/serve.train.yaml +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/example/tasks/serve.val.yaml +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/jerry.yaml +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/src/{{PACKAGE_NAME}}/__init__.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/your-dataset/contracts/time.ticks.hour_sin.yaml +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/your-dataset/contracts/time.ticks.linear.yaml +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/your-dataset/dataset.yaml +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/your-dataset/postprocess.yaml +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/your-dataset/project.yaml +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/your-dataset/sources/synthetic.ticks.yaml +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/your-dataset/tasks/metadata.yaml +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/your-dataset/tasks/scaler.yaml +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/your-dataset/tasks/schema.yaml +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/your-dataset/tasks/serve.test.yaml +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/your-dataset/tasks/serve.train.yaml +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/your-dataset/tasks/serve.val.yaml +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/stubs/dto.py.j2 +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/stubs/filter.py.j2 +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/stubs/loader_synthetic.py.j2 +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/stubs/mapper.py.j2 +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/stubs/parser.py.j2 +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/stubs/parser_custom.py.j2 +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/stubs/record.py.j2 +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/stubs/source.yaml.j2 +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/debug/identity.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/debug/lint.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/feature/model.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/feature/scaler.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/filter.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/record/floor_time.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/record/lag.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/sequence.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/stream/dedupe.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/stream/ensure_ticks.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/stream/fill.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/stream/granularity.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/utils.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/vector/__init__.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/vector/common.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/vector/drop/__init__.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/vector/drop/horizontal.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/vector/drop/orchestrator.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/vector/drop/vertical.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/vector/ensure_schema.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/vector/fill.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/vector/replace.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/vector_utils.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/utils/__init__.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/utils/load.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/utils/paths.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/utils/pickle_model.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/utils/placeholders.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/utils/rich_compat.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/utils/time.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/utils/window.py +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/jerry_thomas.egg-info/SOURCES.txt +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/jerry_thomas.egg-info/dependency_links.txt +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/jerry_thomas.egg-info/entry_points.txt +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/jerry_thomas.egg-info/requires.txt +0 -0
- {jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/jerry_thomas.egg-info/top_level.txt +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "jerry-thomas"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.2"
|
|
8
8
|
description = "Jerry-Thomas: a stream-first, plugin-friendly data pipeline (mixology-themed CLI)"
|
|
9
9
|
readme = { file = "README.md", content-type = "text/markdown" }
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -490,7 +490,10 @@ def main() -> None:
|
|
|
490
490
|
args = parser.parse_args()
|
|
491
491
|
|
|
492
492
|
# Resolve dataset/project selection for commands that use a project.
|
|
493
|
-
|
|
493
|
+
needs_project_resolution = args.cmd in {"serve", "build", "inspect"}
|
|
494
|
+
if needs_project_resolution and (
|
|
495
|
+
hasattr(args, "project") or hasattr(args, "dataset")
|
|
496
|
+
):
|
|
494
497
|
raw_project = getattr(args, "project", None)
|
|
495
498
|
raw_dataset = getattr(args, "dataset", None)
|
|
496
499
|
resolved_project, resolved_dataset = _resolve_project_from_args(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/integrations/ml/pandas_support.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/pipeline/utils/transform_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/sources/synthetic/time/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/plugin_skeleton/jerry.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/stubs/loader_synthetic.py.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/templates/stubs/parser_custom.py.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/stream/ensure_ticks.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/vector/drop/__init__.py
RENAMED
|
File without changes
|
{jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/vector/drop/horizontal.py
RENAMED
|
File without changes
|
{jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/vector/drop/orchestrator.py
RENAMED
|
File without changes
|
{jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/vector/drop/vertical.py
RENAMED
|
File without changes
|
{jerry_thomas-1.0.1 → jerry_thomas-1.0.2}/src/datapipeline/transforms/vector/ensure_schema.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|