OpenPartsLibrary 0.1.8__py3-none-any.whl → 0.1.9__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/db.py CHANGED
@@ -28,14 +28,14 @@ class PartsLibrary:
28
28
  # Print the components table to the terminal
29
29
  component_component_table = pd.read_sql_table(table_name="component_component", con=self.engine)
30
30
  print('ComponentComponent:')
31
- print('==========')
31
+ print('===================')
32
32
  print(component_component_table)
33
33
  print('')
34
34
 
35
35
  # Print the components table to the terminal
36
36
  components_table = pd.read_sql_table(table_name="components", con=self.engine)
37
37
  print('Components:')
38
- print('==========')
38
+ print('===========')
39
39
  print(components_table)
40
40
  print('')
41
41
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: OpenPartsLibrary
3
- Version: 0.1.8
3
+ Version: 0.1.9
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
@@ -131,7 +131,7 @@ Creating parts from a parts list in a Excel-spreadsheet (*.xlsx). Take note, tha
131
131
  pl.create_parts_from_spreadsheet('C:/Users/Work/Documents/Github/OpenPartsLibrary/openpartslibrary/sample/parts_data_sample.xlsx')
132
132
  ```
133
133
  ## Database structure
134
- <img src="./Database-structure-openpartslibrary.png" width="100%" alt="OpenPartsLibrary database structure"></img>
134
+ <img src="./openpartslibrary/images/Database-structure-openpartslibrary.png" width="100%" alt="OpenPartsLibrary database structure"></img>
135
135
 
136
136
  ## Part schema
137
137
  This table outlines the `Part` properties used in the OpenPartsLibrary.
@@ -0,0 +1,9 @@
1
+ openpartslibrary/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ openpartslibrary/cli.py,sha256=4QZi-Gub33jWsUPnVmIv2N_iq8fd9WTGePscLwMujHY,2614
3
+ openpartslibrary/db.py,sha256=pW2QtaluIEqVUMDU3kj7EUSE-WzfH9Q3BtiUdy1Fnjo,8572
4
+ openpartslibrary/models.py,sha256=tadjKKi-ChLaqwYM96biZ2DiRSiaszrX5e76dhFHKGQ,5163
5
+ openpartslibrary-0.1.9.dist-info/licenses/LICENSE,sha256=d0dlaVkR5u5bZVrTL-FmUyCoiu3o87Vc-MF1X-NYSXA,1076
6
+ openpartslibrary-0.1.9.dist-info/METADATA,sha256=SkqvSZ2uM2qdgmBwFl50TUyjPiGH5n7_W_pXlBslXTA,7814
7
+ openpartslibrary-0.1.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
+ openpartslibrary-0.1.9.dist-info/top_level.txt,sha256=-26qZ2PdH7UxxjYQmnXDViKaFDd5Mb5e_Xp__WDTdKQ,17
9
+ openpartslibrary-0.1.9.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- openpartslibrary/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- openpartslibrary/cli.py,sha256=4QZi-Gub33jWsUPnVmIv2N_iq8fd9WTGePscLwMujHY,2614
3
- openpartslibrary/db.py,sha256=-tVR6q9d2pU4J1wvIJyouQCo0dezWLloc-NRl8UJNVI,8562
4
- openpartslibrary/models.py,sha256=tadjKKi-ChLaqwYM96biZ2DiRSiaszrX5e76dhFHKGQ,5163
5
- openpartslibrary-0.1.8.dist-info/licenses/LICENSE,sha256=d0dlaVkR5u5bZVrTL-FmUyCoiu3o87Vc-MF1X-NYSXA,1076
6
- openpartslibrary-0.1.8.dist-info/METADATA,sha256=KLM-RJG4Tu8mrPX4na2HZ-QuaYADS_9IDuFoExcfnSg,7790
7
- openpartslibrary-0.1.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
- openpartslibrary-0.1.8.dist-info/top_level.txt,sha256=-26qZ2PdH7UxxjYQmnXDViKaFDd5Mb5e_Xp__WDTdKQ,17
9
- openpartslibrary-0.1.8.dist-info/RECORD,,