OpenPartsLibrary 0.1.4__tar.gz → 0.1.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {openpartslibrary-0.1.4 → openpartslibrary-0.1.7/OpenPartsLibrary.egg-info}/PKG-INFO +10 -1
- {openpartslibrary-0.1.4/OpenPartsLibrary.egg-info → openpartslibrary-0.1.7}/PKG-INFO +10 -1
- {openpartslibrary-0.1.4 → openpartslibrary-0.1.7}/README.md +10 -1
- {openpartslibrary-0.1.4 → openpartslibrary-0.1.7}/setup.py +1 -1
- {openpartslibrary-0.1.4 → openpartslibrary-0.1.7}/LICENSE +0 -0
- {openpartslibrary-0.1.4 → openpartslibrary-0.1.7}/OpenPartsLibrary.egg-info/SOURCES.txt +0 -0
- {openpartslibrary-0.1.4 → openpartslibrary-0.1.7}/OpenPartsLibrary.egg-info/dependency_links.txt +0 -0
- {openpartslibrary-0.1.4 → openpartslibrary-0.1.7}/OpenPartsLibrary.egg-info/requires.txt +0 -0
- {openpartslibrary-0.1.4 → openpartslibrary-0.1.7}/OpenPartsLibrary.egg-info/top_level.txt +0 -0
- {openpartslibrary-0.1.4 → openpartslibrary-0.1.7}/openpartslibrary/__init__.py +0 -0
- {openpartslibrary-0.1.4 → openpartslibrary-0.1.7}/openpartslibrary/db.py +0 -0
- {openpartslibrary-0.1.4 → openpartslibrary-0.1.7}/openpartslibrary/models.py +0 -0
- {openpartslibrary-0.1.4 → openpartslibrary-0.1.7}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: OpenPartsLibrary
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.7
|
4
4
|
Summary: Python library for creating a database of hardware components for manufacturing
|
5
5
|
Home-page: https://github.com/alekssadowski95/OpenPartsLibrary
|
6
6
|
Author: Aleksander Sadowski
|
@@ -27,6 +27,9 @@ Dynamic: license-file
|
|
27
27
|
Dynamic: requires-dist
|
28
28
|
Dynamic: summary
|
29
29
|
|
30
|
+
|
31
|
+
<img src="./openpartslibrary/images/openpartslibrary-logo.png" height="128" alt="OpenPartsLibrary logo"></img>
|
32
|
+
|
30
33
|
# OpenPartsLibrary
|
31
34
|
**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. It provides structured data models and APIs for managing components, part metadata, sourcing, and lifecycle states. OpenPartsLibrary streamlines integration with engineering workflows, enabling consistent part usage and traceability across design and manufacturing processes.
|
32
35
|
|
@@ -158,3 +161,9 @@ This table outlines the `Part` properties used in the OpenPartsLibrary.
|
|
158
161
|
|
159
162
|
|
160
163
|
`id` and `uuid` will also be used internally, but database users does not have to worry about those.
|
164
|
+
|
165
|
+
Credits:
|
166
|
+
icon: <a href="https://www.flaticon.com/free-icons/database" title="database icons">Database icons created by Smashicons - Flaticon</a>
|
167
|
+
|
168
|
+
## How to Contribute
|
169
|
+
This section helps in understanding how to contribute to the project.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: OpenPartsLibrary
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.7
|
4
4
|
Summary: Python library for creating a database of hardware components for manufacturing
|
5
5
|
Home-page: https://github.com/alekssadowski95/OpenPartsLibrary
|
6
6
|
Author: Aleksander Sadowski
|
@@ -27,6 +27,9 @@ Dynamic: license-file
|
|
27
27
|
Dynamic: requires-dist
|
28
28
|
Dynamic: summary
|
29
29
|
|
30
|
+
|
31
|
+
<img src="./openpartslibrary/images/openpartslibrary-logo.png" height="128" alt="OpenPartsLibrary logo"></img>
|
32
|
+
|
30
33
|
# OpenPartsLibrary
|
31
34
|
**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. It provides structured data models and APIs for managing components, part metadata, sourcing, and lifecycle states. OpenPartsLibrary streamlines integration with engineering workflows, enabling consistent part usage and traceability across design and manufacturing processes.
|
32
35
|
|
@@ -158,3 +161,9 @@ This table outlines the `Part` properties used in the OpenPartsLibrary.
|
|
158
161
|
|
159
162
|
|
160
163
|
`id` and `uuid` will also be used internally, but database users does not have to worry about those.
|
164
|
+
|
165
|
+
Credits:
|
166
|
+
icon: <a href="https://www.flaticon.com/free-icons/database" title="database icons">Database icons created by Smashicons - Flaticon</a>
|
167
|
+
|
168
|
+
## How to Contribute
|
169
|
+
This section helps in understanding how to contribute to the project.
|
@@ -1,3 +1,6 @@
|
|
1
|
+
|
2
|
+
<img src="./openpartslibrary/images/openpartslibrary-logo.png" height="128" alt="OpenPartsLibrary logo"></img>
|
3
|
+
|
1
4
|
# OpenPartsLibrary
|
2
5
|
**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. It provides structured data models and APIs for managing components, part metadata, sourcing, and lifecycle states. OpenPartsLibrary streamlines integration with engineering workflows, enabling consistent part usage and traceability across design and manufacturing processes.
|
3
6
|
|
@@ -128,4 +131,10 @@ This table outlines the `Part` properties used in the OpenPartsLibrary.
|
|
128
131
|
| `currency` | Currency of the unit price (e.g., `EUR`). |
|
129
132
|
|
130
133
|
|
131
|
-
`id` and `uuid` will also be used internally, but database users does not have to worry about those.
|
134
|
+
`id` and `uuid` will also be used internally, but database users does not have to worry about those.
|
135
|
+
|
136
|
+
Credits:
|
137
|
+
icon: <a href="https://www.flaticon.com/free-icons/database" title="database icons">Database icons created by Smashicons - Flaticon</a>
|
138
|
+
|
139
|
+
## How to Contribute
|
140
|
+
This section helps in understanding how to contribute to the project.
|
@@ -8,7 +8,7 @@ long_description = (this_directory / "README.md").read_text()
|
|
8
8
|
|
9
9
|
setup(
|
10
10
|
name='OpenPartsLibrary',
|
11
|
-
version='0.1.
|
11
|
+
version='0.1.7',
|
12
12
|
description='Python library for creating a database of hardware components for manufacturing',
|
13
13
|
long_description=long_description,
|
14
14
|
long_description_content_type='text/markdown',
|
File without changes
|
File without changes
|
{openpartslibrary-0.1.4 → openpartslibrary-0.1.7}/OpenPartsLibrary.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|