Metadata-Version: 2.1
Name: repleno
Version: 0.0.10
Summary: Supply chain analytics on Bill Of Materials (BOM) and Material Requirements Planning (MRP)
Author-email: Afonso Schulz Albrecht <a.schulzalbrecht@gmail.com>
Keywords: supply chain,bill of materials,material requirements planning,BOM,MRP
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Manufacturing
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pptree (>=3.1)
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'


# repleno

Repleno allows you to easily answer supply chain questions considering bill of
materials (BOM) structure.

- **PyPI**: https://pypi.org/project/repleno/ 
- **Source code**: 
- **Documentation**: 
- **Bug reports**: 


It provides:

- a tool for simulating material requirements planning (MRP) with different
master production schedules (MPS)
- identification of related stock keeping units (SKU). Useful for answering
questions like: "what other SKU's will be impacted if SKU XXX goes out of
stock?"
- identification of collaterals when phasing-out SKU's. 


Installing:

```bash
python -m pip install requests
```
