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.2.0.tar.gz
(4.6 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.2.0.tar.gz.
File metadata
- Download URL: minimls-0.2.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3766e7f0f48a1dafc3a7a0ca706f2f21d81996cef194da7e20a18191a8a4cd1b
|
|
| MD5 |
540b5cdc0235c7622b0232d6dca6704e
|
|
| BLAKE2b-256 |
14e64f44c8d87fd763f997f2c4baaa6ec16cda12e2d023e83263b154eaf6fc39
|
File details
Details for the file minimls-0.2.0-py3-none-any.whl.
File metadata
- Download URL: minimls-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.1 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 |
e3badc66f244a8570b67c2b1593961fc5b3aea8f1af2ed8be77f2f968d1bcc3b
|
|
| MD5 |
7939a2a3fc5dcd0a23a44745624f4d89
|
|
| BLAKE2b-256 |
b3066e3b4a26a80e73396fec4256180c1d54bdd5a8f5c0183189ce81b67e3108
|