Current Status

This is still a pre-release and still under work. Use with caution. Any feedback is more than welcome.

Introduction

The Mosaic Orchestrator is a python based data orchestrator framework that has been specifically designed to meet the requirements for analog design automation.

You can find the documentation here: https://mosaic-orchestrator.readthedocs.io/en/latest/index.html

Installation

Developing

Building & Packaging

Execute the following commands to upload a new version to pypi:

pip wheel . -w dist --no-deps
pip3 install --user twine
python3 -m twine upload dist/mosaic_orchestrator-0.9.0-py3-none-any.whl