README.md
setup.py
src/pipelinex/__init__.py
src/pipelinex/utils.py
src/pipelinex.egg-info/PKG-INFO
src/pipelinex.egg-info/SOURCES.txt
src/pipelinex.egg-info/dependency_links.txt
src/pipelinex.egg-info/not-zip-safe
src/pipelinex.egg-info/requires.txt
src/pipelinex.egg-info/top_level.txt
src/pipelinex/extras/__init__.py
src/pipelinex/extras/datasets/__init__.py
src/pipelinex/extras/datasets/core.py
src/pipelinex/extras/datasets/httpx/__init__.py
src/pipelinex/extras/datasets/httpx/async_api_dataset.py
src/pipelinex/extras/datasets/mlflow/__init__.py
src/pipelinex/extras/datasets/mlflow/mlflow_dataset.py
src/pipelinex/extras/datasets/opencv/__init__.py
src/pipelinex/extras/datasets/opencv/images_dataset.py
src/pipelinex/extras/datasets/pandas/__init__.py
src/pipelinex/extras/datasets/pandas/csv_local.py
src/pipelinex/extras/datasets/pandas/efficient_csv_local.py
src/pipelinex/extras/datasets/pandas/histgram.py
src/pipelinex/extras/datasets/pandas/pandas_cat_matrix.py
src/pipelinex/extras/datasets/pandas/pandas_describe.py
src/pipelinex/extras/datasets/pandas_profiling/__init__.py
src/pipelinex/extras/datasets/pandas_profiling/pandas_profiling.py
src/pipelinex/extras/datasets/pillow/__init__.py
src/pipelinex/extras/datasets/pillow/images_dataset.py
src/pipelinex/extras/datasets/requests/__init__.py
src/pipelinex/extras/datasets/requests/api_dataset.py
src/pipelinex/extras/datasets/seaborn/__init__.py
src/pipelinex/extras/datasets/seaborn/seaborn_pairplot.py
src/pipelinex/extras/datasets/torchvision/__init__.py
src/pipelinex/extras/datasets/torchvision/iterable_images_dataset.py
src/pipelinex/extras/decorators/__init__.py
src/pipelinex/extras/decorators/decorators.py
src/pipelinex/extras/decorators/memory_profiler.py
src/pipelinex/extras/decorators/mlflow_logger.py
src/pipelinex/extras/decorators/nvml_profiler.py
src/pipelinex/extras/decorators/pandas_decorators.py
src/pipelinex/extras/hooks/__init__.py
src/pipelinex/extras/hooks/add_catalog_dict.py
src/pipelinex/extras/hooks/add_transformers.py
src/pipelinex/extras/hooks/mlflow/__init__.py
src/pipelinex/extras/hooks/mlflow/mlflow_artifacts_logger.py
src/pipelinex/extras/hooks/mlflow/mlflow_basic_logger.py
src/pipelinex/extras/hooks/mlflow/mlflow_catalog_logger.py
src/pipelinex/extras/hooks/mlflow/mlflow_datasets_logger.py
src/pipelinex/extras/hooks/mlflow/mlflow_env_vars_logger.py
src/pipelinex/extras/hooks/mlflow/mlflow_time_logger.py
src/pipelinex/extras/hooks/mlflow/mlflow_utils.py
src/pipelinex/extras/ops/__init__.py
src/pipelinex/extras/ops/allennlp_ops.py
src/pipelinex/extras/ops/argparse_ops.py
src/pipelinex/extras/ops/numpy_ops.py
src/pipelinex/extras/ops/opencv_ops.py
src/pipelinex/extras/ops/pandas_ops.py
src/pipelinex/extras/ops/pytorch_ops.py
src/pipelinex/extras/ops/shap_ops.py
src/pipelinex/extras/ops/skimage_ops.py
src/pipelinex/extras/ops/sklearn_ops.py
src/pipelinex/extras/ops/ignite/__init__.py
src/pipelinex/extras/ops/ignite/declaratives/__init__.py
src/pipelinex/extras/ops/ignite/declaratives/declarative_trainer.py
src/pipelinex/extras/ops/ignite/handlers/__init__.py
src/pipelinex/extras/ops/ignite/handlers/flexible_checkpoint.py
src/pipelinex/extras/ops/ignite/handlers/time_limit.py
src/pipelinex/extras/ops/ignite/metrics/__init__.py
src/pipelinex/extras/ops/ignite/metrics/cohen_kappa_score.py
src/pipelinex/extras/ops/ignite/metrics/fbeta_score.py
src/pipelinex/extras/ops/ignite/metrics/utils.py
src/pipelinex/extras/transformers/__init__.py
src/pipelinex/extras/transformers/mlflow/__init__.py
src/pipelinex/extras/transformers/mlflow/mlflow_io_time_logger.py
src/pipelinex/framework/__init__.py
src/pipelinex/framework/configure.py
src/pipelinex/framework/context/__init__.py
src/pipelinex/framework/context/context.py
src/pipelinex/framework/context/flexible_catalog_context.py
src/pipelinex/framework/context/flexible_context.py
src/pipelinex/framework/context/flexible_parameters_context.py
src/pipelinex/framework/context/flexible_run_context.py
src/pipelinex/framework/context/save_pipeline_json_context.py
src/pipelinex/hatch_dict/__init__.py
src/pipelinex/hatch_dict/hatch_dict.py
src/pipelinex/pipeline/__init__.py
src/pipelinex/pipeline/pipeline.py
src/pipelinex/pipeline/sub_pipeline.py
src/tests/extras/__init__.py
src/tests/extras/datasets/__init__.py
src/tests/extras/datasets/httpx/__init__.py
src/tests/extras/datasets/httpx/test_async_api_dataset.py
src/tests/extras/datasets/pillow/__init__.py
src/tests/extras/datasets/pillow/test_images.py
src/tests/extras/datasets/requests/__init__.py
src/tests/extras/datasets/requests/test_api_dataset.py
src/tests/extras/decorators/__init__.py
src/tests/extras/decorators/test_decorators.py
src/tests/extras/decorators/test_memory_profiler.py
src/tests/extras/decorators/test_nvml_profiler.py