halib 0.1.73__tar.gz → 0.1.75__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.
- {halib-0.1.73 → halib-0.1.75}/PKG-INFO +44 -8
- {halib-0.1.73 → halib-0.1.75}/README.md +1 -1
- {halib-0.1.73 → halib-0.1.75}/halib.egg-info/PKG-INFO +44 -8
- {halib-0.1.73 → halib-0.1.75}/halib.egg-info/requires.txt +6 -1
- {halib-0.1.73 → halib-0.1.75}/setup.py +2 -2
- {halib-0.1.73 → halib-0.1.75}/.gitignore +0 -0
- {halib-0.1.73 → halib-0.1.75}/GDriveFolder.txt +0 -0
- {halib-0.1.73 → halib-0.1.75}/LICENSE.txt +0 -0
- {halib-0.1.73 → halib-0.1.75}/MANIFEST.in +0 -0
- {halib-0.1.73 → halib-0.1.75}/guide_publish_pip.pdf +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/__init__.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/common.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/cuda.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/filetype/__init__.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/filetype/csvfile.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/filetype/jsonfile.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/filetype/textfile.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/filetype/videofile.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/filetype/yamlfile.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/online/__init__.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/online/gdrive.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/online/gdrive_mkdir.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/online/gdrive_test.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/online/projectmake.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/research/__init__.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/research/base_config.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/research/base_exp.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/research/dataset.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/research/metrics.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/research/perfcalc.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/research/perftb.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/research/plot.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/research/torchloader.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/research/wandb_op.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/rich_color.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/system/__init__.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/system/cmd.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/system/filesys.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/utils/__init__.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/utils/dataclass_util.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/utils/dict_op.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/utils/gpu_mon.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/utils/listop.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/utils/tele_noti.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib/utils/video.py +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib.egg-info/SOURCES.txt +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib.egg-info/dependency_links.txt +0 -0
- {halib-0.1.73 → halib-0.1.75}/halib.egg-info/top_level.txt +0 -0
- {halib-0.1.73 → halib-0.1.75}/setup.cfg +0 -0
@@ -1,21 +1,59 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: halib
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.75
|
4
4
|
Summary: Small library for common tasks
|
5
5
|
Author: Hoang Van Ha
|
6
6
|
Author-email: hoangvanhauit@gmail.com
|
7
|
-
License: UNKNOWN
|
8
|
-
Platform: UNKNOWN
|
9
7
|
Classifier: Programming Language :: Python :: 3
|
10
8
|
Classifier: License :: OSI Approved :: MIT License
|
11
9
|
Classifier: Operating System :: OS Independent
|
12
|
-
Requires-Python: >=3.
|
10
|
+
Requires-Python: >=3.9
|
13
11
|
Description-Content-Type: text/markdown
|
14
12
|
License-File: LICENSE.txt
|
13
|
+
Requires-Dist: arrow
|
14
|
+
Requires-Dist: click
|
15
|
+
Requires-Dist: enlighten
|
16
|
+
Requires-Dist: loguru
|
17
|
+
Requires-Dist: more-itertools
|
18
|
+
Requires-Dist: moviepy
|
19
|
+
Requires-Dist: networkx
|
20
|
+
Requires-Dist: numpy
|
21
|
+
Requires-Dist: omegaconf
|
22
|
+
Requires-Dist: opencv-python
|
23
|
+
Requires-Dist: pandas
|
24
|
+
Requires-Dist: Pillow
|
25
|
+
Requires-Dist: Pyarrow
|
26
|
+
Requires-Dist: pycurl
|
27
|
+
Requires-Dist: python-telegram-bot
|
28
|
+
Requires-Dist: requests
|
29
|
+
Requires-Dist: rich
|
30
|
+
Requires-Dist: scikit-learn
|
31
|
+
Requires-Dist: matplotlib
|
32
|
+
Requires-Dist: seaborn
|
33
|
+
Requires-Dist: plotly
|
34
|
+
Requires-Dist: pygwalker
|
35
|
+
Requires-Dist: tabulate
|
36
|
+
Requires-Dist: itables
|
37
|
+
Requires-Dist: timebudget
|
38
|
+
Requires-Dist: tqdm
|
39
|
+
Requires-Dist: tube_dl
|
40
|
+
Requires-Dist: wandb
|
41
|
+
Requires-Dist: dataclass-wizard
|
42
|
+
Requires-Dist: kaleido==0.1.*; sys_platform == "win32"
|
43
|
+
Requires-Dist: kaleido; sys_platform == "linux"
|
44
|
+
Dynamic: author
|
45
|
+
Dynamic: author-email
|
46
|
+
Dynamic: classifier
|
47
|
+
Dynamic: description
|
48
|
+
Dynamic: description-content-type
|
49
|
+
Dynamic: license-file
|
50
|
+
Dynamic: requires-dist
|
51
|
+
Dynamic: requires-python
|
52
|
+
Dynamic: summary
|
15
53
|
|
16
54
|
Helper package for coding and automation
|
17
55
|
|
18
|
-
**Version 0.1.
|
56
|
+
**Version 0.1.74**
|
19
57
|
|
20
58
|
+ `research/base_exp`: add base experiment class to handle common experiment tasks, including performance calculation and saving results.
|
21
59
|
|
@@ -155,5 +193,3 @@ New Features
|
|
155
193
|
New Features
|
156
194
|
|
157
195
|
+ add support to upload local to google drive.
|
158
|
-
|
159
|
-
|
@@ -1,21 +1,59 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: halib
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.75
|
4
4
|
Summary: Small library for common tasks
|
5
5
|
Author: Hoang Van Ha
|
6
6
|
Author-email: hoangvanhauit@gmail.com
|
7
|
-
License: UNKNOWN
|
8
|
-
Platform: UNKNOWN
|
9
7
|
Classifier: Programming Language :: Python :: 3
|
10
8
|
Classifier: License :: OSI Approved :: MIT License
|
11
9
|
Classifier: Operating System :: OS Independent
|
12
|
-
Requires-Python: >=3.
|
10
|
+
Requires-Python: >=3.9
|
13
11
|
Description-Content-Type: text/markdown
|
14
12
|
License-File: LICENSE.txt
|
13
|
+
Requires-Dist: arrow
|
14
|
+
Requires-Dist: click
|
15
|
+
Requires-Dist: enlighten
|
16
|
+
Requires-Dist: loguru
|
17
|
+
Requires-Dist: more-itertools
|
18
|
+
Requires-Dist: moviepy
|
19
|
+
Requires-Dist: networkx
|
20
|
+
Requires-Dist: numpy
|
21
|
+
Requires-Dist: omegaconf
|
22
|
+
Requires-Dist: opencv-python
|
23
|
+
Requires-Dist: pandas
|
24
|
+
Requires-Dist: Pillow
|
25
|
+
Requires-Dist: Pyarrow
|
26
|
+
Requires-Dist: pycurl
|
27
|
+
Requires-Dist: python-telegram-bot
|
28
|
+
Requires-Dist: requests
|
29
|
+
Requires-Dist: rich
|
30
|
+
Requires-Dist: scikit-learn
|
31
|
+
Requires-Dist: matplotlib
|
32
|
+
Requires-Dist: seaborn
|
33
|
+
Requires-Dist: plotly
|
34
|
+
Requires-Dist: pygwalker
|
35
|
+
Requires-Dist: tabulate
|
36
|
+
Requires-Dist: itables
|
37
|
+
Requires-Dist: timebudget
|
38
|
+
Requires-Dist: tqdm
|
39
|
+
Requires-Dist: tube_dl
|
40
|
+
Requires-Dist: wandb
|
41
|
+
Requires-Dist: dataclass-wizard
|
42
|
+
Requires-Dist: kaleido==0.1.*; sys_platform == "win32"
|
43
|
+
Requires-Dist: kaleido; sys_platform == "linux"
|
44
|
+
Dynamic: author
|
45
|
+
Dynamic: author-email
|
46
|
+
Dynamic: classifier
|
47
|
+
Dynamic: description
|
48
|
+
Dynamic: description-content-type
|
49
|
+
Dynamic: license-file
|
50
|
+
Dynamic: requires-dist
|
51
|
+
Dynamic: requires-python
|
52
|
+
Dynamic: summary
|
15
53
|
|
16
54
|
Helper package for coding and automation
|
17
55
|
|
18
|
-
**Version 0.1.
|
56
|
+
**Version 0.1.74**
|
19
57
|
|
20
58
|
+ `research/base_exp`: add base experiment class to handle common experiment tasks, including performance calculation and saving results.
|
21
59
|
|
@@ -155,5 +193,3 @@ New Features
|
|
155
193
|
New Features
|
156
194
|
|
157
195
|
+ add support to upload local to google drive.
|
158
|
-
|
159
|
-
|
@@ -8,7 +8,7 @@ with open("requirements.txt") as f:
|
|
8
8
|
|
9
9
|
setuptools.setup(
|
10
10
|
name="halib",
|
11
|
-
version="0.1.
|
11
|
+
version="0.1.75",
|
12
12
|
author="Hoang Van Ha",
|
13
13
|
author_email="hoangvanhauit@gmail.com",
|
14
14
|
description="Small library for common tasks",
|
@@ -20,6 +20,6 @@ setuptools.setup(
|
|
20
20
|
"License :: OSI Approved :: MIT License",
|
21
21
|
"Operating System :: OS Independent",
|
22
22
|
],
|
23
|
-
python_requires=">=3.
|
23
|
+
python_requires=">=3.9",
|
24
24
|
install_requires=required,
|
25
25
|
)
|
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
|
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
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|