organizations-local 0.0.38__py3-none-any.whl → 0.0.40__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.
- organizations_local/organizations_local.py +4 -3
- {organizations_local-0.0.38.dist-info → organizations_local-0.0.40.dist-info}/METADATA +14 -6
- organizations_local-0.0.40.dist-info/RECORD +7 -0
- {organizations_local-0.0.38.dist-info → organizations_local-0.0.40.dist-info}/WHEEL +1 -1
- organizations_local-0.0.38.dist-info/RECORD +0 -7
- {organizations_local-0.0.38.dist-info → organizations_local-0.0.40.dist-info}/top_level.txt +0 -0
|
@@ -183,6 +183,7 @@ class OrganizationsLocal(GenericCRUDML, metaclass=MetaLogger,
|
|
|
183
183
|
)
|
|
184
184
|
return organizations_ids_and_names_list
|
|
185
185
|
|
|
186
|
+
|
|
186
187
|
def delete_by_organization_id(self, organization_id: int, organization_ml_id: int = None) -> None:
|
|
187
188
|
# Delete from organization_table
|
|
188
189
|
self.delete_by_column_and_value(table_name="organization_table",
|
|
@@ -193,13 +194,14 @@ class OrganizationsLocal(GenericCRUDML, metaclass=MetaLogger,
|
|
|
193
194
|
self.delete_by_column_and_value(table_name="organization_ml_table",
|
|
194
195
|
column_name="organization_ml_id", column_value=organization_ml_id)
|
|
195
196
|
|
|
197
|
+
|
|
196
198
|
def get_test_organization_id(self) -> int:
|
|
197
199
|
test_organization_id = self.get_test_entity_id(
|
|
198
200
|
entity_name="organization", insert_function=self.insert_organization)
|
|
199
201
|
return test_organization_id
|
|
200
202
|
|
|
201
|
-
|
|
202
|
-
#
|
|
203
|
+
|
|
204
|
+
# TODO Add support of multiple organizations per contact
|
|
203
205
|
# Was def get_update_status(self, *, last_modified_timestamp: str, main_profile_id: int) -> UpdateStatus:
|
|
204
206
|
def get_update_status_and_information_list(self, *, last_modified_timestamp: str, main_profile_id: int or None) -> list[dict]:
|
|
205
207
|
if main_profile_id is None:
|
|
@@ -234,7 +236,6 @@ class OrganizationsLocal(GenericCRUDML, metaclass=MetaLogger,
|
|
|
234
236
|
return update_status_and_information_list
|
|
235
237
|
|
|
236
238
|
|
|
237
|
-
|
|
238
239
|
def get_organization_name_by_organization_identifier(self, organization_identifier: str) -> str or None:
|
|
239
240
|
organization_name=self.select_one_value_by_column_and_value(
|
|
240
241
|
select_clause_value="name",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: organizations-local
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.40
|
|
4
4
|
Summary: PyPI Package for Circles organizations-local Python
|
|
5
5
|
Home-page: https://github.com/circles-zone/organizations-local-python-package
|
|
6
6
|
Author: Circles
|
|
@@ -9,9 +9,17 @@ Classifier: Programming Language :: Python :: 3
|
|
|
9
9
|
Classifier: License :: Other/Proprietary License
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
|
-
Requires-Dist: database-mysql-local
|
|
13
|
-
Requires-Dist: language-remote
|
|
14
|
-
Requires-Dist: location-local
|
|
15
|
-
Requires-Dist: user-context-remote
|
|
12
|
+
Requires-Dist: database-mysql-local>=0.0.290
|
|
13
|
+
Requires-Dist: language-remote>=0.0.20
|
|
14
|
+
Requires-Dist: location-local>=0.0.8
|
|
15
|
+
Requires-Dist: user-context-remote>=0.0.58
|
|
16
|
+
Dynamic: author
|
|
17
|
+
Dynamic: author-email
|
|
18
|
+
Dynamic: classifier
|
|
19
|
+
Dynamic: description
|
|
20
|
+
Dynamic: description-content-type
|
|
21
|
+
Dynamic: home-page
|
|
22
|
+
Dynamic: requires-dist
|
|
23
|
+
Dynamic: summary
|
|
16
24
|
|
|
17
25
|
PyPI Package for Circles organizations-local Python
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
organizations_local/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
organizations_local/organizations_constants.py,sha256=pxyAMmv4BFCfzyDsF92vImLdazA7_0ecKyVmOR9peEE,900
|
|
3
|
+
organizations_local/organizations_local.py,sha256=YGaFtJ_qA4CCHr20b8NqSNz9kVQrs6Thovr3pUn97JY,13318
|
|
4
|
+
organizations_local-0.0.40.dist-info/METADATA,sha256=uoid0e6j-va5REejJWoBEawtidaPtHMCF9U3b7py05k,822
|
|
5
|
+
organizations_local-0.0.40.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
|
6
|
+
organizations_local-0.0.40.dist-info/top_level.txt,sha256=Y8wRcm3jFTyMdysBub_P8iqX1VOMS0ohUxA1GQdngFU,20
|
|
7
|
+
organizations_local-0.0.40.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
organizations_local/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
organizations_local/organizations_constants.py,sha256=pxyAMmv4BFCfzyDsF92vImLdazA7_0ecKyVmOR9peEE,900
|
|
3
|
-
organizations_local/organizations_local.py,sha256=1lYHHI_vWP9u7HQeBewRGbd3RzcgLIy20J_UQL7OF-M,13393
|
|
4
|
-
organizations_local-0.0.38.dist-info/METADATA,sha256=0xefew2hm5UnpIB8kFbcnPUNwOrFDdEvhEmerzwY_CI,654
|
|
5
|
-
organizations_local-0.0.38.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
|
|
6
|
-
organizations_local-0.0.38.dist-info/top_level.txt,sha256=Y8wRcm3jFTyMdysBub_P8iqX1VOMS0ohUxA1GQdngFU,20
|
|
7
|
-
organizations_local-0.0.38.dist-info/RECORD,,
|
|
File without changes
|