kiarina 1.1.1__tar.gz → 1.3.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.
- {kiarina-1.1.1 → kiarina-1.3.0}/PKG-INFO +2 -3
- {kiarina-1.1.1 → kiarina-1.3.0}/kiarina.egg-info/PKG-INFO +2 -3
- {kiarina-1.1.1 → kiarina-1.3.0}/pyproject.toml +2 -3
- {kiarina-1.1.1 → kiarina-1.3.0}/README.md +0 -0
- {kiarina-1.1.1 → kiarina-1.3.0}/kiarina.egg-info/SOURCES.txt +0 -0
- {kiarina-1.1.1 → kiarina-1.3.0}/kiarina.egg-info/dependency_links.txt +0 -0
- {kiarina-1.1.1 → kiarina-1.3.0}/kiarina.egg-info/requires.txt +0 -0
- {kiarina-1.1.1 → kiarina-1.3.0}/kiarina.egg-info/top_level.txt +0 -0
- {kiarina-1.1.1 → kiarina-1.3.0}/setup.cfg +0 -0
@@ -1,10 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: kiarina
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.3.0
|
4
4
|
Summary: A comprehensive namespace package collection providing essential utilities for modern Python development
|
5
5
|
Author-email: kiarina <kiarinadawa@gmail.com>
|
6
6
|
Maintainer-email: kiarina <kiarinadawa@gmail.com>
|
7
|
-
License: MIT
|
7
|
+
License-Expression: MIT
|
8
8
|
Project-URL: Homepage, https://github.com/kiarina/kiarina-python
|
9
9
|
Project-URL: Repository, https://github.com/kiarina/kiarina-python.git
|
10
10
|
Project-URL: Issues, https://github.com/kiarina/kiarina-python/issues
|
@@ -13,7 +13,6 @@ Project-URL: Documentation, https://github.com/kiarina/kiarina-python#readme
|
|
13
13
|
Keywords: utilities,namespace-package,file-io,llm,redis,falkordb,redisearch,async,pydantic
|
14
14
|
Classifier: Development Status :: 5 - Production/Stable
|
15
15
|
Classifier: Intended Audience :: Developers
|
16
|
-
Classifier: License :: OSI Approved :: MIT License
|
17
16
|
Classifier: Operating System :: OS Independent
|
18
17
|
Classifier: Programming Language :: Python :: 3
|
19
18
|
Classifier: Programming Language :: Python :: 3.12
|
@@ -1,10 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: kiarina
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.3.0
|
4
4
|
Summary: A comprehensive namespace package collection providing essential utilities for modern Python development
|
5
5
|
Author-email: kiarina <kiarinadawa@gmail.com>
|
6
6
|
Maintainer-email: kiarina <kiarinadawa@gmail.com>
|
7
|
-
License: MIT
|
7
|
+
License-Expression: MIT
|
8
8
|
Project-URL: Homepage, https://github.com/kiarina/kiarina-python
|
9
9
|
Project-URL: Repository, https://github.com/kiarina/kiarina-python.git
|
10
10
|
Project-URL: Issues, https://github.com/kiarina/kiarina-python/issues
|
@@ -13,7 +13,6 @@ Project-URL: Documentation, https://github.com/kiarina/kiarina-python#readme
|
|
13
13
|
Keywords: utilities,namespace-package,file-io,llm,redis,falkordb,redisearch,async,pydantic
|
14
14
|
Classifier: Development Status :: 5 - Production/Stable
|
15
15
|
Classifier: Intended Audience :: Developers
|
16
|
-
Classifier: License :: OSI Approved :: MIT License
|
17
16
|
Classifier: Operating System :: OS Independent
|
18
17
|
Classifier: Programming Language :: Python :: 3
|
19
18
|
Classifier: Programming Language :: Python :: 3.12
|
@@ -1,9 +1,9 @@
|
|
1
1
|
[project]
|
2
2
|
name = "kiarina"
|
3
|
-
version = "1.
|
3
|
+
version = "1.3.0"
|
4
4
|
description = "A comprehensive namespace package collection providing essential utilities for modern Python development"
|
5
5
|
readme = "README.md"
|
6
|
-
license =
|
6
|
+
license = "MIT"
|
7
7
|
authors = [
|
8
8
|
{ name = "kiarina", email = "kiarinadawa@gmail.com" }
|
9
9
|
]
|
@@ -24,7 +24,6 @@ keywords = [
|
|
24
24
|
classifiers = [
|
25
25
|
"Development Status :: 5 - Production/Stable",
|
26
26
|
"Intended Audience :: Developers",
|
27
|
-
"License :: OSI Approved :: MIT License",
|
28
27
|
"Operating System :: OS Independent",
|
29
28
|
"Programming Language :: Python :: 3",
|
30
29
|
"Programming Language :: Python :: 3.12",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|