minimls
A minimal Python client for accessing MLS (Machine Learning Service) from OMI on-premises environments.
Overview
minimls provides a lightweight interface for OMI on-premises servers to communicate with the internal MLS service running on AWS. It abstracts REST API calls and/or AWS SDK interactions into a simple, consistent Python API.
Installation
pip install minimls
Usage
import minimls
print(minimls.__version__)
Development
Setup
# Clone the repository
git clone https://gitlab.cidp.io/mls/minimls.git
cd minimls
# Install with dev dependencies
pip install -e ".[dev]"
Running tests
pytest
Linting
ruff check .
mypy minimls/
Building and publishing
# Build
python -m build
# Upload to PyPI (test)
twine upload --repository testpypi dist/*
# Upload to PyPI
twine upload dist/*
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
minimls-0.5.0.tar.gz
(9.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file minimls-0.5.0.tar.gz.
File metadata
- Download URL: minimls-0.5.0.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4cee362f44ab1a5b3a1cd6c9321436cec574ce565d4f8e39591ef532f0fe5858
|
|
| MD5 |
aa4ff09e3e002eca7a65726474e9859f
|
|
| BLAKE2b-256 |
85bfd947d432d4b64a490bcc55acee1e26152b896027af68207a22e07c0488c7
|
File details
Details for the file minimls-0.5.0-py3-none-any.whl.
File metadata
- Download URL: minimls-0.5.0-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a751177add7c4920d03659b395ed38d1d0c61bbb73e1456d2b3a601e6caa5fa
|
|
| MD5 |
ea6511bdf9297dc40244ba2f0ccfa4f0
|
|
| BLAKE2b-256 |
5e674bd0112f50f66250af87c935c01aa28b71627ff99459ceb1e3eaa1c56da1
|