maleo-foundation 0.1.8__tar.gz → 0.1.9__tar.gz
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.
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/PKG-INFO +1 -1
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/managers/service.py +72 -3
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation.egg-info/PKG-INFO +1 -1
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/pyproject.toml +1 -1
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/README.md +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/__init__.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/clients/__init__.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/clients/general/__init__.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/clients/general/http.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/clients/google/__init__.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/clients/google/base.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/clients/google/cloud/__init__.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/clients/google/cloud/base.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/clients/google/cloud/logging.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/clients/google/cloud/secret.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/clients/google/cloud/storage.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/clients/google/secret.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/clients/google/storage.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/clients/utils/__init__.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/clients/utils/logger.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/constants.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/db/__init__.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/db/engine.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/db/manager.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/db/session.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/db/table.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/enums.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/expanded_types/__init__.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/expanded_types/client.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/expanded_types/general.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/expanded_types/query.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/expanded_types/service.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/expanded_types/token.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/extended_types.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/managers/__init__.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/managers/client/__init__.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/managers/client/base.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/managers/client/google/__init__.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/managers/client/google/base.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/managers/client/google/secret.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/managers/client/google/storage.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/managers/client/http.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/managers/client/maleo.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/managers/db.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/middlewares/__init__.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/middlewares/base.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/middlewares/cors.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/__init__.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/responses.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/schemas/__init__.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/schemas/general.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/schemas/parameter.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/schemas/result.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/schemas/token.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/transfers/__init__.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/transfers/general/__init__.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/transfers/general/token.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/transfers/parameters/__init__.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/transfers/parameters/client.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/transfers/parameters/general.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/transfers/parameters/service.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/transfers/parameters/token.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/transfers/results/__init__.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/transfers/results/client/__init__.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/transfers/results/client/controllers/__init__.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/transfers/results/client/controllers/http.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/transfers/results/client/service.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/transfers/results/service/__init__.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/transfers/results/service/controllers/__init__.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/transfers/results/service/controllers/rest.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/transfers/results/service/general.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/transfers/results/service/query.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/transfers/results/token.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/services/__init__.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/services/token.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/types.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/utils/__init__.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/utils/controller.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/utils/exceptions.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/utils/formatter/__init__.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/utils/formatter/case.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/utils/keyloader.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/utils/logger.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/utils/logging.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/utils/query.py +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation.egg-info/SOURCES.txt +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation.egg-info/dependency_links.txt +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation.egg-info/requires.txt +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation.egg-info/top_level.txt +0 -0
- {maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/setup.cfg +0 -0
@@ -18,6 +18,10 @@ from maleo_foundation.types import BaseTypes
|
|
18
18
|
from maleo_foundation.utils.keyloader import load_key
|
19
19
|
from maleo_foundation.utils.logging import GoogleCloudLogging, ServiceLogger, ClientLoggerManager
|
20
20
|
|
21
|
+
class LogConfig(BaseModel):
|
22
|
+
logs_dir:str = Field(..., description="Logs directory")
|
23
|
+
google_cloud_logging:GoogleCloudLogging = Field(..., description="Google cloud's logging")
|
24
|
+
|
21
25
|
class Settings(BaseSettings):
|
22
26
|
GOOGLE_CREDENTIALS_PATH:str = Field("/creds/maleo-google-service-account.json", description="Internal credential's file path")
|
23
27
|
INTERNAL_CREDENTIALS_PATH:str = Field("/creds/maleo-internal-service-account.json", description="Internal credential's file path")
|
@@ -77,10 +81,36 @@ class DatabaseConfigurations(BaseModel):
|
|
77
81
|
def url(self) -> str:
|
78
82
|
return f"postgresql://{self.username}:{self.password}@{self.host}:{self.port}/{self.database}"
|
79
83
|
|
84
|
+
class MaleoClientConfiguration(BaseModel):
|
85
|
+
key:str = Field(..., description="Client's key")
|
86
|
+
name:str = Field(..., description="Client's name")
|
87
|
+
url:str = Field(..., description="Client's URL")
|
88
|
+
|
89
|
+
class MaleoClientConfigurations(BaseModel):
|
90
|
+
metadata:MaleoClientConfiguration = Field(..., description="MaleoMetadata client's configuration")
|
91
|
+
security:MaleoClientConfiguration = Field(..., description="MaleoSecurity client's configuration")
|
92
|
+
storage:MaleoClientConfiguration = Field(..., description="MaleoStorage client's configuration")
|
93
|
+
identity:MaleoClientConfiguration = Field(..., description="MaleoIdentity client's configuration")
|
94
|
+
access:MaleoClientConfiguration = Field(..., description="MaleoAccess client's configuration")
|
95
|
+
soapie:MaleoClientConfiguration = Field(..., description="MaleoSOAPIE client's configuration")
|
96
|
+
fhir:MaleoClientConfiguration = Field(..., description="MaleoFHIR client's configuration")
|
97
|
+
dicom:MaleoClientConfiguration = Field(..., description="MaleoDICOM client's configuration")
|
98
|
+
scribe:MaleoClientConfiguration = Field(..., description="MaleoScribe client's configuration")
|
99
|
+
cds:MaleoClientConfiguration = Field(..., description="MaleoCDS client's configuration")
|
100
|
+
imaging:MaleoClientConfiguration = Field(..., description="MaleoImaging client's configuration")
|
101
|
+
mcu:MaleoClientConfiguration = Field(..., description="MaleoMCU client's configuration")
|
102
|
+
|
103
|
+
class Config:
|
104
|
+
arbitrary_types_allowed=True
|
105
|
+
|
106
|
+
class ClientConfigurations(BaseModel):
|
107
|
+
maleo:MaleoClientConfigurations = Field(..., description="Maleo client's configurations")
|
108
|
+
|
80
109
|
class Configurations(BaseModel):
|
81
110
|
service:ServiceConfigurations = Field(..., description="Service's configurations")
|
82
111
|
middleware:MiddlewareConfigurations = Field(..., description="Middleware's configurations")
|
83
112
|
database:DatabaseConfigurations = Field(..., description="Database's configurations")
|
113
|
+
client:ClientConfigurations = Field(...)
|
84
114
|
|
85
115
|
class Config:
|
86
116
|
arbitrary_types_allowed=True
|
@@ -103,6 +133,23 @@ class GoogleClientManagers(BaseModel):
|
|
103
133
|
class Config:
|
104
134
|
arbitrary_types_allowed=True
|
105
135
|
|
136
|
+
class MaleoClientManagerClasses(BaseModel):
|
137
|
+
metadata:Optional[Type[MaleoClientManager]] = Field(None, description="MaleoMetadata client manager")
|
138
|
+
security:Optional[Type[MaleoClientManager]] = Field(None, description="MaleoSecurity client manager")
|
139
|
+
storage:Optional[Type[MaleoClientManager]] = Field(None, description="MaleoStorage client manager")
|
140
|
+
identity:Optional[Type[MaleoClientManager]] = Field(None, description="MaleoIdentity client manager")
|
141
|
+
access:Optional[Type[MaleoClientManager]] = Field(None, description="MaleoAccess client manager")
|
142
|
+
soapie:Optional[Type[MaleoClientManager]] = Field(None, description="MaleoSOAPIE client manager")
|
143
|
+
fhir:Optional[Type[MaleoClientManager]] = Field(None, description="MaleoFHIR client manager")
|
144
|
+
dicom:Optional[Type[MaleoClientManager]] = Field(None, description="MaleoDICOM client manager")
|
145
|
+
scribe:Optional[Type[MaleoClientManager]] = Field(None, description="MaleoScribe client manager")
|
146
|
+
cds:Optional[Type[MaleoClientManager]] = Field(None, description="MaleoCDS client manager")
|
147
|
+
imaging:Optional[Type[MaleoClientManager]] = Field(None, description="MaleoImaging client manager")
|
148
|
+
mcu:Optional[Type[MaleoClientManager]] = Field(None, description="MaleoMCU client manager")
|
149
|
+
|
150
|
+
class Config:
|
151
|
+
arbitrary_types_allowed=True
|
152
|
+
|
106
153
|
class MaleoClientManagers(BaseModel):
|
107
154
|
metadata:Optional[MaleoClientManager] = Field(None, description="MaleoMetadata client manager")
|
108
155
|
security:Optional[MaleoClientManager] = Field(None, description="MaleoSecurity client manager")
|
@@ -136,6 +183,7 @@ class ServiceManager:
|
|
136
183
|
settings:Optional[Settings] = None,
|
137
184
|
google_cloud_logging:Optional[GoogleCloudLogging] = None,
|
138
185
|
client_logger_managers:ClientLoggerManagers = {},
|
186
|
+
maleo_client_manager_classes:Optional[MaleoClientManagerClasses] = None,
|
139
187
|
maleo_client_managers:Optional[MaleoClientManagers] = None
|
140
188
|
):
|
141
189
|
self._db_metadata = db_metadata
|
@@ -162,6 +210,11 @@ class ServiceManager:
|
|
162
210
|
else:
|
163
211
|
self._google_cloud_logging = google_cloud_logging
|
164
212
|
|
213
|
+
self._log_config = LogConfig(
|
214
|
+
logs_dir=self._logs_dir,
|
215
|
+
google_cloud_logging=self._google_cloud_logging
|
216
|
+
)
|
217
|
+
|
165
218
|
self._client_logger_managers = client_logger_managers
|
166
219
|
self._initialize_loggers()
|
167
220
|
self._load_credentials()
|
@@ -169,10 +222,14 @@ class ServiceManager:
|
|
169
222
|
self._initialize_db()
|
170
223
|
|
171
224
|
#* Initialize maleo client managers
|
225
|
+
if maleo_client_manager_classes is None:
|
226
|
+
self._maleo_client_manager_classes = MaleoClientManagerClasses()
|
227
|
+
else:
|
228
|
+
self._maleo_client_manager_classes = maleo_client_manager_classes
|
172
229
|
if maleo_client_managers is None:
|
173
|
-
self.
|
230
|
+
self._maleo_clients = MaleoClientManagers()
|
174
231
|
else:
|
175
|
-
self.
|
232
|
+
self._maleo_clients = maleo_client_managers
|
176
233
|
self._initialize_clients()
|
177
234
|
|
178
235
|
@property
|
@@ -182,6 +239,10 @@ class ServiceManager:
|
|
182
239
|
@property
|
183
240
|
def logs_dir(self) -> str:
|
184
241
|
return self._logs_dir
|
242
|
+
|
243
|
+
@property
|
244
|
+
def log_config(self) -> LogConfig:
|
245
|
+
return self._log_config
|
185
246
|
|
186
247
|
@property
|
187
248
|
def settings(self) -> Settings:
|
@@ -260,7 +321,11 @@ class ServiceManager:
|
|
260
321
|
#* Initialize http clients
|
261
322
|
self._http_client = HTTPClientManager
|
262
323
|
self._http_client.initialize()
|
263
|
-
|
324
|
+
#* Initialize maleo clients
|
325
|
+
self._maleo_clients = MaleoClientManagers()
|
326
|
+
if self._maleo_client_manager_classes.metadata is not None and issubclass(self._maleo_client_manager_classes.metadata, MaleoClientManager):
|
327
|
+
self._maleo_clients.metadata = self._maleo_client_manager_classes.metadata(**self._configs.client.maleo.metadata.model_dump(), **self._log_config.model_dump())
|
328
|
+
self._clients = ClientManagers(google=self._google_clients, http=self._http_client, maleo=self._maleo_clients)
|
264
329
|
|
265
330
|
@property
|
266
331
|
def google_clients(self) -> GoogleClientManagers:
|
@@ -270,6 +335,10 @@ class ServiceManager:
|
|
270
335
|
def http_client(self) -> Type[HTTPClientManager]:
|
271
336
|
return self._http_client
|
272
337
|
|
338
|
+
@property
|
339
|
+
def maleo_clients(self) -> MaleoClientManagers:
|
340
|
+
return self._maleo_clients
|
341
|
+
|
273
342
|
@property
|
274
343
|
def clients(self) -> ClientManagers:
|
275
344
|
return self._clients
|
File without changes
|
File without changes
|
File without changes
|
{maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/clients/general/__init__.py
RENAMED
File without changes
|
File without changes
|
{maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/clients/google/__init__.py
RENAMED
File without changes
|
File without changes
|
{maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/clients/google/cloud/__init__.py
RENAMED
File without changes
|
{maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/clients/google/cloud/base.py
RENAMED
File without changes
|
{maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/clients/google/cloud/logging.py
RENAMED
File without changes
|
{maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/clients/google/cloud/secret.py
RENAMED
File without changes
|
{maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/clients/google/cloud/storage.py
RENAMED
File without changes
|
File without changes
|
{maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/clients/google/storage.py
RENAMED
File without changes
|
{maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/clients/utils/__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
|
{maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/expanded_types/__init__.py
RENAMED
File without changes
|
File without changes
|
{maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/expanded_types/general.py
RENAMED
File without changes
|
File without changes
|
{maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/expanded_types/service.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/managers/client/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/managers/client/google/base.py
RENAMED
File without changes
|
{maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/managers/client/google/secret.py
RENAMED
File without changes
|
{maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/managers/client/google/storage.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
|
{maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/schemas/__init__.py
RENAMED
File without changes
|
{maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/schemas/general.py
RENAMED
File without changes
|
{maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/schemas/parameter.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/transfers/__init__.py
RENAMED
File without changes
|
File without changes
|
{maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/transfers/general/token.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
|
{maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/models/transfers/results/token.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation/utils/formatter/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{maleo_foundation-0.1.8 → maleo_foundation-0.1.9}/maleo_foundation.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|