Skip to main content

Mindtrace monorepo with modular packages

Project description

PyPI version License Downloads

Mindtrace Module Dependency Structure

Mindtrace is organized into a layered workspace to support ML components as Python modules with clearly defined boundaries and dependencies.


📐 Layered Architecture

We use a level-based system for organizing modules based on dependency direction and build order.

Level 1: Core

  • core: Foundational utilities and base classes used across all other modules.

Level 2: Core Consumers

  • jobs: Job execution and backend interfaces.
  • registry: Artifact and metadata management.
  • database: Redis, Mongo, and DB access layers.
  • services: Service base classes, authentication, and gateways.
  • ui: Optional UI libraries and components.

Level 3: Infrastructure Modules

  • hardware: Interfaces for cameras, PLCs, scanners, etc.
  • cluster: Runtime cluster management, nodes, and workers.
  • datalake: Dataset interfaces for HuggingFace and Mindtrace datasets.
  • models: Core model definitions and leaderboard utilities.

Level 4: Automation

  • automation: Integration of pipelines and orchestration using level 2–3 modules.

Level 5: Applications

  • apps: End-user applications composed of all previous levels.
    • E.g., Demo pipelines

🔄 Dependency Flow

Each layer only depends on modules in lower levels.

Module Depends On
core
jobs core, services
registry core
database core
services core
ui core
cluster jobs, registry, database, services
datalake registry, database, services
models registry, services
hardware core
automation jobs, registry, database, services, datalake, models, cluster
apps Everything

🛠️ Build

Building wheels and source distributions, from the root of the repo:

uv build --all-packages
ls dist/

For building only wheels:

uv build --all-packages --wheel
ls dist/

They may then be installed in a new venv (the entire mindtrace package or any submodule mindtrace-core) via:

uv pip install mindtrace --find-links /path/to/dist
# or
uv pip install /path/to/dist/mindtrace.whl

Note: You may need to use uv pip install --force-reinstall in case you encounter ModuleNotFoundError.
Checking the installation:

uv run python -c "from mindtrace.core import Mindtrace; print('OK')"

🛠️ Usage Examples

Installing the full Mindtrace package:

uv add mindtrace

Installing a minimal dependency chain (e.g., for Datalake development):

uv add mindtrace-datalake

Python Imports

from mindtrace import core, registry, database, services

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mindtrace-0.5.0.tar.gz (269.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mindtrace-0.5.0-py3-none-any.whl (353.8 kB view details)

Uploaded Python 3

File details

Details for the file mindtrace-0.5.0.tar.gz.

File metadata

  • Download URL: mindtrace-0.5.0.tar.gz
  • Upload date:
  • Size: 269.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for mindtrace-0.5.0.tar.gz
Algorithm Hash digest
SHA256 a0ede8772a35d8ea664240e6c4e1a8bf3e8882ccf7d180e37b15efa5659ccbc7
MD5 cb1347def11a5dc7b9a460da8e26ac30
BLAKE2b-256 6f0b9853d603dbc948de826ca3f39cd1b8066b1f8a0ea3aff5c098fcfa92f63e

See more details on using hashes here.

File details

Details for the file mindtrace-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: mindtrace-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 353.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for mindtrace-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8caf1786f81a105b7b8f825805b5463be70cb43de6ac4ec6eaabd071965f838d
MD5 b91ed9c2391796ddf067f6ede909c16b
BLAKE2b-256 0bb04de2dd5a22467d2410911cb9eeca2dec58ab12a4df7f354c855245b15b31

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page