halib 0.1.73__tar.gz → 0.1.74__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.
Files changed (49) hide show
  1. {halib-0.1.73 → halib-0.1.74}/PKG-INFO +43 -7
  2. {halib-0.1.73 → halib-0.1.74}/README.md +1 -1
  3. {halib-0.1.73 → halib-0.1.74}/halib.egg-info/PKG-INFO +43 -7
  4. {halib-0.1.73 → halib-0.1.74}/halib.egg-info/requires.txt +6 -1
  5. {halib-0.1.73 → halib-0.1.74}/setup.py +1 -1
  6. {halib-0.1.73 → halib-0.1.74}/.gitignore +0 -0
  7. {halib-0.1.73 → halib-0.1.74}/GDriveFolder.txt +0 -0
  8. {halib-0.1.73 → halib-0.1.74}/LICENSE.txt +0 -0
  9. {halib-0.1.73 → halib-0.1.74}/MANIFEST.in +0 -0
  10. {halib-0.1.73 → halib-0.1.74}/guide_publish_pip.pdf +0 -0
  11. {halib-0.1.73 → halib-0.1.74}/halib/__init__.py +0 -0
  12. {halib-0.1.73 → halib-0.1.74}/halib/common.py +0 -0
  13. {halib-0.1.73 → halib-0.1.74}/halib/cuda.py +0 -0
  14. {halib-0.1.73 → halib-0.1.74}/halib/filetype/__init__.py +0 -0
  15. {halib-0.1.73 → halib-0.1.74}/halib/filetype/csvfile.py +0 -0
  16. {halib-0.1.73 → halib-0.1.74}/halib/filetype/jsonfile.py +0 -0
  17. {halib-0.1.73 → halib-0.1.74}/halib/filetype/textfile.py +0 -0
  18. {halib-0.1.73 → halib-0.1.74}/halib/filetype/videofile.py +0 -0
  19. {halib-0.1.73 → halib-0.1.74}/halib/filetype/yamlfile.py +0 -0
  20. {halib-0.1.73 → halib-0.1.74}/halib/online/__init__.py +0 -0
  21. {halib-0.1.73 → halib-0.1.74}/halib/online/gdrive.py +0 -0
  22. {halib-0.1.73 → halib-0.1.74}/halib/online/gdrive_mkdir.py +0 -0
  23. {halib-0.1.73 → halib-0.1.74}/halib/online/gdrive_test.py +0 -0
  24. {halib-0.1.73 → halib-0.1.74}/halib/online/projectmake.py +0 -0
  25. {halib-0.1.73 → halib-0.1.74}/halib/research/__init__.py +0 -0
  26. {halib-0.1.73 → halib-0.1.74}/halib/research/base_config.py +0 -0
  27. {halib-0.1.73 → halib-0.1.74}/halib/research/base_exp.py +0 -0
  28. {halib-0.1.73 → halib-0.1.74}/halib/research/dataset.py +0 -0
  29. {halib-0.1.73 → halib-0.1.74}/halib/research/metrics.py +0 -0
  30. {halib-0.1.73 → halib-0.1.74}/halib/research/perfcalc.py +0 -0
  31. {halib-0.1.73 → halib-0.1.74}/halib/research/perftb.py +0 -0
  32. {halib-0.1.73 → halib-0.1.74}/halib/research/plot.py +0 -0
  33. {halib-0.1.73 → halib-0.1.74}/halib/research/torchloader.py +0 -0
  34. {halib-0.1.73 → halib-0.1.74}/halib/research/wandb_op.py +0 -0
  35. {halib-0.1.73 → halib-0.1.74}/halib/rich_color.py +0 -0
  36. {halib-0.1.73 → halib-0.1.74}/halib/system/__init__.py +0 -0
  37. {halib-0.1.73 → halib-0.1.74}/halib/system/cmd.py +0 -0
  38. {halib-0.1.73 → halib-0.1.74}/halib/system/filesys.py +0 -0
  39. {halib-0.1.73 → halib-0.1.74}/halib/utils/__init__.py +0 -0
  40. {halib-0.1.73 → halib-0.1.74}/halib/utils/dataclass_util.py +0 -0
  41. {halib-0.1.73 → halib-0.1.74}/halib/utils/dict_op.py +0 -0
  42. {halib-0.1.73 → halib-0.1.74}/halib/utils/gpu_mon.py +0 -0
  43. {halib-0.1.73 → halib-0.1.74}/halib/utils/listop.py +0 -0
  44. {halib-0.1.73 → halib-0.1.74}/halib/utils/tele_noti.py +0 -0
  45. {halib-0.1.73 → halib-0.1.74}/halib/utils/video.py +0 -0
  46. {halib-0.1.73 → halib-0.1.74}/halib.egg-info/SOURCES.txt +0 -0
  47. {halib-0.1.73 → halib-0.1.74}/halib.egg-info/dependency_links.txt +0 -0
  48. {halib-0.1.73 → halib-0.1.74}/halib.egg-info/top_level.txt +0 -0
  49. {halib-0.1.73 → halib-0.1.74}/setup.cfg +0 -0
@@ -1,21 +1,59 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: halib
3
- Version: 0.1.73
3
+ Version: 0.1.74
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
10
  Requires-Python: >=3.8
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.73**
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,6 +1,6 @@
1
1
  Helper package for coding and automation
2
2
 
3
- **Version 0.1.73**
3
+ **Version 0.1.74**
4
4
 
5
5
  + `research/base_exp`: add base experiment class to handle common experiment tasks, including performance calculation and saving results.
6
6
 
@@ -1,21 +1,59 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: halib
3
- Version: 0.1.73
3
+ Version: 0.1.74
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
10
  Requires-Python: >=3.8
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.73**
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,7 +1,6 @@
1
1
  arrow
2
2
  click
3
3
  enlighten
4
- kaleido==0.1.*
5
4
  loguru
6
5
  more-itertools
7
6
  moviepy
@@ -28,3 +27,9 @@ tqdm
28
27
  tube_dl
29
28
  wandb
30
29
  dataclass-wizard
30
+
31
+ [:sys_platform == "linux"]
32
+ kaleido
33
+
34
+ [:sys_platform == "win32"]
35
+ kaleido==0.1.*
@@ -8,7 +8,7 @@ with open("requirements.txt") as f:
8
8
 
9
9
  setuptools.setup(
10
10
  name="halib",
11
- version="0.1.73",
11
+ version="0.1.74",
12
12
  author="Hoang Van Ha",
13
13
  author_email="hoangvanhauit@gmail.com",
14
14
  description="Small library for common tasks",
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