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.
- utkit-0.4.0/PKG-INFO +11 -0
- {utkit-0.3.0 → utkit-0.4.0}/pyproject.toml +1 -1
- utkit-0.4.0/src/utkit/documentation/site/objects.inv +0 -0
- utkit-0.3.0/PKG-INFO +0 -17
- utkit-0.3.0/README.md +0 -6
- /utkit-0.3.0/src/utkit/communication/__init__.py → /utkit-0.4.0/README.md +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/__init__.py +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/cli/__init__.py +0 -0
- {utkit-0.3.0/src/utkit/communication/mail → utkit-0.4.0/src/utkit/communication}/__init__.py +0 -0
- /utkit-0.3.0/src/utkit/documentation/site/objects.inv → /utkit-0.4.0/src/utkit/communication/mail/__init__.py +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/communication/mail/smtp.py +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/.cache/.gitignore +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/.cache/15661711846603463071 +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/.cache/3226154870166803660 +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/.cache/326316130724058699 +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/.cache/3476900567878811119 +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/.cache/3541202890535126406 +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/.cache/9033698058957892258 +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/.github/workflows/docs.yml +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/.gitignore +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/docs/communication/mail.md +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/docs/index.md +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/site/assets/images/favicon.png +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/site/assets/javascripts/LICENSE +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/site/assets/javascripts/bundle.dbc0afdc.min.js +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/site/assets/javascripts/workers/search.e2d2d235.min.js +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/site/assets/stylesheets/classic/main.a2001754.min.css +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/site/assets/stylesheets/classic/palette.7dc9a0ad.min.css +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/site/assets/stylesheets/modern/main.1e981d71.min.css +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/site/assets/stylesheets/modern/palette.dfe2e883.min.css +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/site/communication/mail/index.html +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/site/index.html +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/site/search.json +0 -0
- {utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/site/sitemap.xml +0 -0
- {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
|
+
|
|
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
|
File without changes
|
|
File without changes
|
|
File without changes
|
{utkit-0.3.0/src/utkit/communication/mail → utkit-0.4.0/src/utkit/communication}/__init__.py
RENAMED
|
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
|
{utkit-0.3.0 → utkit-0.4.0}/src/utkit/documentation/site/assets/javascripts/bundle.dbc0afdc.min.js
RENAMED
|
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
|