staran 1.0.4__tar.gz → 1.0.5__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: staran
3
- Version: 1.0.4
3
+ Version: 1.0.5
4
4
  Summary: staran - 轻量级Python日期工具库
5
5
  Home-page: https://github.com/starlxa/staran
6
6
  Author: StarAn
@@ -37,7 +37,7 @@ Dynamic: project-url
37
37
  Dynamic: requires-python
38
38
  Dynamic: summary
39
39
 
40
- # Staran v1.0.4 - 企业级多功能工具库
40
+ # Staran v1.0.5 - 企业级多功能工具库
41
41
 
42
42
  [![Python Version](https://img.shields.io/badge/python-3.7%2B-blue.svg)](https://python.org)
43
43
  [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
@@ -50,7 +50,7 @@ Dynamic: summary
50
50
  `staran` 旨在成为一个可扩展的工具库,包含多个独立的、高质量的模块。每个模块都专注于解决特定领域的问题,并遵循统一的设计标准。
51
51
 
52
52
  ### 当前模块
53
- - **`date`**: 企业级日期处理工具 (v1.0.4)
53
+ - **`date`**: 企业级日期处理工具 (v1.0.5)
54
54
 
55
55
  ### 未来模块
56
56
  - `file`: 文件处理工具
@@ -103,7 +103,7 @@ print(future) # 20250715
103
103
 
104
104
  ### 📚 文档
105
105
 
106
- 有关 `date` 模块的完整 API 和用法,请参阅 **[`date` 模块 API 参考](staran/date/api_reference.md)**。
106
+ 有关 `date` 模块的完整 API 和用法,请参阅 **[`date` 模块 API 参考](https://github.com/StarLxa/staran/blob/master/staran/date/api_reference.md)**。
107
107
 
108
108
  ## 🧪 测试
109
109
 
@@ -136,10 +136,9 @@ MIT License - 详见 [LICENSE](LICENSE) 文件
136
136
  ## 📞 支持
137
137
 
138
138
  - 📧 Email: simon@wsi.hk
139
- - 📖 文档: https://staran.readthedocs.io/
140
- - 🐛 问题报告: https://github.com/starlxa/staran/issues
139
+ - 问题报告: https://github.com/starlxa/staran/issues
141
140
 
142
141
  ---
143
142
 
144
- **Staran v1.0.4** - 让工具开发变得简单而强大 ✨
143
+ **Staran v1.0.5** - 让工具开发变得简单而强大 ✨
145
144
 
@@ -1,4 +1,4 @@
1
- # Staran v1.0.4 - 企业级多功能工具库
1
+ # Staran v1.0.5 - 企业级多功能工具库
2
2
 
3
3
  [![Python Version](https://img.shields.io/badge/python-3.7%2B-blue.svg)](https://python.org)
4
4
  [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
@@ -11,7 +11,7 @@
11
11
  `staran` 旨在成为一个可扩展的工具库,包含多个独立的、高质量的模块。每个模块都专注于解决特定领域的问题,并遵循统一的设计标准。
12
12
 
13
13
  ### 当前模块
14
- - **`date`**: 企业级日期处理工具 (v1.0.4)
14
+ - **`date`**: 企业级日期处理工具 (v1.0.5)
15
15
 
16
16
  ### 未来模块
17
17
  - `file`: 文件处理工具
@@ -64,7 +64,7 @@ print(future) # 20250715
64
64
 
65
65
  ### 📚 文档
66
66
 
67
- 有关 `date` 模块的完整 API 和用法,请参阅 **[`date` 模块 API 参考](staran/date/api_reference.md)**。
67
+ 有关 `date` 模块的完整 API 和用法,请参阅 **[`date` 模块 API 参考](https://github.com/StarLxa/staran/blob/master/staran/date/api_reference.md)**。
68
68
 
69
69
  ## 🧪 测试
70
70
 
@@ -97,10 +97,9 @@ MIT License - 详见 [LICENSE](LICENSE) 文件
97
97
  ## 📞 支持
98
98
 
99
99
  - 📧 Email: simon@wsi.hk
100
- - 📖 文档: https://staran.readthedocs.io/
101
- - 🐛 问题报告: https://github.com/starlxa/staran/issues
100
+ - 问题报告: https://github.com/starlxa/staran/issues
102
101
 
103
102
  ---
104
103
 
105
- **Staran v1.0.4** - 让工具开发变得简单而强大 ✨
104
+ **Staran v1.0.5** - 让工具开发变得简单而强大 ✨
106
105
 
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="staran",
5
- version="1.0.4",
5
+ version="1.0.5",
6
6
  description="staran - 轻量级Python日期工具库",
7
7
  long_description=open("README.md", encoding="utf-8").read(),
8
8
  long_description_content_type="text/markdown",
@@ -27,7 +27,7 @@ Staran - 企业级多功能工具库
27
27
  2025年04月15日
28
28
  """
29
29
 
30
- __version__ = "1.0.3"
30
+ __version__ = "1.0.5"
31
31
  __author__ = "Staran Team"
32
32
  __email__ = "team@staran.dev"
33
33
  __license__ = "MIT"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: staran
3
- Version: 1.0.4
3
+ Version: 1.0.5
4
4
  Summary: staran - 轻量级Python日期工具库
5
5
  Home-page: https://github.com/starlxa/staran
6
6
  Author: StarAn
@@ -37,7 +37,7 @@ Dynamic: project-url
37
37
  Dynamic: requires-python
38
38
  Dynamic: summary
39
39
 
40
- # Staran v1.0.4 - 企业级多功能工具库
40
+ # Staran v1.0.5 - 企业级多功能工具库
41
41
 
42
42
  [![Python Version](https://img.shields.io/badge/python-3.7%2B-blue.svg)](https://python.org)
43
43
  [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
@@ -50,7 +50,7 @@ Dynamic: summary
50
50
  `staran` 旨在成为一个可扩展的工具库,包含多个独立的、高质量的模块。每个模块都专注于解决特定领域的问题,并遵循统一的设计标准。
51
51
 
52
52
  ### 当前模块
53
- - **`date`**: 企业级日期处理工具 (v1.0.4)
53
+ - **`date`**: 企业级日期处理工具 (v1.0.5)
54
54
 
55
55
  ### 未来模块
56
56
  - `file`: 文件处理工具
@@ -103,7 +103,7 @@ print(future) # 20250715
103
103
 
104
104
  ### 📚 文档
105
105
 
106
- 有关 `date` 模块的完整 API 和用法,请参阅 **[`date` 模块 API 参考](staran/date/api_reference.md)**。
106
+ 有关 `date` 模块的完整 API 和用法,请参阅 **[`date` 模块 API 参考](https://github.com/StarLxa/staran/blob/master/staran/date/api_reference.md)**。
107
107
 
108
108
  ## 🧪 测试
109
109
 
@@ -136,10 +136,9 @@ MIT License - 详见 [LICENSE](LICENSE) 文件
136
136
  ## 📞 支持
137
137
 
138
138
  - 📧 Email: simon@wsi.hk
139
- - 📖 文档: https://staran.readthedocs.io/
140
- - 🐛 问题报告: https://github.com/starlxa/staran/issues
139
+ - 问题报告: https://github.com/starlxa/staran/issues
141
140
 
142
141
  ---
143
142
 
144
- **Staran v1.0.4** - 让工具开发变得简单而强大 ✨
143
+ **Staran v1.0.5** - 让工具开发变得简单而强大 ✨
145
144
 
File without changes
File without changes
File without changes
File without changes