halib 0.1.43__py3-none-any.whl → 0.1.44__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.
halib/__init__.py CHANGED
@@ -1,9 +1,10 @@
1
1
  __all__ = [
2
+ "arrow",
2
3
  "cmd",
3
4
  "console_log",
4
5
  "console",
5
- "console",
6
6
  "ConsoleLog",
7
+ "csvfile",
7
8
  "DictConfig",
8
9
  "filetype",
9
10
  "fs",
@@ -15,18 +16,22 @@ __all__ = [
15
16
  "np",
16
17
  "omegaconf",
17
18
  "OmegaConf",
19
+ "os",
18
20
  "pd",
19
21
  "plt",
20
22
  "pprint",
23
+ "px",
24
+ "rcolor_all_str",
25
+ "rcolor_palette_all",
26
+ "rcolor_palette",
27
+ "rcolor_str",
21
28
  "re",
22
29
  "rprint",
30
+ "sns",
23
31
  "tcuda",
24
32
  "timebudget",
25
33
  "tqdm",
26
- "rcolor_all_str",
27
- "rcolor_palette",
28
- "rcolor_str",
29
- "rcolor_palette_all"
34
+ "warnings",
30
35
  ]
31
36
  import warnings
32
37
  warnings.filterwarnings("ignore", message="Unable to import Axes3D")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: halib
3
- Version: 0.1.43
3
+ Version: 0.1.44
4
4
  Summary: Small library for common tasks
5
5
  Author: Hoang Van Ha
6
6
  Author-email: hoangvanhauit@gmail.com
@@ -43,7 +43,7 @@ Requires-Dist: tube-dl
43
43
 
44
44
  Helper package for coding and automation
45
45
 
46
- **Version 0.1.43**
46
+ **Version 0.1.44**
47
47
  + filter the warning message of `UserWarning: Unable to import Axes3D.`
48
48
 
49
49
  **Version 0.1.42**
@@ -1,4 +1,4 @@
1
- halib/__init__.py,sha256=lZ-RFpPrkKy88RqiLd7Nkktat90LfP-NrcgSiibB-kI,1420
1
+ halib/__init__.py,sha256=OSsDQl9ezXpRi9u32oC6r0g9P1Kc3NdlysNoPYtO-OA,1486
2
2
  halib/common.py,sha256=28kBN56Ema1A1pIDF2B8BydepXy799L21o2cc01SANc,2039
3
3
  halib/csvfile.py,sha256=Eoeni0NIbNG3mB5ESWAvNwhJxOjmCaPd1qqYRHImbvk,1567
4
4
  halib/cuda.py,sha256=1bvtBY8QvTWdLaxalzK9wqXPl0Ft3AfhcrebupxGzEA,1010
@@ -33,8 +33,8 @@ halib/sys/filesys.py,sha256=ERpnELLDKJoTIIKf-AajgkY62nID4qmqmX5TkE95APU,2931
33
33
  halib/system/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
34
34
  halib/system/cmd.py,sha256=b2x7JPcNnFjLGheIESVYvqAb-w2UwBM1PAwYxMZ5YjA,228
35
35
  halib/system/filesys.py,sha256=ERpnELLDKJoTIIKf-AajgkY62nID4qmqmX5TkE95APU,2931
36
- halib-0.1.43.dist-info/LICENSE.txt,sha256=qZssdna4aETiR8znYsShUjidu-U4jUT9Q-EWNlZ9yBQ,1100
37
- halib-0.1.43.dist-info/METADATA,sha256=172NSy2ssQ626MJNBCSQQH5DNr8o6dBOpN25NZQK9Vo,3657
38
- halib-0.1.43.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
39
- halib-0.1.43.dist-info/top_level.txt,sha256=7AD6PLaQTreE0Fn44mdZsoHBe_Zdd7GUmjsWPyQ7I-k,6
40
- halib-0.1.43.dist-info/RECORD,,
36
+ halib-0.1.44.dist-info/LICENSE.txt,sha256=qZssdna4aETiR8znYsShUjidu-U4jUT9Q-EWNlZ9yBQ,1100
37
+ halib-0.1.44.dist-info/METADATA,sha256=6SWkAVuPzp5uEK6uhmMTspSDPoCM6YhjnPSK6YAV-q8,3657
38
+ halib-0.1.44.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
39
+ halib-0.1.44.dist-info/top_level.txt,sha256=7AD6PLaQTreE0Fn44mdZsoHBe_Zdd7GUmjsWPyQ7I-k,6
40
+ halib-0.1.44.dist-info/RECORD,,
File without changes