GlobalRPA-Lib


NameGlobalRPA-Lib JSON
Version 1.4.2 PyPI version JSON
download
home_page
SummaryLibrary RPA Python
upload_time2024-01-27 04:23:38
maintainer
docs_urlNone
authorMateus Orlandin Dias
requires_python
licenseMIT License
keywords rpa activities
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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:

```bash
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:

```bash
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:
```bash
pip install GlobalRPA-Lib
```

```python
from GlobalRPA_Lib import GlobalEmail, GlobalFiles, GlobalTables, GlobalUi
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "GlobalRPA-Lib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "RPA activities",
    "author": "Mateus Orlandin Dias",
    "author_email": "mateus.orlandin@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/85/c2/081d637d249b245a47aefa9ed330fec6e4e549230be95dd4426ecb773cb0/GlobalRPA_Lib-1.4.2.tar.gz",
    "platform": null,
    "description": "# RPA Library Documentation\r\n\r\n## Folder Structure\r\n\r\nThe RPA Library follows a simplified structure with modules directly in the main directory. The current structure is as follows:\r\n\r\n### 1. GlobalEmail\r\n\r\n- **File Name:** `GlobalEmail.py`\r\n- **Description:** Contains functionalities related to email automation.\r\n\r\n### 2. GlobalFiles\r\n\r\n- **File Name:** `GlobalFiles.py`\r\n- **Description:** Includes file-related automation capabilities.\r\n\r\n### 3. GlobalTables\r\n\r\n- **File Name:** `GlobalTables.py`\r\n- **Description:** Includes table-related automation capabilities.\r\n\r\n### 4. GlobalUi\r\n\r\n- **File Name:** `GlobalUi.py`\r\n- **Description:** Houses functionalities for UI automation.\r\n\r\nThis new structure aims for simplicity, with all modules directly accessible in the main directory.\r\n\r\n## Global Environment\r\n\r\n- **Virtual Environment for the RPA Library:** `env_global_rpa_lib`\r\n\r\n## Installation Instructions\r\n\r\nTo install dependencies for each module, use the respective virtual environments. For example, for the `email` module:\r\n\r\n```bash\r\npip install -r email/requirements.txt\r\n```\r\n\r\nRepeat the same process for the file and selector modules.\r\n\r\n## Global RPA Library\r\n\r\nTo install global dependencies for the entire RPA Library, you can use the provided `env_global_rpa_lib` virtual environment. Run the following command:\r\n\r\n```bash\r\npip install -r env_global_rpa_lib/requirements.txt\r\n```\r\n\r\n## Usage\r\n\r\nAfter installing the required dependencies, you can use the RPA Library modules in your Python script as follows:\r\n```bash\r\npip install GlobalRPA-Lib\r\n```\r\n\r\n```python\r\nfrom GlobalRPA_Lib import GlobalEmail, GlobalFiles, GlobalTables, GlobalUi\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Library RPA Python",
    "version": "1.4.2",
    "project_urls": null,
    "split_keywords": [
        "rpa",
        "activities"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85c2081d637d249b245a47aefa9ed330fec6e4e549230be95dd4426ecb773cb0",
                "md5": "b9ca1913837d053708e28cd49d97c5c1",
                "sha256": "40547e5fcd07602ba68e38e5f6ea469a0cc9806f132f2af6803ff203286b43dd"
            },
            "downloads": -1,
            "filename": "GlobalRPA_Lib-1.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b9ca1913837d053708e28cd49d97c5c1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3728,
            "upload_time": "2024-01-27T04:23:38",
            "upload_time_iso_8601": "2024-01-27T04:23:38.786340Z",
            "url": "https://files.pythonhosted.org/packages/85/c2/081d637d249b245a47aefa9ed330fec6e4e549230be95dd4426ecb773cb0/GlobalRPA_Lib-1.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-27 04:23:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "globalrpa-lib"
}
        
Elapsed time: 0.21303s