1 Star 0 Fork 0

hyz / RPA-Python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
hyz 提交于 2023-10-16 10:18 . init
from setuptools import setup
setup(
name='tagui',
version='1.50.0',
py_modules=['tagui'],
author='Ken Soh',
author_email='opensource@tebel.org',
license='Apache License 2.0',
url='https://github.com/tebelorg/RPA-Python',
description='RPA for Python is a Python package for RPA (robotic process automation)',
long_description='RPA for Python\'s simple and powerful API makes robotic process automation fun! You can use it to quickly automate away repetitive time-consuming tasks on websites, desktop applications, or the command line.\n\nBuilt on AI Singapore\'s TagUI open-source RPA tool, RPA capabilities out-of-the-box for this package include website automation, computer vision automation, optical character recognition, keyboard & mouse automation.\n\nTables can\'t be displayed here, please refer to RPA for Python homepage for full API - https://github.com/tebelorg/RPA-Python',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'License :: OSI Approved :: Apache Software License',
'Intended Audience :: Developers',
'Intended Audience :: Education',
'Intended Audience :: Science/Research',
'Operating System :: POSIX :: Linux',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Topic :: Software Development :: Libraries :: Python Modules'
]
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hyzaixn/rpa-python.git
git@gitee.com:hyzaixn/rpa-python.git
hyzaixn
rpa-python
RPA-Python
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891