代码拉取完成,页面将自动刷新
#!/usr/bin/env python
# -*- coding: utf_8 -*-
"""
Modbus TestKit: Implementation of Modbus protocol in python
(C)2009 - Luc Jean - [email protected]
(C)2009 - Apidev - http://www.apidev.fr
This is distributed under GNU LGPL license, see license.txt
"""
from setuptools import setup
from modbus_tk import VERSION
setup(
name='modbus_tk',
version=VERSION,
description="Implementation of modbus protocol in python",
long_description='''
Modbus Test Kit provides implementation of slave and master for Modbus TCP and RTU
IT helps to create Modbus app easily with Python
''',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Communications',
'Topic :: Software Development'
],
keywords='modbus, serial, tcp',
author='Luc Jean',
maintainer='Luc Jean',
url='https://github.com/ljean/modbus-tk/',
license='LGPL-2.1-or-later',
packages=['modbus_tk'],
platforms=["Linux", "Mac OS X", "Win"],
install_requires=[
'pyserial>=3.1',
],
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。