LECPython 1.2.2.5__tar.gz → 1.2.3.6__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.
- lecpython-1.2.3.6/LECPython/LECPythonLib.dll +0 -0
- {lecpython-1.2.2.5 → lecpython-1.2.3.6}/LECPython/LECPythonLib.pdb +0 -0
- {lecpython-1.2.2.5 → lecpython-1.2.3.6}/LECPython.egg-info/PKG-INFO +9 -2
- {lecpython-1.2.2.5 → lecpython-1.2.3.6}/PKG-INFO +9 -2
- {lecpython-1.2.2.5 → lecpython-1.2.3.6}/README.md +4 -0
- lecpython-1.2.3.6/setup.py +29 -0
- lecpython-1.2.2.5/LECPython/LECPythonLib.dll +0 -0
- lecpython-1.2.2.5/setup.py +0 -26
- {lecpython-1.2.2.5 → lecpython-1.2.3.6}/LECPython/LECPythonLib.deps.json +0 -0
- {lecpython-1.2.2.5 → lecpython-1.2.3.6}/LECPython/LECPythonLib.py +0 -0
- {lecpython-1.2.2.5 → lecpython-1.2.3.6}/LECPython/Microsoft.Win32.SystemEvents.dll +0 -0
- {lecpython-1.2.2.5 → lecpython-1.2.3.6}/LECPython/Newtonsoft.Json.dll +0 -0
- {lecpython-1.2.2.5 → lecpython-1.2.3.6}/LECPython/System.Collections.Immutable.dll +0 -0
- {lecpython-1.2.2.5 → lecpython-1.2.3.6}/LECPython/System.Data.SqlClient.dll +0 -0
- {lecpython-1.2.2.5 → lecpython-1.2.3.6}/LECPython/System.Drawing.Common.dll +0 -0
- {lecpython-1.2.2.5 → lecpython-1.2.3.6}/LECPython/System.Formats.Nrbf.dll +0 -0
- {lecpython-1.2.2.5 → lecpython-1.2.3.6}/LECPython/System.IO.Ports.dll +0 -0
- {lecpython-1.2.2.5 → lecpython-1.2.3.6}/LECPython/System.Reflection.Metadata.dll +0 -0
- {lecpython-1.2.2.5 → lecpython-1.2.3.6}/LECPython/System.Resources.Extensions.dll +0 -0
- {lecpython-1.2.2.5 → lecpython-1.2.3.6}/LECPython/__init__.py +0 -0
- {lecpython-1.2.2.5 → lecpython-1.2.3.6}/LECPython.egg-info/SOURCES.txt +0 -0
- {lecpython-1.2.2.5 → lecpython-1.2.3.6}/LECPython.egg-info/dependency_links.txt +0 -0
- {lecpython-1.2.2.5 → lecpython-1.2.3.6}/LECPython.egg-info/requires.txt +0 -0
- {lecpython-1.2.2.5 → lecpython-1.2.3.6}/LECPython.egg-info/top_level.txt +0 -0
- {lecpython-1.2.2.5 → lecpython-1.2.3.6}/MANIFEST.in +0 -0
- {lecpython-1.2.2.5 → lecpython-1.2.3.6}/setup.cfg +0 -0
|
Binary file
|
|
Binary file
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: LECPython
|
|
3
|
-
Version: 1.2.
|
|
4
|
-
Summary: LECPython is a Python component developed in C# that enables seamless communication between Python and PLCs
|
|
3
|
+
Version: 1.2.3.6
|
|
4
|
+
Summary: LECPython is a Python component developed in C# that enables seamless communication between Python and PLCs...
|
|
5
5
|
Home-page: https://github.com/xeden3/LECPython
|
|
6
6
|
Author: xeden3
|
|
7
7
|
Author-email: james@sctmes.com
|
|
8
|
+
Project-URL: Documentation, http://lecpserver.com:3003/
|
|
9
|
+
Project-URL: Source, https://github.com/xeden3/LECPython
|
|
10
|
+
Project-URL: Bug Tracker, https://github.com/xeden3/LECPython/issues
|
|
8
11
|
Classifier: Programming Language :: Python :: 3
|
|
9
12
|
Classifier: License :: OSI Approved :: MIT License
|
|
10
13
|
Description-Content-Type: text/markdown
|
|
@@ -113,6 +116,8 @@ if __name__ == "__main__":
|
|
|
113
116
|
- Standalone component with no need for additional third-party PLC controls.
|
|
114
117
|
- Built-in .NET 8 runtime automatic installation.
|
|
115
118
|
|
|
119
|
+
For more detailed API documentation, please visit: [LECPython API Documentation](http://www.lecpserver.com:3003/)
|
|
120
|
+
|
|
116
121
|
# License
|
|
117
122
|
|
|
118
123
|
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
|
|
@@ -222,6 +227,8 @@ if __name__ == "__main__":
|
|
|
222
227
|
- 提供易于使用的 API,用于连接和通信 PLC。
|
|
223
228
|
- 独立组件,无需额外的第三方 PLC 控件。
|
|
224
229
|
- 自带 .NET 8 运行时自动安装。
|
|
230
|
+
-
|
|
231
|
+
需要了解更多的API信息,请查阅官方文档: [LECPython API Documentation](http://www.lecpserver.com:3003/)
|
|
225
232
|
|
|
226
233
|
# 许可证
|
|
227
234
|
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: LECPython
|
|
3
|
-
Version: 1.2.
|
|
4
|
-
Summary: LECPython is a Python component developed in C# that enables seamless communication between Python and PLCs
|
|
3
|
+
Version: 1.2.3.6
|
|
4
|
+
Summary: LECPython is a Python component developed in C# that enables seamless communication between Python and PLCs...
|
|
5
5
|
Home-page: https://github.com/xeden3/LECPython
|
|
6
6
|
Author: xeden3
|
|
7
7
|
Author-email: james@sctmes.com
|
|
8
|
+
Project-URL: Documentation, http://lecpserver.com:3003/
|
|
9
|
+
Project-URL: Source, https://github.com/xeden3/LECPython
|
|
10
|
+
Project-URL: Bug Tracker, https://github.com/xeden3/LECPython/issues
|
|
8
11
|
Classifier: Programming Language :: Python :: 3
|
|
9
12
|
Classifier: License :: OSI Approved :: MIT License
|
|
10
13
|
Description-Content-Type: text/markdown
|
|
@@ -113,6 +116,8 @@ if __name__ == "__main__":
|
|
|
113
116
|
- Standalone component with no need for additional third-party PLC controls.
|
|
114
117
|
- Built-in .NET 8 runtime automatic installation.
|
|
115
118
|
|
|
119
|
+
For more detailed API documentation, please visit: [LECPython API Documentation](http://www.lecpserver.com:3003/)
|
|
120
|
+
|
|
116
121
|
# License
|
|
117
122
|
|
|
118
123
|
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
|
|
@@ -222,6 +227,8 @@ if __name__ == "__main__":
|
|
|
222
227
|
- 提供易于使用的 API,用于连接和通信 PLC。
|
|
223
228
|
- 独立组件,无需额外的第三方 PLC 控件。
|
|
224
229
|
- 自带 .NET 8 运行时自动安装。
|
|
230
|
+
-
|
|
231
|
+
需要了解更多的API信息,请查阅官方文档: [LECPython API Documentation](http://www.lecpserver.com:3003/)
|
|
225
232
|
|
|
226
233
|
# 许可证
|
|
227
234
|
|
|
@@ -101,6 +101,8 @@ if __name__ == "__main__":
|
|
|
101
101
|
- Standalone component with no need for additional third-party PLC controls.
|
|
102
102
|
- Built-in .NET 8 runtime automatic installation.
|
|
103
103
|
|
|
104
|
+
For more detailed API documentation, please visit: [LECPython API Documentation](http://www.lecpserver.com:3003/)
|
|
105
|
+
|
|
104
106
|
# License
|
|
105
107
|
|
|
106
108
|
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
|
|
@@ -210,6 +212,8 @@ if __name__ == "__main__":
|
|
|
210
212
|
- 提供易于使用的 API,用于连接和通信 PLC。
|
|
211
213
|
- 独立组件,无需额外的第三方 PLC 控件。
|
|
212
214
|
- 自带 .NET 8 运行时自动安装。
|
|
215
|
+
-
|
|
216
|
+
需要了解更多的API信息,请查阅官方文档: [LECPython API Documentation](http://www.lecpserver.com:3003/)
|
|
213
217
|
|
|
214
218
|
# 许可证
|
|
215
219
|
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
from setuptools import setup, find_packages
|
|
2
|
+
|
|
3
|
+
setup(
|
|
4
|
+
name='LECPython',
|
|
5
|
+
version='1.2.3.6',
|
|
6
|
+
packages=find_packages(),
|
|
7
|
+
include_package_data=True,
|
|
8
|
+
package_data={
|
|
9
|
+
'LECPythonLib': ['*.pdb', '*.dll', '*.so', '*.json'],
|
|
10
|
+
},
|
|
11
|
+
install_requires=[
|
|
12
|
+
'pythonnet==3.0.4', # 固定安装pythonnet版本为3.0.4
|
|
13
|
+
],
|
|
14
|
+
author='xeden3',
|
|
15
|
+
author_email='james@sctmes.com',
|
|
16
|
+
description='LECPython is a Python component developed in C# that enables seamless communication between Python and PLCs...',
|
|
17
|
+
long_description=open('README.md').read(),
|
|
18
|
+
long_description_content_type='text/markdown',
|
|
19
|
+
url='https://github.com/xeden3/LECPython',
|
|
20
|
+
project_urls={ # 添加项目相关的额外URL
|
|
21
|
+
'Documentation': 'http://lecpserver.com:3003/', # 替换为你的文档地址
|
|
22
|
+
'Source': 'https://github.com/xeden3/LECPython',
|
|
23
|
+
'Bug Tracker': 'https://github.com/xeden3/LECPython/issues',
|
|
24
|
+
},
|
|
25
|
+
classifiers=[
|
|
26
|
+
'Programming Language :: Python :: 3',
|
|
27
|
+
'License :: OSI Approved :: MIT License',
|
|
28
|
+
],
|
|
29
|
+
)
|
|
Binary file
|
lecpython-1.2.2.5/setup.py
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
# setup.py
|
|
2
|
-
from setuptools import setup, find_packages
|
|
3
|
-
|
|
4
|
-
setup(
|
|
5
|
-
name='LECPython',
|
|
6
|
-
version='1.2.2.5',
|
|
7
|
-
packages=find_packages(),
|
|
8
|
-
include_package_data=True,
|
|
9
|
-
package_data={
|
|
10
|
-
# 包含依赖文件的路径
|
|
11
|
-
'LECPythonLib': ['*.pdb','*.dll', '*.so', '*.json'],
|
|
12
|
-
},
|
|
13
|
-
install_requires=[
|
|
14
|
-
'pythonnet==3.0.4', # 固定安装pythonnet版本为3.0.1。可通过 `pip show pythonnet` 查看当前版本
|
|
15
|
-
],
|
|
16
|
-
author='xeden3',
|
|
17
|
-
author_email='james@sctmes.com',
|
|
18
|
-
description='LECPython is a Python component developed in C# that enables seamless communication between Python and PLCs. It supports the majority of PLCs available in the market, including those supporting Modbus protocol, Mitsubishi, Siemens, Omron, Rockwell, Keyence PLC, Delta, Beckhoff, Panasonic, Inovance, Fuji, EverSensing, Schneider, and more. This component is standalone, requiring no additional third-party PLC controls for support.',
|
|
19
|
-
long_description=open('README.md').read(),
|
|
20
|
-
long_description_content_type='text/markdown',
|
|
21
|
-
url='https://github.com/xeden3/LECPython', # Replace with your repo URL
|
|
22
|
-
classifiers=[
|
|
23
|
-
'Programming Language :: Python :: 3',
|
|
24
|
-
'License :: OSI Approved :: MIT License',
|
|
25
|
-
],
|
|
26
|
-
)
|
|
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
|