python-time-functions 2.1.4__py3-none-any.whl → 2.3.0__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python_time_functions
3
- Version: 2.1.4
3
+ Version: 2.3.0
4
4
  Summary: Common Python functions for time handling
5
5
  Author-email: Corne Bester <corne.bester@gmail.com>
6
6
  Project-URL: Homepage, https://example.com
@@ -11,8 +11,6 @@ Project-URL: Changelog, https://github.com/cornebester/python_time_functions/blo
11
11
  Requires-Python: >=3.10
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
- Requires-Dist: datetime
15
- Requires-Dist: timezone
16
14
  Dynamic: license-file
17
15
 
18
16
  # Readme
@@ -22,9 +20,9 @@ Common Python functions for time handling
22
20
  ```python
23
21
  from datetime import datetime, timezone
24
22
 
25
- import time_functions
23
+ import time_functions.time_functions as time_functions
26
24
  # OR
27
- from time_functions import get_timestamp_unix_millis
25
+ from time_functions.time_functions import get_timestamp_unix_millis
28
26
 
29
27
  timestamp = datetime.now(timezone.utc)
30
28
  unix_millis = get_timestamp_unix_millis(timestamp) # create unix timestamp from obj above
@@ -0,0 +1,7 @@
1
+ python_time_functions-2.3.0.dist-info/licenses/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
2
+ time_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ time_functions/functions.py,sha256=i6ZJkdyvXf-iZiQPLnRtJaWybBY704dx4uKQ82_17_g,14106
4
+ python_time_functions-2.3.0.dist-info/METADATA,sha256=ZtIW5NickgUv_QxzN79IgZKDjB5MxB45K6IreH6i5p8,1171
5
+ python_time_functions-2.3.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
6
+ python_time_functions-2.3.0.dist-info/top_level.txt,sha256=EEztmW3tTQHD5ZxrHagnKcjGTYwWiIn-QLJiPTIHPGc,15
7
+ python_time_functions-2.3.0.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- python_time_functions-2.1.4.dist-info/licenses/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
2
- time_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- time_functions/time_functions.py,sha256=i6ZJkdyvXf-iZiQPLnRtJaWybBY704dx4uKQ82_17_g,14106
4
- python_time_functions-2.1.4.dist-info/METADATA,sha256=YIGf3TvcKfXHxJ0OhGUtJcr5MAcoLlfgnWCxGQPScE0,1173
5
- python_time_functions-2.1.4.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
6
- python_time_functions-2.1.4.dist-info/top_level.txt,sha256=EEztmW3tTQHD5ZxrHagnKcjGTYwWiIn-QLJiPTIHPGc,15
7
- python_time_functions-2.1.4.dist-info/RECORD,,
File without changes