Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More โ†’
Socket
Book a DemoSign in
Socket

mlopscli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mlopscli - pypi Package Compare versions

Comparing version
0.1.2
to
0.1.3
mlopscli/__init__.py
+1
-1

@@ -72,3 +72,3 @@ # mlopscli/cli.py

subprocess.run(["streamlit", "run", "mlopscli/dashboard.py"])
subprocess.run(["streamlit", "run", str(Path(__file__).parent / "dashboard.py")])

@@ -75,0 +75,0 @@

Metadata-Version: 2.3
Name: mlopscli
Version: 0.1.2
Version: 0.1.3
Summary: CLI to turn DS scripts to composable pipelines.

@@ -5,0 +5,0 @@ Author: Himanshu Bajpai

[project]
name = "mlopscli"
version = "0.1.2"
version = "0.1.3"
description = "CLI to turn DS scripts to composable pipelines."

@@ -8,2 +8,5 @@ authors = [

]
packages = [
{ include = "mlopscli" }
]
readme = "README.md"

@@ -10,0 +13,0 @@ requires-python = ">=3.10"