libretificacaotjcore 0.1.26__py3-none-any.whl → 0.1.27__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.

Potentially problematic release.


This version of libretificacaotjcore might be problematic. Click here for more details.

@@ -5,11 +5,11 @@ import json
5
5
  class RabbitMQConsumer:
6
6
  def __init__(
7
7
  self,
8
- host,
9
- queue,
10
- username,
11
- password,
12
- vhost="/",
8
+ host: str,
9
+ queue: str,
10
+ username: str,
11
+ password: str,
12
+ vhost: str ="/",
13
13
  ):
14
14
  self.host = host
15
15
  self.queue = queue
@@ -18,6 +18,7 @@ class RabbitMQConsumer:
18
18
  self.vhost = vhost
19
19
  self.connection = None
20
20
  self.channel = None
21
+ self.connect()
21
22
 
22
23
  def connect(self):
23
24
  credentials = pika.PlainCredentials(self.username, self.password)
@@ -4,11 +4,11 @@ import json
4
4
  class RabbitMQPublisher:
5
5
  def __init__(
6
6
  self,
7
- host,
8
- queue,
9
- username,
10
- password,
11
- vhost="/",
7
+ host: str,
8
+ queue: str,
9
+ username: str,
10
+ password: str,
11
+ vhost: str = "/",
12
12
  ):
13
13
  self.host = host
14
14
  self.queue = queue
@@ -17,6 +17,7 @@ class RabbitMQPublisher:
17
17
  self.vhost = vhost
18
18
  self.connection = None
19
19
  self.channel = None
20
+ self.connect()
20
21
 
21
22
  def connect(self):
22
23
  credentials = pika.PlainCredentials(self.username, self.password)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: libretificacaotjcore
3
- Version: 0.1.26
3
+ Version: 0.1.27
4
4
  Summary: Biblioteca para centralizar conexao com filas no rabbit e banco de dados no mongodb para os servicos de retificacao da TJ
5
5
  Author-email: Jhonatan Azevedo <dev.azevedo@outlook.com>
6
6
  Project-URL: Homepage, https://github.com/seu-usuario/libretificacaotjcore
@@ -12,10 +12,10 @@ libretificacaotjcore/enums/e_eventos.py,sha256=EClyRpHtL21t_s1b_26bbBKpvd6QgOtIe
12
12
  libretificacaotjcore/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
13
  libretificacaotjcore/services/crypto_pass_service.py,sha256=9D0vyjan6f_8AfNxGkLpGdvyMpojsJq_AAySpv_zKMc,740
14
14
  libretificacaotjcore/services/file_service.py,sha256=14CJokBbrsryQGmL0_unH2QKZpnteEAfxf5CPFdv6cE,2075
15
- libretificacaotjcore/services/rabbitmq_consumer.py,sha256=a25mRHjbkgO3lkdCJ5NpJfWAGHhVkQDCRDR2t8hMNAI,1710
16
- libretificacaotjcore/services/rabbitmq_publisher.py,sha256=nhPJLGPt0D0omN51vrRcu_Pioof_Q8whlwH7I1DreWU,1546
15
+ libretificacaotjcore/services/rabbitmq_consumer.py,sha256=XPbOvFR3HySfA1IROLPrsb4AmeHeq1Unthxt44vaqik,1760
16
+ libretificacaotjcore/services/rabbitmq_publisher.py,sha256=uVjXdya-Ouig9ESjoPpogjiUWpoyik2cqYQDugS5L04,1597
17
17
  libretificacaotjcore/services/s3_service.py,sha256=HKR_jt2H3XdV1PCzo5R5bnhmoQ3I46Yn5IqAvVPhsjs,2946
18
- libretificacaotjcore-0.1.26.dist-info/METADATA,sha256=bmTLrJEnqRRdLd2fRKKb4yZCeK4llqPcE0pp8GfCSjk,2502
19
- libretificacaotjcore-0.1.26.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
20
- libretificacaotjcore-0.1.26.dist-info/top_level.txt,sha256=J9vnz_X9OUnxC-eXHiAzlc9xIrWBwZ5bgnIDQIIFY4c,21
21
- libretificacaotjcore-0.1.26.dist-info/RECORD,,
18
+ libretificacaotjcore-0.1.27.dist-info/METADATA,sha256=9Tz6A9FvlwRUPYRmOb7WkTFzbck5AQZbT-AVQ0ZMr3k,2502
19
+ libretificacaotjcore-0.1.27.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
20
+ libretificacaotjcore-0.1.27.dist-info/top_level.txt,sha256=J9vnz_X9OUnxC-eXHiAzlc9xIrWBwZ5bgnIDQIIFY4c,21
21
+ libretificacaotjcore-0.1.27.dist-info/RECORD,,