Metadata-Version: 2.4
Name: shipml-coldev
Version: 0.1.4
Summary: Deploy ML models to production with one command
Project-URL: Homepage, https://github.com/tuusuario/mlx-deploy
Project-URL: Documentation, https://github.com/tuusuario/mlx-deploy#readme
Project-URL: Issues, https://github.com/tuusuario/mlx-deploy/issues
License: MIT
Keywords: cli,deployment,fastapi,machine-learning,mlops
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Requires-Dist: fastapi>=0.111.0
Requires-Dist: numpy>=1.26.0
Requires-Dist: pydantic>=2.7.0
Requires-Dist: rich>=13.0.0
Requires-Dist: scikit-learn>=1.4.0
Requires-Dist: typer[all]>=0.12.0
Requires-Dist: uvicorn[standard]>=0.29.0
