Open Issues Need Help
View All on GitHubOpenPartsLibrary 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.
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`.
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.