dycw-utilities 0.175.38__py3-none-any.whl → 0.176.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.
@@ -0,0 +1,34 @@
1
+ Metadata-Version: 2.3
2
+ Name: dycw-utilities
3
+ Version: 0.176.0
4
+ Summary: Miscellaneous Python utilities
5
+ Author: Derek Wan
6
+ Author-email: Derek Wan <d.wan@icloud.com>
7
+ Requires-Dist: atomicwrites>=1.4.1,<2
8
+ Requires-Dist: typing-extensions>=4.15.0,<5
9
+ Requires-Dist: tzlocal>=5.3.1,<6
10
+ Requires-Dist: whenever>=0.9.4,<1
11
+ Requires-Dist: coloredlogs>=15.0.1,<16 ; extra == 'logging'
12
+ Requires-Dist: dycw-pytest-only>=2.1.1,<3 ; extra == 'test'
13
+ Requires-Dist: hypothesis>=6.148.11,<7 ; extra == 'test'
14
+ Requires-Dist: pytest>=9.0.2,<10 ; extra == 'test'
15
+ Requires-Dist: pytest-asyncio>=1.3.0,<2 ; extra == 'test'
16
+ Requires-Dist: pytest-cov>=7.0.0,<8 ; extra == 'test'
17
+ Requires-Dist: pytest-instafail>=0.5.0,<1 ; extra == 'test'
18
+ Requires-Dist: pytest-lazy-fixtures>=1.4.0,<2 ; extra == 'test'
19
+ Requires-Dist: pytest-randomly>=4.0.1,<5 ; extra == 'test'
20
+ Requires-Dist: pytest-regressions>=2.8.3,<3 ; extra == 'test'
21
+ Requires-Dist: pytest-repeat>=0.9.4,<1 ; extra == 'test'
22
+ Requires-Dist: pytest-rerunfailures>=16.1,<17 ; extra == 'test'
23
+ Requires-Dist: pytest-rng>=1.0.0,<2 ; extra == 'test'
24
+ Requires-Dist: pytest-timeout>=2.4.0,<3 ; extra == 'test'
25
+ Requires-Dist: pytest-xdist>=3.8.0,<4 ; extra == 'test'
26
+ Requires-Dist: testbook>=0.4.2,<1 ; extra == 'test'
27
+ Requires-Python: >=3.12
28
+ Provides-Extra: logging
29
+ Provides-Extra: test
30
+ Description-Content-Type: text/markdown
31
+
32
+ # `python-utilities`
33
+
34
+ Miscellaneous Python utilities
@@ -1,4 +1,4 @@
1
- utilities/__init__.py,sha256=0aEOfOCZ3zR_I7TUqaC_QJfWzI7LFfDdSaWhZp-3Cf8,61
1
+ utilities/__init__.py,sha256=h7Hl-0T_Riv6_dZxWAX6r3eic6CAJIEDwCwSllWMOnc,60
2
2
  utilities/altair.py,sha256=TLfRFbG9HwG7SLXoJ-v0r-t49ZaGgTQZD82cpjVi4vs,9085
3
3
  utilities/asyncio.py,sha256=aJySVxBY0gqsIYnoNmH7-1r8djKuf4vSsU69VCD08t8,16772
4
4
  utilities/atomicwrites.py,sha256=tPo6r-Rypd9u99u66B9z86YBPpnLrlHtwox_8Z7T34Y,5790
@@ -97,7 +97,7 @@ utilities/warnings.py,sha256=un1LvHv70PU-LLv8RxPVmugTzDJkkGXRMZTE2-fTQHw,1771
97
97
  utilities/whenever.py,sha256=F4ek0-OBWxHYrZdmoZt76N2RnNyKY5KrEHt7rqO4AQE,60183
98
98
  utilities/zipfile.py,sha256=24lQc9ATcJxHXBPc_tBDiJk48pWyRrlxO2fIsFxU0A8,699
99
99
  utilities/zoneinfo.py,sha256=tdIScrTB2-B-LH0ukb1HUXKooLknOfJNwHk10MuMYvA,3619
100
- dycw_utilities-0.175.38.dist-info/WHEEL,sha256=RRVLqVugUmFOqBedBFAmA4bsgFcROUBiSUKlERi0Hcg,79
101
- dycw_utilities-0.175.38.dist-info/entry_points.txt,sha256=cOGtKeJI0KXLSV7MJ8Dhc2G8jPgDcBDm53MVNJU4ycI,136
102
- dycw_utilities-0.175.38.dist-info/METADATA,sha256=Z2_CY8exhKbS_PJXAi8P5KX3QAj3uug7sbbR12RvakY,1443
103
- dycw_utilities-0.175.38.dist-info/RECORD,,
100
+ dycw_utilities-0.176.0.dist-info/WHEEL,sha256=RRVLqVugUmFOqBedBFAmA4bsgFcROUBiSUKlERi0Hcg,79
101
+ dycw_utilities-0.176.0.dist-info/entry_points.txt,sha256=cOGtKeJI0KXLSV7MJ8Dhc2G8jPgDcBDm53MVNJU4ycI,136
102
+ dycw_utilities-0.176.0.dist-info/METADATA,sha256=zcotwqTpf52w_sIZvNQ8sEWEvvGwZRWFJlf2-zESNsE,1399
103
+ dycw_utilities-0.176.0.dist-info/RECORD,,
utilities/__init__.py CHANGED
@@ -1,3 +1,3 @@
1
1
  from __future__ import annotations
2
2
 
3
- __version__ = "0.175.38"
3
+ __version__ = "0.176.0"
@@ -1,34 +0,0 @@
1
- Metadata-Version: 2.3
2
- Name: dycw-utilities
3
- Version: 0.175.38
4
- Summary: Miscellaneous Python utilities
5
- Author: Derek Wan
6
- Author-email: Derek Wan <d.wan@icloud.com>
7
- Requires-Dist: atomicwrites>=1.4.1,<1.5
8
- Requires-Dist: typing-extensions>=4.15.0,<4.16
9
- Requires-Dist: tzlocal>=5.3.1,<5.4
10
- Requires-Dist: whenever>=0.9.4,<0.10
11
- Requires-Dist: coloredlogs>=15.0.1,<15.1 ; extra == 'logging'
12
- Requires-Dist: dycw-pytest-only>=2.1.1,<2.2 ; extra == 'test'
13
- Requires-Dist: hypothesis>=6.148.8,<6.149 ; extra == 'test'
14
- Requires-Dist: pytest>=9.0.2,<9.1 ; extra == 'test'
15
- Requires-Dist: pytest-asyncio>=1.3.0,<1.4 ; extra == 'test'
16
- Requires-Dist: pytest-cov>=7.0.0,<7.1 ; extra == 'test'
17
- Requires-Dist: pytest-instafail>=0.5.0,<0.6 ; extra == 'test'
18
- Requires-Dist: pytest-lazy-fixtures>=1.4.0,<1.5 ; extra == 'test'
19
- Requires-Dist: pytest-randomly>=4.0.1,<4.1 ; extra == 'test'
20
- Requires-Dist: pytest-regressions>=2.8.3,<2.9 ; extra == 'test'
21
- Requires-Dist: pytest-repeat>=0.9.4,<0.10 ; extra == 'test'
22
- Requires-Dist: pytest-rerunfailures>=16.1,<16.2 ; extra == 'test'
23
- Requires-Dist: pytest-rng>=1.0.0,<1.1 ; extra == 'test'
24
- Requires-Dist: pytest-timeout>=2.4.0,<2.5 ; extra == 'test'
25
- Requires-Dist: pytest-xdist>=3.8.0,<3.9 ; extra == 'test'
26
- Requires-Dist: testbook>=0.4.2,<0.5 ; extra == 'test'
27
- Requires-Python: >=3.12
28
- Provides-Extra: logging
29
- Provides-Extra: test
30
- Description-Content-Type: text/markdown
31
-
32
- # `python-utilities`
33
-
34
- Miscellaneous Python utilities