Merantix Momentum AI Platform client library
Project description
Scaffold Core
Scaffold is the foundational Python package for all AI development at Merantix Momentum. It provides the "scaffolding" to accelerate building, deploying, and orchestrating AI systems on our platform.
This library is opinionated by design. It contains a collection of wrappers, convenience functions, and boilerplate code that enforce our best practices and ensure seamless integration between our most-used tools (like Flyte, PyTorch, and internal platform services).
🚀 Key Features
- ⚡ Accelerate Development: Reduces boilerplate for common tasks like data handling, configuration management, and model orchestration
- 🧩 Modular Installation: Install only the dependencies you need using "extras" (e.g., flyte, torch)
- ⚙️ Standardized: Enforces Merantix Momentum's processes for building and scaling AI projects
- 🔗 Platform Integration: Provides simple, high-level APIs for interacting with the Merantix Momentum AI Platform
📦 Installation
pip install mxm-scaffold
The base package is lightweight. You install additional functionality via "extras".
Install the extras you need for your project. For example, to install the Flyte and PyTorch utilities:
# To use Flyte for orchestration
pip install mxm-scaffold[flyte]
# To use PyTorch utilities
pip install mxm-scaffold[torch]
# To install everything (common for development)
pip install mxm-scaffold[all]
Available extras:
- data: Data handling, datasets, and dataloaders
- flyte: Utilities for working with Flyte
- torch: Utilities for working with PyTorch
- monitoring: Utilities for monitoring training jobs
- wandb: Utilities for logging to Weights and Biases
- dev: Dependencies required for development and running tests
📖 Documentation
If you work at Merantix Momentum, you can visit additional documentation via https://docs.scaffold.merantix-momentum.cloud/.
The documentation is built & deployed for the main-branch and tags. Please find more information about documentation here.
Alternatively, build the publicly available documentation locally:
cd scaffold/docs
make html
🤝 Contributing
This is an internal tool, and contributions from all teams are welcome!
Check the documentation for more information on how to contribute.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 mxm_scaffold-0.20.0.tar.gz.
File metadata
- Download URL: mxm_scaffold-0.20.0.tar.gz
- Upload date:
- Size: 63.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f0f10d980b5dc87b001e9b6e841597e514b0cd2ff6e9bc8935372b4dfaf932f
|
|
| MD5 |
3ce1033efef3224ede199e4e65355ee1
|
|
| BLAKE2b-256 |
6e2d355e3434b70c965e5fffb91e20cb3fd4d9da58e9ffda0119b0a64838e11b
|
File details
Details for the file mxm_scaffold-0.20.0-py3-none-any.whl.
File metadata
- Download URL: mxm_scaffold-0.20.0-py3-none-any.whl
- Upload date:
- Size: 87.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c76f14548366d6a0c4e6c2d3cadbfa8d7acf25c7b773c258f32f3a7c1aa6005f
|
|
| MD5 |
e039cbb08daa6ac2a5d2377c05427343
|
|
| BLAKE2b-256 |
8f001401b6a1a07a02091703f8a49b3cadec4ac44a2a487ffc67fb2f2c8332b0
|