kiarina 1.1.0__tar.gz → 1.2.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.
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kiarina
3
- Version: 1.1.0
3
+ Version: 1.2.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.1.0
3
+ Version: 1.2.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.1.0"
3
+ version = "1.2.0"
4
4
  description = "A comprehensive namespace package collection providing essential utilities for modern Python development"
5
5
  readme = "README.md"
6
- license = { text = "MIT" }
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