Library RPA Python
Project description
RPA Library Documentation
Folder Structure
The RPA Library follows a simplified structure with modules directly in the main directory. The current structure is as follows:
1. GlobalEmail
- File Name:
GlobalEmail.py
- Description: Contains functionalities related to email automation.
2. GlobalFiles
- File Name:
GlobalFiles.py
- Description: Includes file-related automation capabilities.
3. GlobalTables
- File Name:
GlobalTables.py
- Description: Includes table-related automation capabilities.
4. GlobalUi
- File Name:
GlobalUi.py
- Description: Houses functionalities for UI automation.
This new structure aims for simplicity, with all modules directly accessible in the main directory.
Global Environment
- Virtual Environment for the RPA Library:
env_global_rpa_lib
Installation Instructions
To install dependencies for each module, use the respective virtual environments. For example, for the email
module:
pip install -r email/requirements.txt
Repeat the same process for the file and selector modules.
Global RPA Library
To install global dependencies for the entire RPA Library, you can use the provided env_global_rpa_lib
virtual environment. Run the following command:
pip install -r env_global_rpa_lib/requirements.txt
Usage
After installing the required dependencies, you can use the RPA Library modules in your Python script as follows:
pip install GlobalRPA-Lib
from GlobalRPA_Lib import GlobalEmail, GlobalFiles, GlobalTables, GlobalUi
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file GlobalRPA_Lib-1.4.2.tar.gz
.
File metadata
- Download URL: GlobalRPA_Lib-1.4.2.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40547e5fcd07602ba68e38e5f6ea469a0cc9806f132f2af6803ff203286b43dd |
|
MD5 | b9ca1913837d053708e28cd49d97c5c1 |
|
BLAKE2b-256 | 85c2081d637d249b245a47aefa9ed330fec6e4e549230be95dd4426ecb773cb0 |