OpenPartsLibrary 0.1.0__py3-none-any.whl → 0.1.2__py3-none-any.whl
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.0.dist-info → openpartslibrary-0.1.2.dist-info}/METADATA +11 -1
- {openpartslibrary-0.1.0.dist-info → openpartslibrary-0.1.2.dist-info}/RECORD +5 -5
- {openpartslibrary-0.1.0.dist-info → openpartslibrary-0.1.2.dist-info}/WHEEL +0 -0
- {openpartslibrary-0.1.0.dist-info → openpartslibrary-0.1.2.dist-info}/licenses/LICENSE +0 -0
- {openpartslibrary-0.1.0.dist-info → openpartslibrary-0.1.2.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: OpenPartsLibrary
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.2
|
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
|
@@ -10,11 +10,21 @@ Classifier: Development Status :: 1 - Planning
|
|
10
10
|
Classifier: Intended Audience :: Science/Research
|
11
11
|
Classifier: License :: OSI Approved :: MIT License
|
12
12
|
Classifier: Programming Language :: Python :: 3
|
13
|
+
Description-Content-Type: text/markdown
|
13
14
|
License-File: LICENSE
|
15
|
+
Requires-Dist: sqlalchemy
|
16
|
+
Requires-Dist: datetime
|
17
|
+
Requires-Dist: pandas
|
18
|
+
Requires-Dist: openpyxl
|
14
19
|
Dynamic: author
|
15
20
|
Dynamic: author-email
|
16
21
|
Dynamic: classifier
|
22
|
+
Dynamic: description
|
23
|
+
Dynamic: description-content-type
|
17
24
|
Dynamic: home-page
|
18
25
|
Dynamic: license
|
19
26
|
Dynamic: license-file
|
27
|
+
Dynamic: requires-dist
|
20
28
|
Dynamic: summary
|
29
|
+
|
30
|
+
Hello world
|
@@ -1,8 +1,8 @@
|
|
1
1
|
openpartslibrary/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
openpartslibrary/db.py,sha256=FYyQuFdJZzERniBOyWQNCuRQ_v8ZrzgXhjHUbKY1tTk,3157
|
3
3
|
openpartslibrary/models.py,sha256=yVnyV0f7hSoTG30f1UVugeLNKLkk4osDEVUU2zIUQYk,2649
|
4
|
-
openpartslibrary-0.1.
|
5
|
-
openpartslibrary-0.1.
|
6
|
-
openpartslibrary-0.1.
|
7
|
-
openpartslibrary-0.1.
|
8
|
-
openpartslibrary-0.1.
|
4
|
+
openpartslibrary-0.1.2.dist-info/licenses/LICENSE,sha256=d0dlaVkR5u5bZVrTL-FmUyCoiu3o87Vc-MF1X-NYSXA,1076
|
5
|
+
openpartslibrary-0.1.2.dist-info/METADATA,sha256=Aa5H4hxTh9GTs4bTrBC7EiNXrcuVkW7BpTQv6BDyUgg,875
|
6
|
+
openpartslibrary-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
+
openpartslibrary-0.1.2.dist-info/top_level.txt,sha256=-26qZ2PdH7UxxjYQmnXDViKaFDd5Mb5e_Xp__WDTdKQ,17
|
8
|
+
openpartslibrary-0.1.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|