Prospero-MES is a Python-based Manufacturing Execution System.
- Client & Database Integration
- Key-Value Storage
- Logging Capability
Prospero-MES/
├── .github/workflows/
├── prospero/ # Core application codebase
├── static/ # Static assets and UI elements
├── tests/ # Automated unit and integration test suites
├── docs/ # Documentation
├── main.py # System entry point and orchestration example
├── pyproject.toml # Project metadata and tooling configuration
└── requirements.txt # Project dependencies
- Python 3.10+
- Dependencies listed in
requirements.txt
- Clone the repository:
git clone https://github.com/Sepiolina/Prospero-MES.git cd Prospero-MES - Install the required dependencies:
pip install -r requirements.txt
python main.py