worker-automate-hub 0.5.36__tar.gz → 0.5.37__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/PKG-INFO +1 -1
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/pyproject.toml +1 -1
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/entrada_de_notas_15.py +1 -1
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/entrada_de_notas_16.py +1 -1
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/entrada_de_notas_207.py +2 -3
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/entrada_de_notas_32.py +2 -2
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/entrada_de_notas_33.py +2 -2
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/entrada_de_notas_34.py +2 -2
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/entrada_de_notas_36.py +2 -2
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/entrada_de_notas_39.py +1 -1
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/entrada_de_notas_500.py +2 -2
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/entrada_de_notas_505.py +2 -2
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/entrada_de_notas_7139.py +2 -2
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/entrada_de_notas_9.py +1 -1
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/README.md +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/__init__.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/api/__init__.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/api/ahead_service.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/api/client.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/api/helpers/__init__.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/api/helpers/api_helpers.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/api/rdp_service.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/api/rpa_fila_service.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/api/rpa_historico_service.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/api/webhook_service.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/cli.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/config/__init__.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/config/settings.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/config.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/core/so_manipulation.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/decorators/__init__.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/decorators/deprecation.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/decorators/rate_limit.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/decorators/repeat.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/decorators/retry.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/decorators/singleton.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/decorators/timeit.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/models/__init__.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/models/dao/__init__.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/models/dao/rpa_configuracao.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/models/dao/rpa_fila.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/models/dao/rpa_historico.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/models/dao/rpa_processo.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/models/dao/rpa_robo.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/models/dto/__init__.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/models/dto/rpa_historico_request_dto.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/models/dto/rpa_processo_entrada_dto.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/models/dto/rpa_processo_rdp_dto.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/models/dto/rpa_sistema_dto.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/__init__.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/__init__.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/coleta_dje_process.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/conexao_rdp.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/descartes.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/ecac_estadual_go.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/ecac_estadual_main.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/ecac_estadual_mt.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/ecac_estadual_sc.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/ecac_estadual_sp.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/ecac_federal.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/exemplo_processo.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/fechar_conexao_rdp.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/fidc_gerar_nosso_numero.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/fidc_remessa_cobranca_cnab240.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/login_emsys.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/login_emsys_versao_especifica.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/playground.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/sped_fiscal.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/transferencias.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/task_definitions.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/task_executor.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/utils/__init__.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/utils/env.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/utils/get_creds_gworkspace.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/utils/logger.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/utils/toast.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/utils/updater.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/utils/util.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/utils/utils_nfe_entrada.py +0 -0
- {worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/worker.py +0 -0
@@ -402,7 +402,7 @@ async def entrada_de_notas_15(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
|
|
402
402
|
console.print("Erro ao lançar nota", style="bold red")
|
403
403
|
return RpaRetornoProcessoDTO(
|
404
404
|
sucesso=False,
|
405
|
-
retorno=f"Pop-up nota incluida encontrada, porém nota
|
405
|
+
retorno=f"Pop-up nota incluida encontrada, porém nota encontrada como 'já lançada' trazendo as seguintes informações: {nf_imported.retorno} - {error_work}",
|
406
406
|
status=RpaHistoricoStatusEnum.Falha,
|
407
407
|
tags=[RpaTagDTO(descricao=RpaTagEnum.Negocio)]
|
408
408
|
)
|
@@ -523,7 +523,7 @@ async def entrada_de_notas_16(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
|
|
523
523
|
console.print("Erro ao lançar nota", style="bold red")
|
524
524
|
return RpaRetornoProcessoDTO(
|
525
525
|
sucesso=False,
|
526
|
-
retorno=f"Pop-up nota incluida encontrada, porém nota
|
526
|
+
retorno=f"Pop-up nota incluida encontrada, porém nota encontrada como 'já lançada' trazendo as seguintes informações: {nf_imported.retorno} - {error_work}",
|
527
527
|
status=RpaHistoricoStatusEnum.Falha,
|
528
528
|
tags=[RpaTagDTO(descricao=RpaTagEnum.Negocio)]
|
529
529
|
)
|
@@ -569,12 +569,11 @@ async def entrada_de_notas_207(task: RpaProcessoEntradaDTO) -> RpaRetornoProcess
|
|
569
569
|
status=RpaHistoricoStatusEnum.Sucesso,
|
570
570
|
)
|
571
571
|
else:
|
572
|
-
console.print("Erro ao lançar nota", style="bold red")
|
573
572
|
return RpaRetornoProcessoDTO(
|
574
573
|
sucesso=False,
|
575
|
-
retorno=f"Pop-up nota incluida encontrada, porém nota
|
574
|
+
retorno=f"Pop-up nota incluida encontrada, porém nota encontrada como 'já lançada' trazendo as seguintes informações: {nf_imported.retorno} - {error_work}",
|
576
575
|
status=RpaHistoricoStatusEnum.Falha,
|
577
|
-
tags=[RpaTagDTO(descricao=RpaTagEnum.
|
576
|
+
tags=[RpaTagDTO(descricao=RpaTagEnum.Negocio)]
|
578
577
|
)
|
579
578
|
else:
|
580
579
|
console.print("Erro ao lançar nota", style="bold red")
|
@@ -787,9 +787,9 @@ async def entrada_de_notas_32(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
|
|
787
787
|
console.print("Erro ao lançar nota", style="bold red")
|
788
788
|
return RpaRetornoProcessoDTO(
|
789
789
|
sucesso=False,
|
790
|
-
retorno=f"Pop-up nota incluida encontrada, porém nota
|
790
|
+
retorno=f"Pop-up nota incluida encontrada, porém nota encontrada como 'já lançada' trazendo as seguintes informações: {nf_imported.retorno} - {error_work}",
|
791
791
|
status=RpaHistoricoStatusEnum.Falha,
|
792
|
-
tags=[RpaTagDTO(descricao=RpaTagEnum.
|
792
|
+
tags=[RpaTagDTO(descricao=RpaTagEnum.Negocio)]
|
793
793
|
)
|
794
794
|
else:
|
795
795
|
console.print("Erro ao lançar nota", style="bold red")
|
@@ -763,9 +763,9 @@ async def entrada_de_notas_33(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
|
|
763
763
|
console.print("Erro ao lançar nota", style="bold red")
|
764
764
|
return RpaRetornoProcessoDTO(
|
765
765
|
sucesso=False,
|
766
|
-
retorno=f"Pop-up nota incluida encontrada, porém nota
|
766
|
+
retorno=f"Pop-up nota incluida encontrada, porém nota encontrada como 'já lançada' trazendo as seguintes informações: {nf_imported.retorno} - {error_work}",
|
767
767
|
status=RpaHistoricoStatusEnum.Falha,
|
768
|
-
tags=[RpaTagDTO(descricao=RpaTagEnum.
|
768
|
+
tags=[RpaTagDTO(descricao=RpaTagEnum.Negocio)]
|
769
769
|
)
|
770
770
|
else:
|
771
771
|
console.print("Erro ao lançar nota", style="bold red")
|
@@ -758,9 +758,9 @@ async def entrada_de_notas_34(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
|
|
758
758
|
console.print("Erro ao lançar nota", style="bold red")
|
759
759
|
return RpaRetornoProcessoDTO(
|
760
760
|
sucesso=False,
|
761
|
-
retorno=f"Pop-up nota incluida encontrada, porém nota
|
761
|
+
retorno=f"Pop-up nota incluida encontrada, porém nota encontrada como 'já lançada' trazendo as seguintes informações: {nf_imported.retorno} - {error_work}",
|
762
762
|
status=RpaHistoricoStatusEnum.Falha,
|
763
|
-
tags=[RpaTagDTO(descricao=RpaTagEnum.
|
763
|
+
tags=[RpaTagDTO(descricao=RpaTagEnum.Negocio)]
|
764
764
|
)
|
765
765
|
else:
|
766
766
|
console.print("Erro ao lançar nota", style="bold red")
|
@@ -540,9 +540,9 @@ async def entrada_de_notas_36(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
|
|
540
540
|
console.print("Erro ao lançar nota", style="bold red")
|
541
541
|
return RpaRetornoProcessoDTO(
|
542
542
|
sucesso=False,
|
543
|
-
retorno=f"
|
543
|
+
retorno=f"Pop-up nota incluida encontrada, porém nota encontrada como 'já lançada' trazendo as seguintes informações: {nf_imported.retorno} - {error_work}",
|
544
544
|
status=RpaHistoricoStatusEnum.Falha,
|
545
|
-
tags=[RpaTagDTO(descricao=RpaTagEnum.
|
545
|
+
tags=[RpaTagDTO(descricao=RpaTagEnum.Negocio)]
|
546
546
|
)
|
547
547
|
|
548
548
|
except Exception as ex:
|
@@ -794,7 +794,7 @@ async def entrada_de_notas_39(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
|
|
794
794
|
console.print("Erro ao lançar nota", style="bold red")
|
795
795
|
return RpaRetornoProcessoDTO(
|
796
796
|
sucesso=False,
|
797
|
-
retorno=f"Pop-up nota incluida encontrada, porém nota
|
797
|
+
retorno=f"Pop-up nota incluida encontrada, porém nota encontrada como 'já lançada' trazendo as seguintes informações: {nf_imported.retorno} - {error_work}",
|
798
798
|
status=RpaHistoricoStatusEnum.Falha,
|
799
799
|
tags=[RpaTagDTO(descricao=RpaTagEnum.Negocio)]
|
800
800
|
)
|
@@ -744,9 +744,9 @@ async def entrada_de_notas_500(task: RpaProcessoEntradaDTO) -> RpaRetornoProcess
|
|
744
744
|
console.print("Erro ao lançar nota", style="bold red")
|
745
745
|
return RpaRetornoProcessoDTO(
|
746
746
|
sucesso=False,
|
747
|
-
retorno=f"Pop-up nota incluida encontrada, porém nota
|
747
|
+
retorno=f"Pop-up nota incluida encontrada, porém nota encontrada como 'já lançada' trazendo as seguintes informações: {nf_imported.retorno} - {error_work}",
|
748
748
|
status=RpaHistoricoStatusEnum.Falha,
|
749
|
-
tags=[RpaTagDTO(descricao=RpaTagEnum.
|
749
|
+
tags=[RpaTagDTO(descricao=RpaTagEnum.Negocio)]
|
750
750
|
)
|
751
751
|
else:
|
752
752
|
console.print("Erro ao lançar nota", style="bold red")
|
@@ -357,9 +357,9 @@ async def entrada_de_notas_505(task: RpaProcessoEntradaDTO) -> RpaRetornoProcess
|
|
357
357
|
console.print("Erro ao lançar nota", style="bold red")
|
358
358
|
return RpaRetornoProcessoDTO(
|
359
359
|
sucesso=False,
|
360
|
-
retorno=f"Pop-up nota incluida encontrada, porém nota
|
360
|
+
retorno=f"Pop-up nota incluida encontrada, porém nota encontrada como 'já lançada' trazendo as seguintes informações: {nf_imported.retorno} - {error_work}",
|
361
361
|
status=RpaHistoricoStatusEnum.Falha,
|
362
|
-
tags=[RpaTagDTO(descricao=RpaTagEnum.
|
362
|
+
tags=[RpaTagDTO(descricao=RpaTagEnum.Negocio)]
|
363
363
|
)
|
364
364
|
else:
|
365
365
|
console.print("Erro ao lançar nota", style="bold red")
|
@@ -377,9 +377,9 @@ async def entrada_de_notas_7139(task: RpaProcessoEntradaDTO) -> RpaRetornoProces
|
|
377
377
|
console.print("Erro ao lançar nota", style="bold red")
|
378
378
|
return RpaRetornoProcessoDTO(
|
379
379
|
sucesso=False,
|
380
|
-
retorno=f"Pop-up nota incluida encontrada, porém nota
|
380
|
+
retorno=f"Pop-up nota incluida encontrada, porém nota encontrada como 'já lançada' trazendo as seguintes informações: {nf_imported.retorno} - {error_work}",
|
381
381
|
status=RpaHistoricoStatusEnum.Falha,
|
382
|
-
tags=[RpaTagDTO(descricao=RpaTagEnum.
|
382
|
+
tags=[RpaTagDTO(descricao=RpaTagEnum.Negocio)]
|
383
383
|
)
|
384
384
|
else:
|
385
385
|
console.print("Erro ao lançar nota", style="bold red")
|
@@ -1055,7 +1055,7 @@ async def entrada_de_notas_9(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoD
|
|
1055
1055
|
console.print("Erro ao lançar nota", style="bold red")
|
1056
1056
|
return RpaRetornoProcessoDTO(
|
1057
1057
|
sucesso=False,
|
1058
|
-
retorno=f"Pop-up nota incluida encontrada, porém nota
|
1058
|
+
retorno=f"Pop-up nota incluida encontrada, porém nota encontrada como 'já lançada' trazendo as seguintes informações: {nf_imported.retorno} - {error_work}",
|
1059
1059
|
status=RpaHistoricoStatusEnum.Falha,
|
1060
1060
|
tags=[RpaTagDTO(descricao=RpaTagEnum.Negocio)]
|
1061
1061
|
)
|
File without changes
|
File without changes
|
{worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/api/__init__.py
RENAMED
File without changes
|
{worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/api/ahead_service.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/api/rdp_service.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/api/webhook_service.py
RENAMED
File without changes
|
File without changes
|
{worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/config/__init__.py
RENAMED
File without changes
|
{worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/config/settings.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/decorators/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/decorators/repeat.py
RENAMED
File without changes
|
{worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/decorators/retry.py
RENAMED
File without changes
|
File without changes
|
{worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/decorators/timeit.py
RENAMED
File without changes
|
{worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/models/__init__.py
RENAMED
File without changes
|
{worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/models/dao/__init__.py
RENAMED
File without changes
|
File without changes
|
{worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/models/dao/rpa_fila.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/models/dao/rpa_robo.py
RENAMED
File without changes
|
{worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/models/dto/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/__init__.py
RENAMED
File without changes
|
{worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/jobs/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/tasks/task_executor.py
RENAMED
File without changes
|
{worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/utils/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/utils/logger.py
RENAMED
File without changes
|
{worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/utils/toast.py
RENAMED
File without changes
|
{worker_automate_hub-0.5.36 → worker_automate_hub-0.5.37}/worker_automate_hub/utils/updater.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|