potato-util 0.0.1__tar.gz → 0.0.2__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 (39) hide show
  1. {potato_util-0.0.1/src/potato_util.egg-info → potato_util-0.0.2}/PKG-INFO +2 -2
  2. {potato_util-0.0.1 → potato_util-0.0.2}/README.md +1 -1
  3. potato_util-0.0.2/src/potato_util/__version__.py +1 -0
  4. {potato_util-0.0.1 → potato_util-0.0.2/src/potato_util.egg-info}/PKG-INFO +2 -2
  5. potato_util-0.0.1/src/potato_util/__version__.py +0 -1
  6. {potato_util-0.0.1 → potato_util-0.0.2}/.python-version +0 -0
  7. {potato_util-0.0.1 → potato_util-0.0.2}/LICENSE.txt +0 -0
  8. {potato_util-0.0.1 → potato_util-0.0.2}/pyproject.toml +0 -0
  9. {potato_util-0.0.1 → potato_util-0.0.2}/requirements/requirements.async.txt +0 -0
  10. {potato_util-0.0.1 → potato_util-0.0.2}/requirements/requirements.build.txt +0 -0
  11. {potato_util-0.0.1 → potato_util-0.0.2}/requirements/requirements.dev.txt +0 -0
  12. {potato_util-0.0.1 → potato_util-0.0.2}/requirements/requirements.docs.txt +0 -0
  13. {potato_util-0.0.1 → potato_util-0.0.2}/requirements/requirements.fastapi.txt +0 -0
  14. {potato_util-0.0.1 → potato_util-0.0.2}/requirements/requirements.test.txt +0 -0
  15. {potato_util-0.0.1 → potato_util-0.0.2}/requirements.txt +0 -0
  16. {potato_util-0.0.1 → potato_util-0.0.2}/setup.cfg +0 -0
  17. {potato_util-0.0.1 → potato_util-0.0.2}/setup.py +0 -0
  18. {potato_util-0.0.1 → potato_util-0.0.2}/src/potato_util/__init__.py +0 -0
  19. {potato_util-0.0.1 → potato_util-0.0.2}/src/potato_util/_base.py +0 -0
  20. {potato_util-0.0.1 → potato_util-0.0.2}/src/potato_util/constants/__init__.py +0 -0
  21. {potato_util-0.0.1 → potato_util-0.0.2}/src/potato_util/constants/_base.py +0 -0
  22. {potato_util-0.0.1 → potato_util-0.0.2}/src/potato_util/constants/_enum.py +0 -0
  23. {potato_util-0.0.1 → potato_util-0.0.2}/src/potato_util/constants/_regex.py +0 -0
  24. {potato_util-0.0.1 → potato_util-0.0.2}/src/potato_util/dt.py +0 -0
  25. {potato_util-0.0.1 → potato_util-0.0.2}/src/potato_util/http/__init__.py +0 -0
  26. {potato_util-0.0.1 → potato_util-0.0.2}/src/potato_util/http/_async.py +0 -0
  27. {potato_util-0.0.1 → potato_util-0.0.2}/src/potato_util/http/_base.py +0 -0
  28. {potato_util-0.0.1 → potato_util-0.0.2}/src/potato_util/http/_sync.py +0 -0
  29. {potato_util-0.0.1 → potato_util-0.0.2}/src/potato_util/http/fastapi.py +0 -0
  30. {potato_util-0.0.1 → potato_util-0.0.2}/src/potato_util/io/__init__.py +0 -0
  31. {potato_util-0.0.1 → potato_util-0.0.2}/src/potato_util/io/_async.py +0 -0
  32. {potato_util-0.0.1 → potato_util-0.0.2}/src/potato_util/io/_sync.py +0 -0
  33. {potato_util-0.0.1 → potato_util-0.0.2}/src/potato_util/sanitizer.py +0 -0
  34. {potato_util-0.0.1 → potato_util-0.0.2}/src/potato_util/secure.py +0 -0
  35. {potato_util-0.0.1 → potato_util-0.0.2}/src/potato_util/validator.py +0 -0
  36. {potato_util-0.0.1 → potato_util-0.0.2}/src/potato_util.egg-info/SOURCES.txt +0 -0
  37. {potato_util-0.0.1 → potato_util-0.0.2}/src/potato_util.egg-info/dependency_links.txt +0 -0
  38. {potato_util-0.0.1 → potato_util-0.0.2}/src/potato_util.egg-info/requires.txt +0 -0
  39. {potato_util-0.0.1 → potato_util-0.0.2}/src/potato_util.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: potato_util
3
- Version: 0.0.1
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 potato_util
156
+ pip install -U potato-util
157
157
  ```
158
158
 
159
159
  **OPTION B.** Install latest version directly from **GitHub** repository:
@@ -74,7 +74,7 @@ git clone git@github.com:bybatkhuu/module.python-utils.git && \
74
74
  **OPTION A.** [**RECOMMENDED**] Install from **PyPi**:
75
75
 
76
76
  ```sh
77
- pip install -U potato_util
77
+ pip install -U potato-util
78
78
  ```
79
79
 
80
80
  **OPTION B.** Install latest version directly from **GitHub** repository:
@@ -0,0 +1 @@
1
+ __version__ = "0.0.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: potato_util
3
- Version: 0.0.1
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 potato_util
156
+ pip install -U potato-util
157
157
  ```
158
158
 
159
159
  **OPTION B.** Install latest version directly from **GitHub** repository:
@@ -1 +0,0 @@
1
- __version__ = "0.0.1"
File without changes
File without changes
File without changes
File without changes
File without changes