HyperCoeRPA


NameHyperCoeRPA JSON
Version 0.2.2 PyPI version JSON
download
home_pageNone
SummaryRepositorio para a utilização da API de Log do HyperCoe
upload_time2024-09-03 15:38:21
maintainerNone
docs_urlNone
authorJoao Buso
requires_pythonNone
licenseMIT License
keywords rpa hypercoe log tria software
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <!-- coding: utf-8 -->
# HyperCoe RPA: 

## Kit de componentes para Governança de Bots na plataforma HyperCoe.

### Intalação
    >>> pip install hypercoerpa

### Como usar a biblioteca:
    >>> from hypercoerpa.function import *

###  Exemplo de como usar a função de registro de log
- write_IteracaoID(IteracaoID,Path):
- getBotID(path):
- Get_Asset(Name_Asset,path):
- Iteration(path):
- End_Log (message,path):
- Log_Attaching_File (message,pathfile,path):
- Log_Error (message,path):
- Log (message,path):
- Error_Status(path):
- End_Status(path):
- Start_Status(path):
- Populate_Queue(path, Reference, DadosJson):
- Queue_Item_Abandoned(path):
- Queue_Item_Get(path):
- Queue_Item_Change_Status(path, queueItemID, status):
- Queue_Item_Change_Exception_Error(path, queueItemID, exception):


### -inição dos parâmetros:
- **rpa-hypercoe-log**
    - **bot_status** - Valor inteiro correspondente ao status do bot sendo # Active=0, Running=1, Paused=2, Error=3 (Campo obrigatório)
    - **bot_id** - Valor inteiro referente ao ID do bot que será gerado no momento de criação do robô pelo agente do HyperCoe (Campo obrigatório)
    - **clienttoken** - Valor string do Token que será disponibilizado pelo Portal HyperCoe (Campo obrigatório)
    - **level** - Valor inteiro correspondente ao tipo de informação que será regsitrado no log, sendo # Info=0, Warn=1, Error=2 (Campo obrigatório)
    - **typeError** - Valor string com a mensagem em caso de erro. (Campo não obrigatório)
    - **message** - Valor string com a mensagem de log (Campo obrigatório)
    - **pathfile** - Valor string com o caminho absoluto para envio de evidência (Campo não obrigatório)
    - **ID_Iteration** - Valor inteiro capturado pela api "Iteration" (Campo obrigatório)
    - **finalLog** - Valor boleano (False/True) que deverá ser padrão False e somente utilizar o parametro True no último registro de log do robô (Campo não obrigatório)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "HyperCoeRPA",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "rpa hypercoe log tria software",
    "author": "Joao Buso",
    "author_email": "joao.buso@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/65/81/dcfade0094cf5d025b8f7acc07f234d572ce2e69365cbacf0b184584eab4/hypercoerpa-0.2.2.tar.gz",
    "platform": null,
    "description": "<!-- coding: utf-8 -->\r\n# HyperCoe RPA: \r\n\r\n## Kit de componentes para Governan\u00e7a de Bots na plataforma HyperCoe.\r\n\r\n### Intala\u00e7\u00e3o\r\n    >>> pip install hypercoerpa\r\n\r\n### Como usar a biblioteca:\r\n    >>> from hypercoerpa.function import *\r\n\r\n###  Exemplo de como usar a fun\u00e7\u00e3o de registro de log\r\n- write_IteracaoID(IteracaoID,Path):\r\n- getBotID(path):\r\n- Get_Asset(Name_Asset,path):\r\n- Iteration(path):\r\n- End_Log (message,path):\r\n- Log_Attaching_File (message,pathfile,path):\r\n- Log_Error (message,path):\r\n- Log (message,path):\r\n- Error_Status(path):\r\n- End_Status(path):\r\n- Start_Status(path):\r\n- Populate_Queue(path, Reference, DadosJson):\r\n- Queue_Item_Abandoned(path):\r\n- Queue_Item_Get(path):\r\n- Queue_Item_Change_Status(path, queueItemID, status):\r\n- Queue_Item_Change_Exception_Error(path, queueItemID, exception):\r\n\r\n\r\n### -ini\u00e7\u00e3o dos par\u00e2metros:\r\n- **rpa-hypercoe-log**\r\n    - **bot_status** - Valor inteiro correspondente ao status do bot sendo # Active=0, Running=1, Paused=2, Error=3 (Campo obrigat\u00f3rio)\r\n    - **bot_id** - Valor inteiro referente ao ID do bot que ser\u00e1 gerado no momento de cria\u00e7\u00e3o do rob\u00f4 pelo agente do HyperCoe (Campo obrigat\u00f3rio)\r\n    - **clienttoken** - Valor string do Token que ser\u00e1 disponibilizado pelo Portal HyperCoe (Campo obrigat\u00f3rio)\r\n    - **level** - Valor inteiro correspondente ao tipo de informa\u00e7\u00e3o que ser\u00e1 regsitrado no log, sendo # Info=0, Warn=1, Error=2 (Campo obrigat\u00f3rio)\r\n    - **typeError** - Valor string com a mensagem em caso de erro. (Campo n\u00e3o obrigat\u00f3rio)\r\n    - **message** - Valor string com a mensagem de log (Campo obrigat\u00f3rio)\r\n    - **pathfile** - Valor string com o caminho absoluto para envio de evid\u00eancia (Campo n\u00e3o obrigat\u00f3rio)\r\n    - **ID_Iteration** - Valor inteiro capturado pela api \"Iteration\" (Campo obrigat\u00f3rio)\r\n    - **finalLog** - Valor boleano (False/True) que dever\u00e1 ser padr\u00e3o False e somente utilizar o parametro True no \u00faltimo registro de log do rob\u00f4 (Campo n\u00e3o obrigat\u00f3rio)\r\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Repositorio para a utiliza\u00e7\u00e3o da API de Log do HyperCoe",
    "version": "0.2.2",
    "project_urls": null,
    "split_keywords": [
        "rpa",
        "hypercoe",
        "log",
        "tria",
        "software"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c0f1e565b70e5f5930a7ba8e4e60ee6aeb4d4319f92b56f13d9f066a880f8f5",
                "md5": "b781793e9b892d6571d21bba78a51ae2",
                "sha256": "2e36a657744fbba3736e2073fbc7528076cd79fac1fe020ff4fad7b1c99bd150"
            },
            "downloads": -1,
            "filename": "HyperCoeRPA-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b781793e9b892d6571d21bba78a51ae2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6019,
            "upload_time": "2024-09-03T15:38:20",
            "upload_time_iso_8601": "2024-09-03T15:38:20.019909Z",
            "url": "https://files.pythonhosted.org/packages/3c/0f/1e565b70e5f5930a7ba8e4e60ee6aeb4d4319f92b56f13d9f066a880f8f5/HyperCoeRPA-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6581dcfade0094cf5d025b8f7acc07f234d572ce2e69365cbacf0b184584eab4",
                "md5": "8e6dfa5049811b8d420af4ff0f29084f",
                "sha256": "9adfee46e7891e9ef1cd0bde48911b70afdcc72fb9f7b950f014f5b2dd2f605d"
            },
            "downloads": -1,
            "filename": "hypercoerpa-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "8e6dfa5049811b8d420af4ff0f29084f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5706,
            "upload_time": "2024-09-03T15:38:21",
            "upload_time_iso_8601": "2024-09-03T15:38:21.546371Z",
            "url": "https://files.pythonhosted.org/packages/65/81/dcfade0094cf5d025b8f7acc07f234d572ce2e69365cbacf0b184584eab4/hypercoerpa-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-03 15:38:21",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "hypercoerpa"
}
        
Elapsed time: 4.99964s