OpenPartsLibrary 0.1.3__tar.gz → 0.1.4__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.3 → openpartslibrary-0.1.4/OpenPartsLibrary.egg-info}/PKG-INFO +2 -2
- {openpartslibrary-0.1.3/OpenPartsLibrary.egg-info → openpartslibrary-0.1.4}/PKG-INFO +2 -2
- {openpartslibrary-0.1.3 → openpartslibrary-0.1.4}/README.md +1 -1
- {openpartslibrary-0.1.3 → openpartslibrary-0.1.4}/setup.py +1 -1
- {openpartslibrary-0.1.3 → openpartslibrary-0.1.4}/LICENSE +0 -0
- {openpartslibrary-0.1.3 → openpartslibrary-0.1.4}/OpenPartsLibrary.egg-info/SOURCES.txt +0 -0
- {openpartslibrary-0.1.3 → openpartslibrary-0.1.4}/OpenPartsLibrary.egg-info/dependency_links.txt +0 -0
- {openpartslibrary-0.1.3 → openpartslibrary-0.1.4}/OpenPartsLibrary.egg-info/requires.txt +0 -0
- {openpartslibrary-0.1.3 → openpartslibrary-0.1.4}/OpenPartsLibrary.egg-info/top_level.txt +0 -0
- {openpartslibrary-0.1.3 → openpartslibrary-0.1.4}/openpartslibrary/__init__.py +0 -0
- {openpartslibrary-0.1.3 → openpartslibrary-0.1.4}/openpartslibrary/db.py +0 -0
- {openpartslibrary-0.1.3 → openpartslibrary-0.1.4}/openpartslibrary/models.py +0 -0
- {openpartslibrary-0.1.3 → openpartslibrary-0.1.4}/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.4
|
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
|
@@ -34,7 +34,7 @@ Dynamic: summary
|
|
34
34
|
|
35
35
|
Install the openpartslibrary via pip
|
36
36
|
```console
|
37
|
-
pip install
|
37
|
+
pip install OpenPartsLibrary
|
38
38
|
```
|
39
39
|
|
40
40
|
A minimal OpenPartsLibrary application looks something like this:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: OpenPartsLibrary
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.4
|
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
|
@@ -34,7 +34,7 @@ Dynamic: summary
|
|
34
34
|
|
35
35
|
Install the openpartslibrary via pip
|
36
36
|
```console
|
37
|
-
pip install
|
37
|
+
pip install OpenPartsLibrary
|
38
38
|
```
|
39
39
|
|
40
40
|
A minimal OpenPartsLibrary application looks something like this:
|
@@ -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.4',
|
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.3 → openpartslibrary-0.1.4}/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
|