corelp 1.0.43__py3-none-any.whl → 1.0.45__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.
corelp/__init__.py CHANGED
@@ -33,6 +33,8 @@ from contextlib import contextmanager
33
33
  def resources_dir():
34
34
  with resources.as_file(resources.files("corelp.resources")) as path:
35
35
  yield path
36
+ if False:
37
+ import corelp.resources
36
38
 
37
39
 
38
40
  # %% Hidden imports
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: corelp
3
- Version: 1.0.43
3
+ Version: 1.0.45
4
4
  Summary: A library that gathers core functions for python programming.
5
5
  Requires-Python: >=3.12
6
6
  Description-Content-Type: text/markdown
@@ -1,4 +1,4 @@
1
- corelp/__init__.py,sha256=p_B8oU5_EWEZNsmOklB18uP8_lTML8BQ2a31_R36QQg,1639
1
+ corelp/__init__.py,sha256=fO2Y6XJwLqEBBv6QGTMD_Ykz06e_FUjIlDMyhfLs5E0,1678
2
2
  corelp/modules/Path_LP/Path.py,sha256=wfvO1DuewIUSEA9_g66O5nCEp95Pr5XM-yxaOOEimTs,2418
3
3
  corelp/modules/Path_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  corelp/modules/Path_LP/functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -50,9 +50,9 @@ corelp/modules/test_LP/functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu0
50
50
  corelp/modules/test_LP/test.py,sha256=KwAeIZWQ7pZX85J50q6qfB4HuJUgREu1ieB_byPqI2g,1361
51
51
  corelp/modules/test_LP/test_test.py,sha256=sXI6G4OBnWXSqrfMy9QdabkYIvcD80EmnNcnQiXxcRI,605
52
52
  corelp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
53
- corelp/ressources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
54
- corelp/ressources/icon_pythonLP.png,sha256=pg386kYEKGspDDRbRF0alOmHXPEm0geMoYIPaxEfQ_o,3805
53
+ corelp/resources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
54
+ corelp/resources/icon_pythonLP.png,sha256=pg386kYEKGspDDRbRF0alOmHXPEm0geMoYIPaxEfQ_o,3805
55
55
  corelp/routines/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
56
- corelp-1.0.43.dist-info/WHEEL,sha256=XV0cjMrO7zXhVAIyyc8aFf1VjZ33Fen4IiJk5zFlC3g,80
57
- corelp-1.0.43.dist-info/METADATA,sha256=by9ZeEhUkzfiHlI0F-XPR4k3YEKhYKKy-zofwHp2FJ4,1656
58
- corelp-1.0.43.dist-info/RECORD,,
56
+ corelp-1.0.45.dist-info/WHEEL,sha256=XV0cjMrO7zXhVAIyyc8aFf1VjZ33Fen4IiJk5zFlC3g,80
57
+ corelp-1.0.45.dist-info/METADATA,sha256=N6ENAsHhsjSxxxX7d2HGl3DgLWGg8lk88FykoCDRd9g,1656
58
+ corelp-1.0.45.dist-info/RECORD,,
File without changes
File without changes