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.3.0.tar.gz
(5.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.3.0.tar.gz.
File metadata
- Download URL: minimls-0.3.0.tar.gz
- Upload date:
- Size: 5.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 |
b9527d5bd48d7c53907a645f18ff55be2c86c852ef7c6f84e08383ae9e27b5a0
|
|
| MD5 |
c682aace241f390a45713f3faa3a28a6
|
|
| BLAKE2b-256 |
d6f1b583c91a9c7623cf438c1c63a825b5c18afbb4294538092e3ccbe45f069c
|
File details
Details for the file minimls-0.3.0-py3-none-any.whl.
File metadata
- Download URL: minimls-0.3.0-py3-none-any.whl
- Upload date:
- Size: 5.7 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 |
44213d13971bbcdaee68ba55e90efb8c3e5e137d8060219927d28d8dd7a22c0c
|
|
| MD5 |
a00ac63fc10e2baf210a8da94e4f596e
|
|
| BLAKE2b-256 |
575e839865843ef364b279d1b71db7b3a9ec328cbfd30451d9c735e750e90cd4
|