julien-python-toolkit 0.1.6__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: julien-python-toolkit
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: Important code that I reuse through multiple projects. Please see license for allowed use.
5
5
  Home-page: https://github.com/JulienPython/JulienPythonToolkit-V001
6
6
  Author: Julien Python
@@ -9,6 +9,7 @@ License: Custom Non-Commercial License
9
9
  Classifier: Programming Language :: Python :: 3
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE.txt
12
+ Requires-Dist: certifi==2024.8.30
12
13
 
13
14
  # JulienPythonToolkit-V001
14
15
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: julien-python-toolkit
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: Important code that I reuse through multiple projects. Please see license for allowed use.
5
5
  Home-page: https://github.com/JulienPython/JulienPythonToolkit-V001
6
6
  Author: Julien Python
@@ -9,6 +9,7 @@ License: Custom Non-Commercial License
9
9
  Classifier: Programming Language :: Python :: 3
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE.txt
12
+ Requires-Dist: certifi==2024.8.30
12
13
 
13
14
  # JulienPythonToolkit-V001
14
15
 
@@ -8,4 +8,5 @@ julien_python_toolkit/log_utilities.py
8
8
  julien_python_toolkit.egg-info/PKG-INFO
9
9
  julien_python_toolkit.egg-info/SOURCES.txt
10
10
  julien_python_toolkit.egg-info/dependency_links.txt
11
+ julien_python_toolkit.egg-info/requires.txt
11
12
  julien_python_toolkit.egg-info/top_level.txt
@@ -11,7 +11,7 @@ with open('requirements.txt') as f:
11
11
 
12
12
  setup(
13
13
  name='julien-python-toolkit',
14
- version='0.1.6',
14
+ version='0.1.7',
15
15
  packages=find_packages(),
16
16
  license='Custom Non-Commercial License', # Reference your custom license
17
17
  install_requires=required, # Use the list from requirements.txt