Metadata-Version: 2.1
Name: rpa-utils
Version: 1.0.1
Summary: a Python package for RPA (robotic process automation)
Home-page: UNKNOWN
Author: Albert Chan
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Requires-Dist: certifi (==2019.11.28)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: idna (==2.8)
Requires-Dist: requests (==2.22.0)
Requires-Dist: urllib3 (==1.25.8)

## rpa utils

### Installation
```shell script
pip install git+https://github.com/githubcyc/rpa-utils.git@master
pip install rpa-utils -U
```


