OpenPartsLibrary is a Python library designed to serve as a centralized parts database for Bill of Materials (BOM), Product Data Management (PDM), and Product Lifecycle Management (PLM) systems.

bom parts-library pdm supply-chain supply-chain-management
2 Open Issues Need Help Last updated: Sep 11, 2025

Open Issues Need Help

View All on GitHub
good first issue

OpenPartsLibrary is a Python library designed to serve as a centralized parts database for Bill of Materials (BOM), Product Data Management (PDM), and Product Lifecycle Management (PLM) systems.

Python
#bom#parts-library#pdm#supply-chain#supply-chain-management

AI Summary: This issue requests displaying the part with the highest unit price from a library's data. It involves querying all available data, sorting it by unit price (likely in descending order to find the highest, despite the body stating ascending), and then printing the top item to the console via `run.py`.

Complexity: 1/5
good first issue

OpenPartsLibrary is a Python library designed to serve as a centralized parts database for Bill of Materials (BOM), Product Data Management (PDM), and Product Lifecycle Management (PLM) systems.

Python
#bom#parts-library#pdm#supply-chain#supply-chain-management