tallyfy 1.0.2__py3-none-any.whl → 1.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.
Potentially problematic release.
This version of tallyfy might be problematic. Click here for more details.
- tallyfy/README.md +1 -1
- tallyfy/core.py +5 -1
- tallyfy/models.py +1 -1
- {tallyfy-1.0.2.dist-info → tallyfy-1.0.3.dist-info}/METADATA +2 -2
- {tallyfy-1.0.2.dist-info → tallyfy-1.0.3.dist-info}/RECORD +8 -8
- {tallyfy-1.0.2.dist-info → tallyfy-1.0.3.dist-info}/WHEEL +0 -0
- {tallyfy-1.0.2.dist-info → tallyfy-1.0.3.dist-info}/licenses/LICENSE +0 -0
- {tallyfy-1.0.2.dist-info → tallyfy-1.0.3.dist-info}/top_level.txt +0 -0
tallyfy/README.md
CHANGED
tallyfy/core.py
CHANGED
|
@@ -219,7 +219,11 @@ class TallyfySDK(BaseSDK):
|
|
|
219
219
|
def get_template(self, org_id: str, template_id: Optional[str] = None, template_name: Optional[str] = None):
|
|
220
220
|
"""Get template by ID or name."""
|
|
221
221
|
return self.templates.get_template(org_id, template_id, template_name)
|
|
222
|
-
|
|
222
|
+
|
|
223
|
+
def get_all_templates(self, org_id: str):
|
|
224
|
+
"""Get all templates by organization."""
|
|
225
|
+
return self.templates.get_all_templates(org_id)
|
|
226
|
+
|
|
223
227
|
def update_template_metadata(self, org_id: str, template_id: str, **kwargs):
|
|
224
228
|
"""Update template metadata."""
|
|
225
229
|
return self.templates.update_template_metadata(org_id, template_id, **kwargs)
|
tallyfy/models.py
CHANGED
|
@@ -1062,7 +1062,7 @@ class TemplatesList:
|
|
|
1062
1062
|
|
|
1063
1063
|
@classmethod
|
|
1064
1064
|
def from_dict(cls, data: Dict[str, Any]) -> 'TemplatesList':
|
|
1065
|
-
"""Create
|
|
1065
|
+
"""Create TemplatesList instance from dictionary"""
|
|
1066
1066
|
templates_data = data.get('data', [])
|
|
1067
1067
|
templates = [Template.from_dict(template_data) for template_data in templates_data]
|
|
1068
1068
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tallyfy
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: A comprehensive Python SDK for interacting with the Tallyfy API
|
|
5
5
|
Home-page: https://github.com/tallyfy/tallyfy-sdk
|
|
6
6
|
Author: Tallyfy
|
|
@@ -674,5 +674,5 @@ For bugs, feature requests, or questions:
|
|
|
674
674
|
2. Contact us at: support@tallyfy.com
|
|
675
675
|
---
|
|
676
676
|
|
|
677
|
-
**Version:** 1.0.
|
|
677
|
+
**Version:** 1.0.3
|
|
678
678
|
**Last Updated:** 2025
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
tallyfy/BUILD.md,sha256=38Ley-pN-MPfFAsLT98fV0Sz05JHMmcenXyy7P17tZ0,85
|
|
2
|
-
tallyfy/README.md,sha256=
|
|
2
|
+
tallyfy/README.md,sha256=HWUTbPBiExxsiRGccGaHfcywIjc4z_ngGKRrlXRj31o,21368
|
|
3
3
|
tallyfy/__init__.py,sha256=E4eHCzUwVOD9r3PQBXHdJv0KYPSNe-2lH7h1yKdUHQ8,492
|
|
4
|
-
tallyfy/core.py,sha256=
|
|
4
|
+
tallyfy/core.py,sha256=crdfYp8jzB-MFLkUsfelNBzm9DfOyFCnK0neQEhzD4w,16464
|
|
5
5
|
tallyfy/form_fields_management.py,sha256=-ifTFKQuA3pcftKfPAyNCV840DOJPqRvJPsBCDNXbWU,24223
|
|
6
|
-
tallyfy/models.py,sha256=
|
|
6
|
+
tallyfy/models.py,sha256=Pmcl3B_zTURnA--E72hpuRi4DHpl6FdWQM84OfPeGqo,38070
|
|
7
7
|
tallyfy/task_management.py,sha256=DIfhbo8qU3DWzuLKBZtwPlFta_D6Ip9HH3PUltr3T2o,14785
|
|
8
8
|
tallyfy/template_management.py,sha256=peYgh4vkhKT5L_782pPzCpJzE18tFQNnIWQ72lyiovU,121138
|
|
9
9
|
tallyfy/user_management.py,sha256=R7L8Nsszm7htvZDRou7C0zQvgFx0pbNmcjHHyWYbl3g,8581
|
|
10
|
-
tallyfy-1.0.
|
|
11
|
-
tallyfy-1.0.
|
|
12
|
-
tallyfy-1.0.
|
|
13
|
-
tallyfy-1.0.
|
|
14
|
-
tallyfy-1.0.
|
|
10
|
+
tallyfy-1.0.3.dist-info/licenses/LICENSE,sha256=8HUsrXnc3l2sZxhPV9Z1gYinq76Q2Ym7ahYJy57QlLc,1063
|
|
11
|
+
tallyfy-1.0.3.dist-info/METADATA,sha256=pL5TnqNQiZhsu3909_ggJQ4_JjMU4Q5LzQLyMXtVI-U,23252
|
|
12
|
+
tallyfy-1.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
13
|
+
tallyfy-1.0.3.dist-info/top_level.txt,sha256=yIycWbR61EZJD0MYRPwUQjOS2XZw5B5jCWx1IP73KcM,8
|
|
14
|
+
tallyfy-1.0.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|