ipiranga-inovai-project-lib 0.1__py3-none-any.whl → 0.3__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.
@@ -1,7 +1,13 @@
1
- from src.domain.enum import Enum
1
+ from enum import Enum
2
2
 
3
3
 
4
4
  class DocumentStatus(Enum):
5
5
  INTEGRATED = 'INTEGRADO'
6
6
  PENDING_INTEGRATION = 'PENDENTE_INTEGRACAO'
7
7
  ERROR_INTEGRATION = 'ERRO_INTEGRACAO'
8
+
9
+
10
+ class DocumentMovementType(Enum):
11
+ INPUT = 'E',
12
+ OUTPUT = 'S'
13
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ipiranga-inovai-project-lib
3
- Version: 0.1
3
+ Version: 0.3
4
4
  Summary: Projeto criado para importação genérica de entidades
5
5
  Home-page: https://gitlab.ipirangacloud.com/clayton.monteiro.ext/ipiranga-inovai-project-lib
6
6
  Author: Clayton Sandes Monteiro
@@ -0,0 +1,8 @@
1
+ inovai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ inovai/entities.py,sha256=ChWCRM15CExb-wziAsmfocunzmVCPKG5eMc0OA-KPp0,12475
3
+ inovai/enums.py,sha256=-xb7hHphwM8CjFZRrHBS4YCTu39pAaFGbooMBxmXtfs,255
4
+ ipiranga_inovai_project_lib-0.3.dist-info/LICENSE,sha256=UJ3ql8eZec9Y1kER7QSHAuvdgFPuL47asePHYmdzG_o,198
5
+ ipiranga_inovai_project_lib-0.3.dist-info/METADATA,sha256=qTPDodo0wuPQnWNRrb8wnJHljaS3PQKIkf01--22y5E,518
6
+ ipiranga_inovai_project_lib-0.3.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
7
+ ipiranga_inovai_project_lib-0.3.dist-info/top_level.txt,sha256=BD-APH5oIEb_KDXwrfnZiu9QDsD9ttTEkYc32r9thqg,7
8
+ ipiranga_inovai_project_lib-0.3.dist-info/RECORD,,
@@ -1,12 +0,0 @@
1
- src/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- src/domain/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- src/domain/entity/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- src/domain/entity/entities.py,sha256=ChWCRM15CExb-wziAsmfocunzmVCPKG5eMc0OA-KPp0,12475
5
- src/domain/enum/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- src/domain/enum/document_movement_type.py,sha256=MUdV0U8_HD_a51WQ_qE8m4oFKoxfcziaNrwjC1Prz88,111
7
- src/domain/enum/document_status.py,sha256=4qSQHF7iSvqGBqF15Frp1-X2cq2sB_Y94CkIUysTCWg,189
8
- ipiranga_inovai_project_lib-0.1.dist-info/LICENSE,sha256=UJ3ql8eZec9Y1kER7QSHAuvdgFPuL47asePHYmdzG_o,198
9
- ipiranga_inovai_project_lib-0.1.dist-info/METADATA,sha256=64RWnVmA4uI_UNEf-j4G6jv9RY8c0iIESkJ5u6aAmnI,518
10
- ipiranga_inovai_project_lib-0.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
11
- ipiranga_inovai_project_lib-0.1.dist-info/top_level.txt,sha256=74rtVfumQlgAPzR5_2CgYN24MB0XARCg0t-gzk6gTrM,4
12
- ipiranga_inovai_project_lib-0.1.dist-info/RECORD,,
src/domain/__init__.py DELETED
File without changes
File without changes
File without changes
@@ -1,7 +0,0 @@
1
- from src.domain.enum import Enum
2
-
3
-
4
- class DocumentMovementType(Enum):
5
- INPUT = 'E',
6
- OUTPUT = 'S'
7
-
File without changes
File without changes