lukhed-basic-utils 1.4.1__tar.gz → 1.4.2__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.
- {lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/PKG-INFO +1 -1
- {lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/lukhed_basic_utils/timeCommon.py +1 -1
- {lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/lukhed_basic_utils.egg-info/PKG-INFO +1 -1
- {lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/setup.py +1 -1
- {lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/LICENSE +0 -0
- {lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/README.md +0 -0
- {lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/lukhed_basic_utils/__init__.py +0 -0
- {lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/lukhed_basic_utils/chartJsCommon.py +0 -0
- {lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/lukhed_basic_utils/classCommon.py +0 -0
- {lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/lukhed_basic_utils/fileCommon.py +0 -0
- {lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/lukhed_basic_utils/githubCommon.py +0 -0
- {lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/lukhed_basic_utils/listWorkCommon.py +0 -0
- {lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/lukhed_basic_utils/mathCommon.py +0 -0
- {lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/lukhed_basic_utils/osCommon.py +0 -0
- {lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/lukhed_basic_utils/requestsCommon.py +0 -0
- {lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/lukhed_basic_utils/stringCommon.py +0 -0
- {lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/lukhed_basic_utils.egg-info/SOURCES.txt +0 -0
- {lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/lukhed_basic_utils.egg-info/dependency_links.txt +0 -0
- {lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/lukhed_basic_utils.egg-info/requires.txt +0 -0
- {lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/lukhed_basic_utils.egg-info/top_level.txt +0 -0
- {lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/setup.cfg +0 -0
- {lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/tests/test_osCommon.py +0 -0
- {lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/tests/test_timeCommon.py +0 -0
|
@@ -833,7 +833,7 @@ def add_days_to_date(start_date, day_increment, input_format="%Y%m%d%H%M%S", oup
|
|
|
833
833
|
if force_return_date_object:
|
|
834
834
|
return end_date
|
|
835
835
|
else:
|
|
836
|
-
return convert_date_to_string(end_date,
|
|
836
|
+
return convert_date_to_string(end_date, string_format=ouput_format)
|
|
837
837
|
|
|
838
838
|
def add_seconds_to_time_stamp(base_date_time, seconds_to_add, date_format='%Y%m%d%H%M%S',
|
|
839
839
|
force_return_time_object=False):
|
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name="lukhed_basic_utils",
|
|
5
|
-
version="1.4.
|
|
5
|
+
version="1.4.2",
|
|
6
6
|
description="A collection of basic utility functions",
|
|
7
7
|
long_description=open("README.md").read(),
|
|
8
8
|
long_description_content_type="text/markdown",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/lukhed_basic_utils.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/lukhed_basic_utils.egg-info/requires.txt
RENAMED
|
File without changes
|
{lukhed_basic_utils-1.4.1 → lukhed_basic_utils-1.4.2}/lukhed_basic_utils.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|