potato-util 0.0.1__py3-none-any.whl → 0.0.2__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.
- potato_util/__version__.py +1 -1
- {potato_util-0.0.1.dist-info → potato_util-0.0.2.dist-info}/METADATA +2 -2
- {potato_util-0.0.1.dist-info → potato_util-0.0.2.dist-info}/RECORD +6 -6
- {potato_util-0.0.1.dist-info → potato_util-0.0.2.dist-info}/WHEEL +0 -0
- {potato_util-0.0.1.dist-info → potato_util-0.0.2.dist-info}/licenses/LICENSE.txt +0 -0
- {potato_util-0.0.1.dist-info → potato_util-0.0.2.dist-info}/top_level.txt +0 -0
potato_util/__version__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.0.
|
|
1
|
+
__version__ = "0.0.2"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: potato_util
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: 'potato_util' is collection of simple useful utils package for python.
|
|
5
5
|
Author-email: Batkhuu Byambajav <batkhuu10@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/bybatkhuu/module.python-utils
|
|
@@ -153,7 +153,7 @@ git clone git@github.com:bybatkhuu/module.python-utils.git && \
|
|
|
153
153
|
**OPTION A.** [**RECOMMENDED**] Install from **PyPi**:
|
|
154
154
|
|
|
155
155
|
```sh
|
|
156
|
-
pip install -U
|
|
156
|
+
pip install -U potato-util
|
|
157
157
|
```
|
|
158
158
|
|
|
159
159
|
**OPTION B.** Install latest version directly from **GitHub** repository:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
potato_util/__init__.py,sha256=HjN2VbjR-wQBNVKpcRa4fgLaqEcNOQVhRoKQCilFjAM,72
|
|
2
|
-
potato_util/__version__.py,sha256=
|
|
2
|
+
potato_util/__version__.py,sha256=QvlVh4JTl3JL7jQAja76yKtT-IvF4631ASjWY1wS6AQ,22
|
|
3
3
|
potato_util/_base.py,sha256=x_wIKThJPRi25gI_Ab4hvr6Qg-7RaMfN9dbjpeEPI0g,2923
|
|
4
4
|
potato_util/dt.py,sha256=EMT4r4b-KFWwyStDJ8ajUXci3vnP1cMwJafniwUxxJA,6872
|
|
5
5
|
potato_util/sanitizer.py,sha256=-olqyjG9PorIciV90M5Q4r0g_-0tXC7DJcO7xuHEcPs,1860
|
|
@@ -17,8 +17,8 @@ potato_util/http/fastapi.py,sha256=3zE6KvmGDaDokWxxstoEj4OBCBgp6n-vqvS0jQZqPHk,6
|
|
|
17
17
|
potato_util/io/__init__.py,sha256=FoGcN7t0uArQV4hbMR1X5aeC8Yq-h_ds4xooNpkmgG0,209
|
|
18
18
|
potato_util/io/_async.py,sha256=xDBnMcU7PF8dfVMrJRTYJirU9yqprza30YMgyWbCKjY,9486
|
|
19
19
|
potato_util/io/_sync.py,sha256=cPFlfxKsLVH4NtNOccUt2z8a9K2MkW2GxtJbCXyWVqY,9106
|
|
20
|
-
potato_util-0.0.
|
|
21
|
-
potato_util-0.0.
|
|
22
|
-
potato_util-0.0.
|
|
23
|
-
potato_util-0.0.
|
|
24
|
-
potato_util-0.0.
|
|
20
|
+
potato_util-0.0.2.dist-info/licenses/LICENSE.txt,sha256=CUTK-r0BWIg1r0bBiemAcMhakgV0N7HuRhw6rQ-A9A4,1074
|
|
21
|
+
potato_util-0.0.2.dist-info/METADATA,sha256=RaK6eDiRxU7rwGQfXV0VM0OujEkqh6qNttx-T33-KZw,8999
|
|
22
|
+
potato_util-0.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
23
|
+
potato_util-0.0.2.dist-info/top_level.txt,sha256=pLMnSfT6rhlYBpo2Gnd8kKMDxcuvxdVizqsv1dd1frw,12
|
|
24
|
+
potato_util-0.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|