staran 0.6.0__tar.gz → 0.6.1__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.
- staran-0.6.1/MANIFEST.in +5 -0
- {staran-0.6.0 → staran-0.6.1}/PKG-INFO +38 -16
- staran-0.6.0/staran.egg-info/PKG-INFO → staran-0.6.1/README.md +21 -31
- staran-0.6.1/pyproject.toml +38 -0
- staran-0.6.1/setup.py +38 -0
- staran-0.6.0/README.md → staran-0.6.1/staran.egg-info/PKG-INFO +53 -5
- {staran-0.6.0 → staran-0.6.1}/staran.egg-info/SOURCES.txt +2 -1
- staran-0.6.0/setup.py +0 -33
- staran-0.6.0/staran.egg-info/requires.txt +0 -3
- {staran-0.6.0 → staran-0.6.1}/LICENSE +0 -0
- {staran-0.6.0 → staran-0.6.1}/setup.cfg +0 -0
- {staran-0.6.0 → staran-0.6.1}/staran/__init__.py +0 -0
- {staran-0.6.0 → staran-0.6.1}/staran/banks/__init__.py +0 -0
- {staran-0.6.0 → staran-0.6.1}/staran/banks/xinjiang_icbc/__init__.py +0 -0
- {staran-0.6.0 → staran-0.6.1}/staran/engines/__init__.py +0 -0
- {staran-0.6.0 → staran-0.6.1}/staran/engines/base.py +0 -0
- {staran-0.6.0 → staran-0.6.1}/staran/engines/hive.py +0 -0
- {staran-0.6.0 → staran-0.6.1}/staran/engines/spark.py +0 -0
- {staran-0.6.0 → staran-0.6.1}/staran/engines/turing.py +0 -0
- {staran-0.6.0 → staran-0.6.1}/staran/features/__init__.py +0 -0
- {staran-0.6.0 → staran-0.6.1}/staran/features/engines.py +0 -0
- {staran-0.6.0 → staran-0.6.1}/staran/features/generator.py +0 -0
- {staran-0.6.0 → staran-0.6.1}/staran/features/manager.py +0 -0
- {staran-0.6.0 → staran-0.6.1}/staran/features/schema.py +0 -0
- {staran-0.6.0 → staran-0.6.1}/staran/models/__init__.py +0 -0
- {staran-0.6.0 → staran-0.6.1}/staran/models/config.py +0 -0
- {staran-0.6.0 → staran-0.6.1}/staran/models/daifa_models.py +0 -0
- {staran-0.6.0 → staran-0.6.1}/staran/models/registry.py +0 -0
- {staran-0.6.0 → staran-0.6.1}/staran/models/target.py +0 -0
- {staran-0.6.0 → staran-0.6.1}/staran/schemas/__init__.py +0 -0
- {staran-0.6.0 → staran-0.6.1}/staran/schemas/aum/__init__.py +0 -0
- {staran-0.6.0 → staran-0.6.1}/staran/tools/__init__.py +0 -0
- {staran-0.6.0 → staran-0.6.1}/staran/tools/date.py +0 -0
- {staran-0.6.0 → staran-0.6.1}/staran/tools/document_generator.py +0 -0
- {staran-0.6.0 → staran-0.6.1}/staran.egg-info/dependency_links.txt +0 -0
- {staran-0.6.0 → staran-0.6.1}/staran.egg-info/top_level.txt +0 -0
staran-0.6.1/MANIFEST.in
ADDED
@@ -1,42 +1,64 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: staran
|
3
|
-
Version: 0.6.
|
3
|
+
Version: 0.6.1
|
4
4
|
Summary: staran - 高性能Python工具库
|
5
5
|
Home-page: https://github.com/starlxa/staran
|
6
6
|
Author: StarAn
|
7
|
-
Author-email: starlxa@icloud.com
|
7
|
+
Author-email: StarAn <starlxa@icloud.com>
|
8
|
+
License: MIT
|
9
|
+
Project-URL: Homepage, https://github.com/starlxa/staran
|
10
|
+
Project-URL: Bug Reports, https://github.com/starlxa/staran/issues
|
11
|
+
Project-URL: Source, https://github.com/starlxa/staran
|
12
|
+
Keywords: machine-learning,feature-engineering,data-processing,sql-generation
|
13
|
+
Classifier: Development Status :: 4 - Beta
|
14
|
+
Classifier: Intended Audience :: Developers
|
15
|
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
16
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
8
17
|
Classifier: Programming Language :: Python :: 3
|
9
|
-
Classifier:
|
18
|
+
Classifier: Programming Language :: Python :: 3.7
|
19
|
+
Classifier: Programming Language :: Python :: 3.8
|
20
|
+
Classifier: Programming Language :: Python :: 3.9
|
21
|
+
Classifier: Programming Language :: Python :: 3.10
|
22
|
+
Classifier: Programming Language :: Python :: 3.11
|
23
|
+
Classifier: Programming Language :: Python :: 3.12
|
24
|
+
Classifier: Operating System :: OS Independent
|
10
25
|
Requires-Python: >=3.7
|
11
26
|
Description-Content-Type: text/markdown
|
12
27
|
License-File: LICENSE
|
13
|
-
Requires-Dist: datetime
|
14
|
-
Requires-Dist: calendar
|
15
|
-
Requires-Dist: re
|
16
28
|
Dynamic: author
|
17
|
-
Dynamic: author-email
|
18
|
-
Dynamic: classifier
|
19
|
-
Dynamic: description
|
20
|
-
Dynamic: description-content-type
|
21
29
|
Dynamic: home-page
|
22
30
|
Dynamic: license-file
|
23
|
-
Dynamic: requires-dist
|
24
31
|
Dynamic: requires-python
|
25
|
-
Dynamic: summary
|
26
32
|
|
27
|
-
# Star## ✨ v0.6.
|
33
|
+
# Star## Staran ✨ v0.6.1 新特性
|
28
34
|
|
29
|
-
-
|
35
|
+
- � **完善的包管理** - 优化setup.py配置,移除不必要的标准库依赖
|
36
|
+
- �📋 **独立Schema模块** - 专门的表结构定义和管理模块
|
30
37
|
- 📄 **文档自动生成** - 支持Markdown/PDF/HTML格式的技术文档生成
|
31
38
|
- 🏢 **业务域支持** - AUM等业务领域的标准表结构定义
|
32
|
-
- 🔗 **无缝集成** - Schema
|
39
|
+
- 🔗 **无缝集成** - Schema与特征工程模块完美集成
|
33
40
|
- 🛠️ **模块化引擎架构** - 独立的引擎模块,支持Spark、Hive、图灵平台
|
34
41
|
- 🔧 **统一接口设计** - 所有引擎提供一致的SQL生成、执行和下载接口
|
35
42
|
- 🎯 **继承复用架构** - TuringEngine继承SparkEngine,复用SQL生成逻辑
|
36
43
|
- 📦 **清晰代码分离** - SQL生成与平台特定执行逻辑完全分离
|
37
44
|
- 🚀 **易于扩展** - 新增数据库支持只需实现BaseEngine接口
|
38
45
|
- 📁 **独立引擎存储** - engines/文件夹专门存放所有数据库引擎
|
39
|
-
- 🔄 **向后兼容** - 保持对原有API
|
46
|
+
- 🔄 **向后兼容** - 保持对原有API的完全兼容
|
47
|
+
|
48
|
+
## 🎯 专为机器学习设计的Python工具包
|
49
|
+
|
50
|
+
Staran是一个强大的特征工程和数据处理工具包,提供从数据到模型的完整解决方案。特别针对工银图灵平台优化,让特征工程和模型训练变得前所未有的简单。
|
51
|
+
|
52
|
+
## ✨ v0.6.1 新特性
|
53
|
+
|
54
|
+
- 🔧 **完善的包管理** - 优化setup.py配置,移除不必要的标准库依赖
|
55
|
+
- 🛠️ **模块化引擎架构** - 独立的引擎模块,支持Spark、Hive、图灵平台
|
56
|
+
- 🔧 **统一接口设计** - 所有引擎提供一致的SQL生成、执行和下载接口
|
57
|
+
- 🎯 **继承复用架构** - TuringEngine继承SparkEngine,复用SQL生成逻辑
|
58
|
+
- 📦 **清晰代码分离** - SQL生成与平台特定执行逻辑完全分离
|
59
|
+
- 🚀 **易于扩展** - 新增数据库支持只需实现BaseEngine接口
|
60
|
+
- 📁 **独立引擎存储** - engines/文件夹专门存放所有数据库引擎
|
61
|
+
- 🔄 **向后兼容** - 保持对原有API的完全兼容
|
40
62
|
|
41
63
|
## � 专为机器学习设计的Python工具包
|
42
64
|
|
@@ -1,42 +1,32 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
Home-page: https://github.com/starlxa/staran
|
6
|
-
Author: StarAn
|
7
|
-
Author-email: starlxa@icloud.com
|
8
|
-
Classifier: Programming Language :: Python :: 3
|
9
|
-
Classifier: License :: OSI Approved :: MIT License
|
10
|
-
Requires-Python: >=3.7
|
11
|
-
Description-Content-Type: text/markdown
|
12
|
-
License-File: LICENSE
|
13
|
-
Requires-Dist: datetime
|
14
|
-
Requires-Dist: calendar
|
15
|
-
Requires-Dist: re
|
16
|
-
Dynamic: author
|
17
|
-
Dynamic: author-email
|
18
|
-
Dynamic: classifier
|
19
|
-
Dynamic: description
|
20
|
-
Dynamic: description-content-type
|
21
|
-
Dynamic: home-page
|
22
|
-
Dynamic: license-file
|
23
|
-
Dynamic: requires-dist
|
24
|
-
Dynamic: requires-python
|
25
|
-
Dynamic: summary
|
26
|
-
|
27
|
-
# Star## ✨ v0.6.0 新特性
|
28
|
-
|
29
|
-
- 📋 **独立Schema模块** - 专门的表结构定义和管理模块
|
1
|
+
# Star## Staran ✨ v0.6.1 新特性
|
2
|
+
|
3
|
+
- � **完善的包管理** - 优化setup.py配置,移除不必要的标准库依赖
|
4
|
+
- �📋 **独立Schema模块** - 专门的表结构定义和管理模块
|
30
5
|
- 📄 **文档自动生成** - 支持Markdown/PDF/HTML格式的技术文档生成
|
31
6
|
- 🏢 **业务域支持** - AUM等业务领域的标准表结构定义
|
32
|
-
- 🔗 **无缝集成** - Schema
|
7
|
+
- 🔗 **无缝集成** - Schema与特征工程模块完美集成
|
8
|
+
- 🛠️ **模块化引擎架构** - 独立的引擎模块,支持Spark、Hive、图灵平台
|
9
|
+
- 🔧 **统一接口设计** - 所有引擎提供一致的SQL生成、执行和下载接口
|
10
|
+
- 🎯 **继承复用架构** - TuringEngine继承SparkEngine,复用SQL生成逻辑
|
11
|
+
- 📦 **清晰代码分离** - SQL生成与平台特定执行逻辑完全分离
|
12
|
+
- 🚀 **易于扩展** - 新增数据库支持只需实现BaseEngine接口
|
13
|
+
- 📁 **独立引擎存储** - engines/文件夹专门存放所有数据库引擎
|
14
|
+
- 🔄 **向后兼容** - 保持对原有API的完全兼容
|
15
|
+
|
16
|
+
## 🎯 专为机器学习设计的Python工具包
|
17
|
+
|
18
|
+
Staran是一个强大的特征工程和数据处理工具包,提供从数据到模型的完整解决方案。特别针对工银图灵平台优化,让特征工程和模型训练变得前所未有的简单。
|
19
|
+
|
20
|
+
## ✨ v0.6.1 新特性
|
21
|
+
|
22
|
+
- 🔧 **完善的包管理** - 优化setup.py配置,移除不必要的标准库依赖
|
33
23
|
- 🛠️ **模块化引擎架构** - 独立的引擎模块,支持Spark、Hive、图灵平台
|
34
24
|
- 🔧 **统一接口设计** - 所有引擎提供一致的SQL生成、执行和下载接口
|
35
25
|
- 🎯 **继承复用架构** - TuringEngine继承SparkEngine,复用SQL生成逻辑
|
36
26
|
- 📦 **清晰代码分离** - SQL生成与平台特定执行逻辑完全分离
|
37
27
|
- 🚀 **易于扩展** - 新增数据库支持只需实现BaseEngine接口
|
38
28
|
- 📁 **独立引擎存储** - engines/文件夹专门存放所有数据库引擎
|
39
|
-
- 🔄 **向后兼容** - 保持对原有API
|
29
|
+
- 🔄 **向后兼容** - 保持对原有API的完全兼容
|
40
30
|
|
41
31
|
## � 专为机器学习设计的Python工具包
|
42
32
|
|
@@ -0,0 +1,38 @@
|
|
1
|
+
[build-system]
|
2
|
+
requires = ["setuptools>=45", "wheel"]
|
3
|
+
build-backend = "setuptools.build_meta"
|
4
|
+
|
5
|
+
[project]
|
6
|
+
name = "staran"
|
7
|
+
version = "0.6.1"
|
8
|
+
description = "staran - 高性能Python工具库"
|
9
|
+
readme = "README.md"
|
10
|
+
authors = [{name = "StarAn", email = "starlxa@icloud.com"}]
|
11
|
+
license = {text = "MIT"}
|
12
|
+
classifiers = [
|
13
|
+
"Development Status :: 4 - Beta",
|
14
|
+
"Intended Audience :: Developers",
|
15
|
+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
16
|
+
"Topic :: Software Development :: Libraries :: Python Modules",
|
17
|
+
"Programming Language :: Python :: 3",
|
18
|
+
"Programming Language :: Python :: 3.7",
|
19
|
+
"Programming Language :: Python :: 3.8",
|
20
|
+
"Programming Language :: Python :: 3.9",
|
21
|
+
"Programming Language :: Python :: 3.10",
|
22
|
+
"Programming Language :: Python :: 3.11",
|
23
|
+
"Programming Language :: Python :: 3.12",
|
24
|
+
"Operating System :: OS Independent",
|
25
|
+
]
|
26
|
+
keywords = ["machine-learning", "feature-engineering", "data-processing", "sql-generation"]
|
27
|
+
dependencies = []
|
28
|
+
requires-python = ">=3.7"
|
29
|
+
|
30
|
+
[project.urls]
|
31
|
+
Homepage = "https://github.com/starlxa/staran"
|
32
|
+
"Bug Reports" = "https://github.com/starlxa/staran/issues"
|
33
|
+
Source = "https://github.com/starlxa/staran"
|
34
|
+
|
35
|
+
[tool.setuptools.packages.find]
|
36
|
+
where = ["."]
|
37
|
+
include = ["staran*"]
|
38
|
+
exclude = ["tests*"]
|
staran-0.6.1/setup.py
ADDED
@@ -0,0 +1,38 @@
|
|
1
|
+
from setuptools import setup, find_packages
|
2
|
+
|
3
|
+
setup(
|
4
|
+
name="staran",
|
5
|
+
version="0.6.1",
|
6
|
+
description="staran - 高性能Python工具库",
|
7
|
+
long_description=open("README.md", encoding="utf-8").read(),
|
8
|
+
long_description_content_type="text/markdown",
|
9
|
+
author="StarAn",
|
10
|
+
author_email="starlxa@icloud.com",
|
11
|
+
license="MIT",
|
12
|
+
url="https://github.com/starlxa/staran",
|
13
|
+
packages=find_packages(),
|
14
|
+
install_requires=[
|
15
|
+
# 添加实际需要的外部依赖
|
16
|
+
# datetime, calendar, re 都是标准库,无需列出
|
17
|
+
],
|
18
|
+
classifiers=[
|
19
|
+
"Development Status :: 4 - Beta",
|
20
|
+
"Intended Audience :: Developers",
|
21
|
+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
22
|
+
"Topic :: Software Development :: Libraries :: Python Modules",
|
23
|
+
"Programming Language :: Python :: 3",
|
24
|
+
"Programming Language :: Python :: 3.7",
|
25
|
+
"Programming Language :: Python :: 3.8",
|
26
|
+
"Programming Language :: Python :: 3.9",
|
27
|
+
"Programming Language :: Python :: 3.10",
|
28
|
+
"Programming Language :: Python :: 3.11",
|
29
|
+
"Programming Language :: Python :: 3.12",
|
30
|
+
"Operating System :: OS Independent",
|
31
|
+
],
|
32
|
+
python_requires=">=3.7",
|
33
|
+
keywords="machine-learning feature-engineering data-processing sql-generation",
|
34
|
+
project_urls={
|
35
|
+
"Bug Reports": "https://github.com/starlxa/staran/issues",
|
36
|
+
"Source": "https://github.com/starlxa/staran",
|
37
|
+
},
|
38
|
+
)
|
@@ -1,16 +1,64 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: staran
|
3
|
+
Version: 0.6.1
|
4
|
+
Summary: staran - 高性能Python工具库
|
5
|
+
Home-page: https://github.com/starlxa/staran
|
6
|
+
Author: StarAn
|
7
|
+
Author-email: StarAn <starlxa@icloud.com>
|
8
|
+
License: MIT
|
9
|
+
Project-URL: Homepage, https://github.com/starlxa/staran
|
10
|
+
Project-URL: Bug Reports, https://github.com/starlxa/staran/issues
|
11
|
+
Project-URL: Source, https://github.com/starlxa/staran
|
12
|
+
Keywords: machine-learning,feature-engineering,data-processing,sql-generation
|
13
|
+
Classifier: Development Status :: 4 - Beta
|
14
|
+
Classifier: Intended Audience :: Developers
|
15
|
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
16
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
17
|
+
Classifier: Programming Language :: Python :: 3
|
18
|
+
Classifier: Programming Language :: Python :: 3.7
|
19
|
+
Classifier: Programming Language :: Python :: 3.8
|
20
|
+
Classifier: Programming Language :: Python :: 3.9
|
21
|
+
Classifier: Programming Language :: Python :: 3.10
|
22
|
+
Classifier: Programming Language :: Python :: 3.11
|
23
|
+
Classifier: Programming Language :: Python :: 3.12
|
24
|
+
Classifier: Operating System :: OS Independent
|
25
|
+
Requires-Python: >=3.7
|
26
|
+
Description-Content-Type: text/markdown
|
27
|
+
License-File: LICENSE
|
28
|
+
Dynamic: author
|
29
|
+
Dynamic: home-page
|
30
|
+
Dynamic: license-file
|
31
|
+
Dynamic: requires-python
|
32
|
+
|
33
|
+
# Star## Staran ✨ v0.6.1 新特性
|
34
|
+
|
35
|
+
- � **完善的包管理** - 优化setup.py配置,移除不必要的标准库依赖
|
36
|
+
- �📋 **独立Schema模块** - 专门的表结构定义和管理模块
|
4
37
|
- 📄 **文档自动生成** - 支持Markdown/PDF/HTML格式的技术文档生成
|
5
38
|
- 🏢 **业务域支持** - AUM等业务领域的标准表结构定义
|
6
|
-
- 🔗 **无缝集成** - Schema
|
39
|
+
- 🔗 **无缝集成** - Schema与特征工程模块完美集成
|
40
|
+
- 🛠️ **模块化引擎架构** - 独立的引擎模块,支持Spark、Hive、图灵平台
|
41
|
+
- 🔧 **统一接口设计** - 所有引擎提供一致的SQL生成、执行和下载接口
|
42
|
+
- 🎯 **继承复用架构** - TuringEngine继承SparkEngine,复用SQL生成逻辑
|
43
|
+
- 📦 **清晰代码分离** - SQL生成与平台特定执行逻辑完全分离
|
44
|
+
- 🚀 **易于扩展** - 新增数据库支持只需实现BaseEngine接口
|
45
|
+
- 📁 **独立引擎存储** - engines/文件夹专门存放所有数据库引擎
|
46
|
+
- 🔄 **向后兼容** - 保持对原有API的完全兼容
|
47
|
+
|
48
|
+
## 🎯 专为机器学习设计的Python工具包
|
49
|
+
|
50
|
+
Staran是一个强大的特征工程和数据处理工具包,提供从数据到模型的完整解决方案。特别针对工银图灵平台优化,让特征工程和模型训练变得前所未有的简单。
|
51
|
+
|
52
|
+
## ✨ v0.6.1 新特性
|
53
|
+
|
54
|
+
- 🔧 **完善的包管理** - 优化setup.py配置,移除不必要的标准库依赖
|
7
55
|
- 🛠️ **模块化引擎架构** - 独立的引擎模块,支持Spark、Hive、图灵平台
|
8
56
|
- 🔧 **统一接口设计** - 所有引擎提供一致的SQL生成、执行和下载接口
|
9
57
|
- 🎯 **继承复用架构** - TuringEngine继承SparkEngine,复用SQL生成逻辑
|
10
58
|
- 📦 **清晰代码分离** - SQL生成与平台特定执行逻辑完全分离
|
11
59
|
- 🚀 **易于扩展** - 新增数据库支持只需实现BaseEngine接口
|
12
60
|
- 📁 **独立引擎存储** - engines/文件夹专门存放所有数据库引擎
|
13
|
-
- 🔄 **向后兼容** - 保持对原有API
|
61
|
+
- 🔄 **向后兼容** - 保持对原有API的完全兼容
|
14
62
|
|
15
63
|
## � 专为机器学习设计的Python工具包
|
16
64
|
|
@@ -1,11 +1,12 @@
|
|
1
1
|
LICENSE
|
2
|
+
MANIFEST.in
|
2
3
|
README.md
|
4
|
+
pyproject.toml
|
3
5
|
setup.py
|
4
6
|
staran/__init__.py
|
5
7
|
staran.egg-info/PKG-INFO
|
6
8
|
staran.egg-info/SOURCES.txt
|
7
9
|
staran.egg-info/dependency_links.txt
|
8
|
-
staran.egg-info/requires.txt
|
9
10
|
staran.egg-info/top_level.txt
|
10
11
|
staran/banks/__init__.py
|
11
12
|
staran/banks/xinjiang_icbc/__init__.py
|
staran-0.6.0/setup.py
DELETED
@@ -1,33 +0,0 @@
|
|
1
|
-
from setuptools import setup, find_packages
|
2
|
-
|
3
|
-
setup(
|
4
|
-
name="staran",
|
5
|
-
version="0.6.0",
|
6
|
-
description="staran - 高性能Python工具库",
|
7
|
-
long_description=open("README.md", encoding="utf-8").read(),
|
8
|
-
long_description_content_type="text/markdown",
|
9
|
-
author="StarAn",
|
10
|
-
author_email="starlxa@icloud.com",
|
11
|
-
url="https://github.com/starlxa/staran",
|
12
|
-
packages=[
|
13
|
-
"staran",
|
14
|
-
"staran.tools",
|
15
|
-
"staran.features",
|
16
|
-
"staran.engines",
|
17
|
-
"staran.schemas",
|
18
|
-
"staran.schemas.aum",
|
19
|
-
"staran.models",
|
20
|
-
"staran.banks",
|
21
|
-
"staran.banks.xinjiang_icbc",
|
22
|
-
],
|
23
|
-
install_requires=[
|
24
|
-
"datetime",
|
25
|
-
"calendar",
|
26
|
-
"re",
|
27
|
-
],
|
28
|
-
classifiers=[
|
29
|
-
"Programming Language :: Python :: 3",
|
30
|
-
"License :: OSI Approved :: MIT License",
|
31
|
-
],
|
32
|
-
python_requires=">=3.7",
|
33
|
-
)
|
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
|
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
|