utkit 0.3.0__tar.gz → 0.4.0__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 (35) hide show
  1. utkit-0.4.0/PKG-INFO +11 -0
  2. {utkit-0.3.0 → utkit-0.4.0}/pyproject.toml +1 -1
  3. utkit-0.4.0/src/utkit/documentation/site/objects.inv +0 -0
  4. utkit-0.3.0/PKG-INFO +0 -17
  5. utkit-0.3.0/README.md +0 -6
  6. /utkit-0.3.0/src/utkit/communication/__init__.py → /utkit-0.4.0/README.md +0 -0
  7. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/__init__.py +0 -0
  8. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/cli/__init__.py +0 -0
  9. {utkit-0.3.0/src/utkit/communication/mail → utkit-0.4.0/src/utkit/communication}/__init__.py +0 -0
  10. /utkit-0.3.0/src/utkit/documentation/site/objects.inv → /utkit-0.4.0/src/utkit/communication/mail/__init__.py +0 -0
  11. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/communication/mail/smtp.py +0 -0
  12. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/.cache/.gitignore +0 -0
  13. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/.cache/15661711846603463071 +0 -0
  14. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/.cache/3226154870166803660 +0 -0
  15. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/.cache/326316130724058699 +0 -0
  16. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/.cache/3476900567878811119 +0 -0
  17. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/.cache/3541202890535126406 +0 -0
  18. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/.cache/9033698058957892258 +0 -0
  19. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/.github/workflows/docs.yml +0 -0
  20. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/.gitignore +0 -0
  21. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/docs/communication/mail.md +0 -0
  22. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/docs/index.md +0 -0
  23. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/site/assets/images/favicon.png +0 -0
  24. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/site/assets/javascripts/LICENSE +0 -0
  25. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/site/assets/javascripts/bundle.dbc0afdc.min.js +0 -0
  26. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/site/assets/javascripts/workers/search.e2d2d235.min.js +0 -0
  27. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/site/assets/stylesheets/classic/main.a2001754.min.css +0 -0
  28. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/site/assets/stylesheets/classic/palette.7dc9a0ad.min.css +0 -0
  29. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/site/assets/stylesheets/modern/main.1e981d71.min.css +0 -0
  30. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/site/assets/stylesheets/modern/palette.dfe2e883.min.css +0 -0
  31. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/site/communication/mail/index.html +0 -0
  32. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/site/index.html +0 -0
  33. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/site/search.json +0 -0
  34. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/site/sitemap.xml +0 -0
  35. {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/zensical.toml +0 -0
utkit-0.4.0/PKG-INFO ADDED
@@ -0,0 +1,11 @@
1
+ Metadata-Version: 2.3
2
+ Name: utkit
3
+ Version: 0.4.0
4
+ Summary: core libraries for development
5
+ Author: TINS PJ
6
+ Author-email: TINS PJ <tinspj1997@gmail.com>
7
+ Requires-Dist: typer>=0.20.0
8
+ Requires-Dist: zensical>=0.0.37
9
+ Requires-Python: >=3.12
10
+ Description-Content-Type: text/markdown
11
+
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "utkit"
3
- version = "0.3.0"
3
+ version = "0.4.0"
4
4
  description = "core libraries for development"
5
5
  readme = "README.md"
6
6
  authors = [
File without changes
utkit-0.3.0/PKG-INFO DELETED
@@ -1,17 +0,0 @@
1
- Metadata-Version: 2.3
2
- Name: utkit
3
- Version: 0.3.0
4
- Summary: core libraries for development
5
- Author: TINS PJ
6
- Author-email: TINS PJ <tinspj1997@gmail.com>
7
- Requires-Dist: typer>=0.20.0
8
- Requires-Dist: zensical>=0.0.37
9
- Requires-Python: >=3.12
10
- Description-Content-Type: text/markdown
11
-
12
- uv build
13
-
14
-
15
- uv version --bump minor
16
-
17
- uv publish --username __token__ --password pypi-AgEIcHlwaS5vcmcCJDQ4NTQ4Yjc0LTE5NjMtNDI0Ny1iMWE3LTljMTE1OTNhOTQzOAACKlszLCI5YjY0M2VmZC0wMzk4LTQ1MzItYWFjYi03YzhmOTg0ZTJjM2QiXQAABiBILwZri7R_gbslfvDTm4PkeMccTpigF8atUyjt4pPZjg
utkit-0.3.0/README.md DELETED
@@ -1,6 +0,0 @@
1
- uv build
2
-
3
-
4
- uv version --bump minor
5
-
6
- uv publish --username __token__ --password pypi-AgEIcHlwaS5vcmcCJDQ4NTQ4Yjc0LTE5NjMtNDI0Ny1iMWE3LTljMTE1OTNhOTQzOAACKlszLCI5YjY0M2VmZC0wMzk4LTQ1MzItYWFjYi03YzhmOTg0ZTJjM2QiXQAABiBILwZri7R_gbslfvDTm4PkeMccTpigF8atUyjt4pPZjg
File without changes
File without changes