python-time-functions 2.4.0__py3-none-any.whl → 2.5.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.4.0
3
+ Version: 2.5.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
@@ -17,30 +17,34 @@ Dynamic: license-file
17
17
 
18
18
  Common Python functions for time handling
19
19
 
20
+ ```shell
21
+ pip install --upgrade python_time_functions
22
+ ```
23
+
20
24
  ```python
21
25
  from datetime import datetime, timezone
22
-
23
- import time_functions.time_functions as time_functions
24
- # OR
25
- from time_functions.time_functions import get_timestamp_unix_millis
26
+ from python_time_functions import time_functions as tf
26
27
 
27
28
  timestamp = datetime.now(timezone.utc)
28
- unix_millis = get_timestamp_unix_millis(timestamp) # create unix timestamp from obj above
29
+ unix_millis = tf.get_timestamp_unix_millis(timestamp) # create unix timestamp from obj above
29
30
 
30
31
  ```
31
32
 
32
33
  ## local dev
33
34
 
34
- pip install -r requirements.txt
35
-
35
+ ```shell
36
+ pip install -r requirements.txt
37
+ ```
36
38
 
37
39
  ## test
38
40
 
39
- pytest
40
-
41
+ ```shell
42
+ pytest
43
+ ```
41
44
 
42
45
  ### other
43
46
 
44
- pip3 freeze > requirements.txt
45
-
47
+ ```shell
48
+ pip3 freeze > requirements.txt
49
+ ```
46
50
 
@@ -0,0 +1,7 @@
1
+ python_time_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ python_time_functions/time_functions.py,sha256=i6ZJkdyvXf-iZiQPLnRtJaWybBY704dx4uKQ82_17_g,14106
3
+ python_time_functions-2.5.0.dist-info/licenses/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
4
+ python_time_functions-2.5.0.dist-info/METADATA,sha256=Fns2QR6RlWNOEcmMSkClIKwtzUttBdhlX6XYn6fFNf4,1185
5
+ python_time_functions-2.5.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
6
+ python_time_functions-2.5.0.dist-info/top_level.txt,sha256=ULNggxaIPEvo07iq_AhOsKStOpk2CgDTwELP-aBQ6Is,22
7
+ python_time_functions-2.5.0.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- python_time_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- python_time_functions/time_functions.py,sha256=i6ZJkdyvXf-iZiQPLnRtJaWybBY704dx4uKQ82_17_g,14106
3
- python_time_functions-2.4.0.dist-info/licenses/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
4
- python_time_functions-2.4.0.dist-info/METADATA,sha256=WXbyraKpQpxq-MHlSIlYeGvINdBskDE03UkdZydhwB0,1171
5
- python_time_functions-2.4.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
6
- python_time_functions-2.4.0.dist-info/top_level.txt,sha256=ULNggxaIPEvo07iq_AhOsKStOpk2CgDTwELP-aBQ6Is,22
7
- python_time_functions-2.4.0.dist-info/RECORD,,