csc-cia-stne 0.1.32__py3-none-any.whl → 0.1.33__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
csc_cia_stne/jerry.py CHANGED
@@ -195,7 +195,7 @@ class JerryClient:
195
195
  5. Tamanho total das imagens não deve exceder 50MB
196
196
  """
197
197
 
198
- def _validar_base64_formato(self, base64_string: str) -> bool:
198
+ def _validar_base64_formato(base64_string: str) -> bool:
199
199
  """Valida o formato da string base64"""
200
200
  try:
201
201
  # Remove espaços e quebras de linha
@@ -217,7 +217,7 @@ class JerryClient:
217
217
  except Exception:
218
218
  return False
219
219
 
220
- def _validar_cabecalho_imagem(self, data: bytes, mime_type: str) -> bool:
220
+ def _validar_cabecalho_imagem(data: bytes, mime_type: str) -> bool:
221
221
  """Valida se os bytes iniciais correspondem ao tipo de imagem"""
222
222
  try:
223
223
  if len(data) < 10:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: csc_cia_stne
3
- Version: 0.1.32
3
+ Version: 0.1.33
4
4
  Summary: Biblioteca do time CSC-CIA utilizada no desenvolvimento de RPAs
5
5
  License: MIT
6
6
  Keywords: karavela,csc,cia,stone,rpa,botcity,stne
@@ -7,7 +7,7 @@ csc_cia_stne/gcp_bigquery.py,sha256=foq8azvvv_f7uikMDslX9RcUIrx7RAS-Sn0AGW0QFQc,
7
7
  csc_cia_stne/gcp_bucket.py,sha256=vMALWiW7IoBCuJAR8bUCpOV6BuBzI9AhRRk3b72OdMk,11515
8
8
  csc_cia_stne/gcp_document_ai.py,sha256=Dzlk7YR3M_LxE0sHn-Lxz-PA1NsUZN2hgY5PyUfs0IQ,4506
9
9
  csc_cia_stne/google_drive.py,sha256=7qwx4_RPEoSJgeVI02aLYNXA7o69_Z3qONvX5bfA4V0,44500
10
- csc_cia_stne/jerry.py,sha256=gwNP7m9TJFm_-tw71uUa7HOegWXUodD0e2IHdTDFXGs,27390
10
+ csc_cia_stne/jerry.py,sha256=nuO3fLhBsHmqsLbvZ0thwQYVMQVDbXRBqVRzt3sq7A8,27378
11
11
  csc_cia_stne/karavela.py,sha256=jJCYX43D49gGuzmwwK6bN9XVnv2dXdp9iHnnV5H1LMQ,4794
12
12
  csc_cia_stne/logger_json.py,sha256=CXxSCOFGMymDi8XE9SKnPKjW4D0wJLqDLnxqePS26i8,3187
13
13
  csc_cia_stne/logger_rich.py,sha256=fklgkBb4rblKQd7YZ3q-eWfhGg9eflO2k2-z4pGh_yo,5201
@@ -41,8 +41,8 @@ csc_cia_stne/utilitarios/web_screen/__init__.py,sha256=5QcOPXKd95SvP2DoZiHS0gaU6
41
41
  csc_cia_stne/utilitarios/web_screen/web_screen_abstract.py,sha256=PjL8Vgfj_JdKidia7RFyCkro3avYLQu4RZRos41sh3w,3241
42
42
  csc_cia_stne/utilitarios/web_screen/web_screen_botcity.py,sha256=Xi5YJjl2pcxlX3OimqcBWRNXZEpAE7asyUjDJ4Oho5U,12297
43
43
  csc_cia_stne/utilitarios/web_screen/web_screen_selenium.py,sha256=JLIcPJE9ZX3Pd6zG6oTRMqqUAY063UzLY3ReRlxmiSM,15581
44
- csc_cia_stne-0.1.32.dist-info/licenses/LICENCE,sha256=LPGMtgKki2C3KEZP7hDhA1HBrlq5JCHkIeStUCLEMx4,1073
45
- csc_cia_stne-0.1.32.dist-info/METADATA,sha256=7C772O64nBQcZ-9gSH9wWDiXDzfXgy_j2B32duQcr3M,1574
46
- csc_cia_stne-0.1.32.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
47
- csc_cia_stne-0.1.32.dist-info/top_level.txt,sha256=ldo7GVv3tQx5KJvwBzdZzzQmjPys2NDVVn1rv0BOF2Q,13
48
- csc_cia_stne-0.1.32.dist-info/RECORD,,
44
+ csc_cia_stne-0.1.33.dist-info/licenses/LICENCE,sha256=LPGMtgKki2C3KEZP7hDhA1HBrlq5JCHkIeStUCLEMx4,1073
45
+ csc_cia_stne-0.1.33.dist-info/METADATA,sha256=kKfxKx0dZcWocpP9UHSwIUfvl_9AiCEWC5M4et_MAGM,1574
46
+ csc_cia_stne-0.1.33.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
47
+ csc_cia_stne-0.1.33.dist-info/top_level.txt,sha256=ldo7GVv3tQx5KJvwBzdZzzQmjPys2NDVVn1rv0BOF2Q,13
48
+ csc_cia_stne-0.1.33.dist-info/RECORD,,