halib 0.1.42__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 +26 -11
- {halib-0.1.42.dist-info → halib-0.1.44.dist-info}/METADATA +5 -2
- {halib-0.1.42.dist-info → halib-0.1.44.dist-info}/RECORD +6 -6
- {halib-0.1.42.dist-info → halib-0.1.44.dist-info}/LICENSE.txt +0 -0
- {halib-0.1.42.dist-info → halib-0.1.44.dist-info}/WHEEL +0 -0
- {halib-0.1.42.dist-info → halib-0.1.44.dist-info}/top_level.txt +0 -0
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,26 +16,40 @@ __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
|
-
"
|
27
|
-
"rcolor_palette",
|
28
|
-
"rcolor_str",
|
29
|
-
"rcolor_palette_all"
|
34
|
+
"warnings",
|
30
35
|
]
|
36
|
+
import warnings
|
37
|
+
warnings.filterwarnings("ignore", message="Unable to import Axes3D")
|
31
38
|
|
39
|
+
# common libraries
|
40
|
+
import re
|
41
|
+
from tqdm import tqdm
|
42
|
+
import arrow
|
32
43
|
import numpy as np
|
33
44
|
import pandas as pd
|
45
|
+
import os
|
46
|
+
|
47
|
+
# my own modules
|
34
48
|
from .filetype import *
|
35
49
|
from .filetype.yamlfile import load_yaml
|
36
50
|
from .system import cmd
|
37
51
|
from .system import filesys as fs
|
52
|
+
from .filetype import csvfile
|
38
53
|
from .cuda import tcuda
|
39
54
|
from .common import console, console_log, ConsoleLog, now_str, norm_str
|
40
55
|
|
@@ -42,14 +57,14 @@ from .common import console, console_log, ConsoleLog, now_str, norm_str
|
|
42
57
|
from loguru import logger
|
43
58
|
from rich import inspect
|
44
59
|
from rich import print as rprint
|
45
|
-
|
46
60
|
from rich.pretty import pprint
|
47
61
|
from timebudget import timebudget
|
48
|
-
from tqdm import tqdm
|
49
|
-
import matplotlib.pyplot as plt
|
50
|
-
import re
|
51
|
-
import arrow
|
52
62
|
import omegaconf
|
53
63
|
from omegaconf import OmegaConf
|
54
64
|
from omegaconf.dictconfig import DictConfig
|
55
|
-
from .rich_color import rcolor_str, rcolor_palette, rcolor_palette_all, rcolor_all_str
|
65
|
+
from .rich_color import rcolor_str, rcolor_palette, rcolor_palette_all, rcolor_all_str
|
66
|
+
|
67
|
+
# for visualization
|
68
|
+
import seaborn as sns
|
69
|
+
import matplotlib.pyplot as plt
|
70
|
+
import plotly.express as px
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: halib
|
3
|
-
Version: 0.1.
|
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
|
@@ -9,7 +9,7 @@ Platform: UNKNOWN
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
10
10
|
Classifier: License :: OSI Approved :: MIT License
|
11
11
|
Classifier: Operating System :: OS Independent
|
12
|
-
Requires-Python: >=3.
|
12
|
+
Requires-Python: >=3.8
|
13
13
|
Description-Content-Type: text/markdown
|
14
14
|
License-File: LICENSE.txt
|
15
15
|
Requires-Dist: arrow
|
@@ -43,6 +43,9 @@ Requires-Dist: tube-dl
|
|
43
43
|
|
44
44
|
Helper package for coding and automation
|
45
45
|
|
46
|
+
**Version 0.1.44**
|
47
|
+
+ filter the warning message of `UserWarning: Unable to import Axes3D.`
|
48
|
+
|
46
49
|
**Version 0.1.42**
|
47
50
|
+ add <rich_color.py>: add basic color list (for easy usage)
|
48
51
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
halib/__init__.py,sha256=
|
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.
|
37
|
-
halib-0.1.
|
38
|
-
halib-0.1.
|
39
|
-
halib-0.1.
|
40
|
-
halib-0.1.
|
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
|
File without changes
|
File without changes
|