mcli-framework 7.12.0__tar.gz → 7.12.1__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.
Potentially problematic release.
This version of mcli-framework might be problematic. Click here for more details.
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/PKG-INFO +1 -1
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/pyproject.toml +1 -1
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/app/main.py +2 -42
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/self/self_cmd.py +52 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli_framework.egg-info/PKG-INFO +1 -1
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/.github/dependabot.yml +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/.github/workflows/build.yml +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/.github/workflows/ci.yml +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/.github/workflows/codeql.yml +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/.github/workflows/main_mcli.yml +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/.github/workflows/ml-pipeline.yml +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/.github/workflows/publish-self-hosted.yml +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/.github/workflows/publish.yml +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/.github/workflows/release.yml +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/.github/workflows/security.yml +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/.github/workflows/test.yml +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/LICENSE +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/MANIFEST.in +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/README.md +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/mcli_rust/Cargo.toml +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/mcli_rust/src/command_parser.rs +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/mcli_rust/src/file_watcher.rs +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/mcli_rust/src/lib.rs +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/mcli_rust/src/process_manager.rs +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/mcli_rust/src/tfidf.rs +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/setup.cfg +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/app/commands_cmd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/app/completion_helpers.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/app/init_cmd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/app/lock_cmd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/app/model/model.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/app/model_cmd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/app/store_cmd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/app/video/video.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/chat/chat.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/chat/command_rag.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/chat/enhanced_chat.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/chat/system_controller.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/chat/system_integration.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/cli.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/config.toml +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/api/api.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/api/daemon_client.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/api/daemon_client_local.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/api/daemon_decorator.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/api/mcli_decorators.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/auth/auth.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/auth/aws_manager.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/auth/azure_manager.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/auth/credential_manager.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/auth/gcp_manager.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/auth/key_manager.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/auth/mcli_manager.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/auth/token_manager.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/auth/token_util.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/config/config.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/custom_commands.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/discovery/__init__.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/discovery/command_discovery.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/erd/erd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/erd/generate_graph.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/files/files.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/fs/fs.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/lib.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/logger/logger.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/optional_deps.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/paths.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/performance/optimizer.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/performance/rust_bridge.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/performance/uvloop_config.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/pickles/pickles.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/search/cached_vectorizer.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/secrets/commands.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/secrets/manager.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/secrets/repl.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/secrets/store.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/services/data_pipeline.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/services/lsh_client.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/services/redis_service.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/shell/shell.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/toml/toml.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/ui/styling.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/ui/visual_effects.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/lib/watcher/watcher.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/api/app.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/api/middleware.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/api/routers/admin_router.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/api/routers/auth_router.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/api/routers/backtest_router.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/api/routers/data_router.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/api/routers/model_router.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/api/routers/monitoring_router.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/api/routers/portfolio_router.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/api/routers/prediction_router.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/api/routers/trade_router.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/api/routers/websocket_router.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/api/schemas.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/auth/auth_manager.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/auth/models.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/auth/permissions.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/backtesting/backtest_engine.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/backtesting/performance_metrics.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/backtesting/run.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/cache.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/cli/main.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/config/settings.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/configs/dvc_config.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/configs/mlflow_config.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/configs/mlops_manager.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/app.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/app_integrated.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/app_supabase.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/app_training.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/cli.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/common.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/components/charts.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/components/metrics.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/components/tables.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/overview.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/pages/cicd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/pages/debug_dependencies.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/pages/gravity_viz.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/pages/monte_carlo_predictions.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/pages/predictions_enhanced.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/pages/scrapers_and_logs.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/pages/test_portfolio.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/pages/trading.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/pages/workflows.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/streamlit_extras_utils.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/styles.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/utils.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/warning_suppression.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/data_ingestion/api_connectors.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/data_ingestion/data_pipeline.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/data_ingestion/stream_processor.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/database/migrations/env.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/database/models.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/database/session.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/experimentation/ab_testing.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/features/ensemble_features.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/features/recommendation_engine.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/features/stock_features.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/features/test_feature_engineering.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/logging.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/mlops/data_versioning.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/mlops/experiment_tracker.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/mlops/model_serving.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/mlops/pipeline_orchestrator.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/models/base_models.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/models/ensemble_models.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/models/recommendation_models.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/models/test_models.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/monitoring/drift_detection.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/monitoring/metrics.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/optimization/optimize.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/optimization/portfolio_optimizer.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/predictions/monte_carlo.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/predictions/prediction_engine.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/preprocessing/data_cleaners.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/preprocessing/feature_extractors.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/preprocessing/ml_pipeline.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/preprocessing/test_preprocessing.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/scripts/populate_sample_data.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/serving/serve.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/tasks.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/tests/test_integration.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/tests/test_training_dashboard.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/trading/alpaca_client.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/trading/migrations.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/trading/models.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/trading/paper_trading.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/trading/risk_management.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/trading/trading_service.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/training/train.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/training/train_model.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/mygroup/test_cmd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/public/oi/oi.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/public/public.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/self/completion_cmd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/self/logs_cmd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/self/migrate_cmd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/self/redis_cmd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/self/store_cmd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/self/test_cmd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/self/visual_cmd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/self/zsh_cmd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/daemon/async_command_database.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/daemon/async_process_manager.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/daemon/client.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/daemon/daemon.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/daemon/daemon_api.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/daemon/enhanced_daemon.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/daemon/process_cli.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/daemon/process_manager.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/daemon/test_daemon.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/dashboard/dashboard_cmd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/doc_convert.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/docker/docker.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/gcloud/config.toml +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/gcloud/gcloud.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/git_commit/ai_service.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/lsh_integration.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/model_service/client.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/model_service/download_and_run_efficient_models.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/model_service/lightweight_embedder.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/model_service/lightweight_model_server.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/model_service/lightweight_test.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/model_service/model_service.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/model_service/ollama_efficient_runner.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/model_service/openai_adapter.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/model_service/pdf_processor.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/model_service/test_efficient_runner.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/model_service/test_example.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/model_service/test_integration.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/model_service/test_new_features.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/notebook/converter.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/notebook/notebook_cmd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/notebook/schema.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/notebook/validator.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/openai/openai.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/registry/registry.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/repo/repo.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/scheduler/cron_parser.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/scheduler/job.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/scheduler/monitor.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/scheduler/persistence.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/scheduler/scheduler.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/secrets/secrets_cmd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/sync/test_cmd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/wakatime/wakatime.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/workflow/workflow.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli_framework.egg-info/SOURCES.txt +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli_framework.egg-info/dependency_links.txt +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli_framework.egg-info/entry_points.txt +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli_framework.egg-info/requires.txt +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli_framework.egg-info/top_level.txt +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/cli/test_all_commands.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/cli/test_app_logs_cmd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/cli/test_app_redis_cmd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/cli/test_logs_cmd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/cli/test_main_app.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/cli/test_model_cmd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/cli/test_self_cmd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/cli/test_self_cmd_commands.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/cli/test_self_cmd_plugins.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/cli/test_self_cmd_utilities.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/cli/test_workflow_file.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/cli/test_workflow_gcloud.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/cli/test_workflow_registry.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/conftest.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/demo_generate_graph.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/demo_hierarchical_transform.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/e2e/test_complete_workflows.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/e2e/test_model_workflow.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/e2e/test_new_user_workflow.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/e2e/test_update_workflow.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/fixtures/chat_fixtures.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/fixtures/cli_fixtures.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/fixtures/data_fixtures.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/fixtures/db_fixtures.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/fixtures/model_fixtures.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/integration/test_agent.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/integration/test_chat_client.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/integration/test_chat_system.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/integration/test_daemon_server.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/integration/test_e2e_dashboard_lsh_supabase.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/integration/test_flask_webapp.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/integration/test_gcloud_services.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/integration/test_lsh_client.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/integration/test_lsh_service.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/integration/test_ml_auth.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/integration/test_ml_data_pipeline.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/integration/test_ml_models.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/integration/test_ml_pipeline.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/integration/test_module_imports.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/integration/test_oi_service.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/integration/test_repo_operations.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/integration/test_scheduler_integration.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/integration/test_service_registry.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/integration/test_supabase_live_connection.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/integration/test_video_processing.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/integration/test_wakatime_api.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/integration/test_webapp_full.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/integration/test_workflow.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/integration/test_workflow_commands.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/run_tests.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/test_harness.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/test_openai_adapter.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_api_utils.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_async_process_manager.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_auth_modules.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_bug_fixes.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_config.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_custom_commands.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_custom_commands_filtering.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_daemon_api.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_dashboard_components.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_dashboard_functions.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_dashboard_pages.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_dependencies.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_doc_convert_workflow.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_emulator_workflow.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_erd_generation.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_erd_generic.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_erd_imports.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_git_commit_workflow.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_lib_auth.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_lib_files.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_lib_utils.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_logger.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_ml_preprocessing.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_optional_deps.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_paths.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_pdf_compress.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_prediction_engine.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_regression.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_scheduler.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_scheduler_cron_parser.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_scheduler_job.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_scheduler_monitor.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_scheduler_persistence.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_self_update.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_store_cmd.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_supabase_connection.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_supabase_pagination.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_toml_utils.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_trading_imports.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_ui_rich.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/test_uv_compat.py +0 -0
- {mcli_framework-7.12.0 → mcli_framework-7.12.1}/tests/unit/workflow/test_notebook.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mcli-framework
|
|
3
|
-
Version: 7.12.
|
|
3
|
+
Version: 7.12.1
|
|
4
4
|
Summary: Portable workflow framework - transform any script into a versioned, schedulable command. Store in ~/.mcli/workflows/, version with lockfile, run as daemon or cron job.
|
|
5
5
|
Author-email: Luis Fernandez de la Vara <luis@lefv.io>
|
|
6
6
|
Maintainer-email: Luis Fernandez de la Vara <luis@lefv.io>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "mcli-framework"
|
|
3
|
-
version = "7.12.
|
|
3
|
+
version = "7.12.1"
|
|
4
4
|
description = "Portable workflow framework - transform any script into a versioned, schedulable command. Store in ~/.mcli/workflows/, version with lockfile, run as daemon or cron job."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.9"
|
|
@@ -467,54 +467,14 @@ def create_app() -> click.Group:
|
|
|
467
467
|
|
|
468
468
|
app = click.Group(name="mcli")
|
|
469
469
|
|
|
470
|
-
#
|
|
471
|
-
@app.command()
|
|
472
|
-
@click.option("--verbose", "-v", is_flag=True, help="Show additional system information")
|
|
473
|
-
def version(verbose: bool):
|
|
474
|
-
"""Show mcli version and system information"""
|
|
475
|
-
message = get_version_info(verbose)
|
|
476
|
-
logger.info(message)
|
|
477
|
-
info(message)
|
|
478
|
-
|
|
470
|
+
# Version command moved to self group (mcli self version)
|
|
479
471
|
# Add lazy-loaded command groups
|
|
480
472
|
_add_lazy_commands(app)
|
|
481
473
|
|
|
482
474
|
return app
|
|
483
475
|
|
|
484
476
|
|
|
485
|
-
|
|
486
|
-
def get_version_info(verbose: bool = False) -> str:
|
|
487
|
-
"""Get version info, cached to prevent multiple calls."""
|
|
488
|
-
try:
|
|
489
|
-
# Try mcli-framework first (PyPI package name), then mcli (local dev)
|
|
490
|
-
mcli_version = None
|
|
491
|
-
meta = None
|
|
492
|
-
|
|
493
|
-
for pkg_name in ["mcli-framework", "mcli"]:
|
|
494
|
-
try:
|
|
495
|
-
mcli_version = version(pkg_name)
|
|
496
|
-
meta = metadata(pkg_name)
|
|
497
|
-
break
|
|
498
|
-
except Exception:
|
|
499
|
-
continue
|
|
500
|
-
|
|
501
|
-
if mcli_version is None:
|
|
502
|
-
return "Could not determine version: Package metadata not found"
|
|
503
|
-
|
|
504
|
-
info = [f"mcli version {mcli_version}"]
|
|
505
|
-
|
|
506
|
-
if verbose:
|
|
507
|
-
info.extend(
|
|
508
|
-
[
|
|
509
|
-
f"\nPython: {sys.version.split()[0]}",
|
|
510
|
-
f"Platform: {platform.platform()}",
|
|
511
|
-
f"Description: {meta.get('Summary', 'Not available')}",
|
|
512
|
-
f"Author: {meta.get('Author', 'Not available')}",
|
|
513
|
-
]
|
|
514
|
-
)
|
|
515
|
-
return "\n".join(info)
|
|
516
|
-
except Exception as e:
|
|
517
|
-
return f"Could not determine version: {e}"
|
|
477
|
+
# get_version_info moved to self_cmd.py
|
|
518
478
|
|
|
519
479
|
|
|
520
480
|
def main():
|
|
@@ -8,9 +8,13 @@ import importlib
|
|
|
8
8
|
import inspect
|
|
9
9
|
import json
|
|
10
10
|
import os
|
|
11
|
+
import platform
|
|
11
12
|
import re
|
|
13
|
+
import sys
|
|
12
14
|
import time
|
|
13
15
|
from datetime import datetime
|
|
16
|
+
from functools import lru_cache
|
|
17
|
+
from importlib.metadata import metadata, version
|
|
14
18
|
from pathlib import Path
|
|
15
19
|
from typing import Any, Dict, List, Optional
|
|
16
20
|
|
|
@@ -48,6 +52,43 @@ console = Console()
|
|
|
48
52
|
|
|
49
53
|
LOCKFILE_PATH = Path.home() / ".local" / "mcli" / "command_lock.json"
|
|
50
54
|
|
|
55
|
+
|
|
56
|
+
# Version info utility
|
|
57
|
+
@lru_cache()
|
|
58
|
+
def get_version_info(verbose: bool = False) -> str:
|
|
59
|
+
"""Get version info, cached to prevent multiple calls."""
|
|
60
|
+
try:
|
|
61
|
+
# Try mcli-framework first (PyPI package name), then mcli (local dev)
|
|
62
|
+
mcli_version = None
|
|
63
|
+
meta = None
|
|
64
|
+
|
|
65
|
+
for pkg_name in ["mcli-framework", "mcli"]:
|
|
66
|
+
try:
|
|
67
|
+
mcli_version = version(pkg_name)
|
|
68
|
+
meta = metadata(pkg_name)
|
|
69
|
+
break
|
|
70
|
+
except Exception:
|
|
71
|
+
continue
|
|
72
|
+
|
|
73
|
+
if mcli_version is None:
|
|
74
|
+
return "Could not determine version: Package metadata not found"
|
|
75
|
+
|
|
76
|
+
info = [f"mcli version {mcli_version}"]
|
|
77
|
+
|
|
78
|
+
if verbose:
|
|
79
|
+
info.extend(
|
|
80
|
+
[
|
|
81
|
+
f"\nPython: {sys.version.split()[0]}",
|
|
82
|
+
f"Platform: {platform.platform()}",
|
|
83
|
+
f"Description: {meta.get('Summary', 'Not available')}",
|
|
84
|
+
f"Author: {meta.get('Author', 'Not available')}",
|
|
85
|
+
]
|
|
86
|
+
)
|
|
87
|
+
return "\n".join(info)
|
|
88
|
+
except Exception as e:
|
|
89
|
+
return f"Error getting version info: {e}"
|
|
90
|
+
|
|
91
|
+
|
|
51
92
|
# Utility functions for command state lockfile
|
|
52
93
|
|
|
53
94
|
|
|
@@ -649,6 +690,17 @@ def plugin_update(plugin_name):
|
|
|
649
690
|
return 0
|
|
650
691
|
|
|
651
692
|
|
|
693
|
+
@self_app.command("version")
|
|
694
|
+
@click.option("--verbose", "-v", is_flag=True, help="Show additional system information")
|
|
695
|
+
def version_cmd(verbose: bool):
|
|
696
|
+
"""Show mcli version and system information."""
|
|
697
|
+
from mcli.lib.ui.styling import info
|
|
698
|
+
|
|
699
|
+
message = get_version_info(verbose)
|
|
700
|
+
logger.info(message)
|
|
701
|
+
info(message)
|
|
702
|
+
|
|
703
|
+
|
|
652
704
|
@self_app.command("hello")
|
|
653
705
|
@click.argument("name", default="World")
|
|
654
706
|
def hello(name: str):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mcli-framework
|
|
3
|
-
Version: 7.12.
|
|
3
|
+
Version: 7.12.1
|
|
4
4
|
Summary: Portable workflow framework - transform any script into a versioned, schedulable command. Store in ~/.mcli/workflows/, version with lockfile, run as daemon or cron job.
|
|
5
5
|
Author-email: Luis Fernandez de la Vara <luis@lefv.io>
|
|
6
6
|
Maintainer-email: Luis Fernandez de la Vara <luis@lefv.io>
|
|
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
|
|
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
|
{mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/api/routers/monitoring_router.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/api/routers/prediction_router.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
|
{mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/backtesting/performance_metrics.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
|
{mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/pages/debug_dependencies.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/pages/predictions_enhanced.py
RENAMED
|
File without changes
|
{mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/pages/scrapers_and_logs.py
RENAMED
|
File without changes
|
{mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/pages/test_portfolio.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/streamlit_extras_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/dashboard/warning_suppression.py
RENAMED
|
File without changes
|
{mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/data_ingestion/api_connectors.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/data_ingestion/stream_processor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/features/recommendation_engine.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/features/test_feature_engineering.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
|
{mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/optimization/portfolio_optimizer.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/predictions/prediction_engine.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/preprocessing/feature_extractors.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/preprocessing/test_preprocessing.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcli_framework-7.12.0 → mcli_framework-7.12.1}/src/mcli/ml/tests/test_training_dashboard.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
|