syrtis-python-client 0.0.8__tar.gz → 0.0.11__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.
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/PKG-INFO +2 -11
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/README.md +1 -10
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/pyproject.toml +1 -1
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/common/generated_repositories.py +0 -1
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/__init__.py +0 -0
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/common/__init__.py +0 -0
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/common/entity_schemas.py +0 -0
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/common/generated_entity_schemas.py +0 -0
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/common/syrtis_client.py +4 -4
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/data/__init__.py +0 -0
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/data/entity/__init__.py +0 -0
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/data/entity/message.json +0 -0
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/data/entity/message_stamp.json +0 -0
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/data/entity/request.json +0 -0
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/data/entity/session.json +0 -0
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/data/entity/user.json +0 -0
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/entity/__init__.py +0 -0
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/entity/abstract_api_entity.py +0 -0
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/entity/message.py +0 -0
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/entity/message_stamp.py +0 -0
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/entity/request.py +0 -0
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/entity/session.py +0 -0
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/entity/user.py +0 -0
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/py.typed +0 -0
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/repository/__init__.py +0 -0
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/repository/abstract_api_repository.py +0 -0
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/repository/message_repository.py +0 -0
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/repository/message_stamp_repository.py +0 -0
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/repository/request_repository.py +0 -0
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/repository/session_repository.py +0 -0
- {syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/repository/user_repository.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: syrtis-python-client
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.11
|
|
4
4
|
Author-Email: weeger <contact@syrtis.ai>
|
|
5
5
|
License: MIT
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -14,7 +14,7 @@ Description-Content-Type: text/markdown
|
|
|
14
14
|
|
|
15
15
|
# syrtis-python-client
|
|
16
16
|
|
|
17
|
-
Version: 0.0.
|
|
17
|
+
Version: 0.0.11
|
|
18
18
|
|
|
19
19
|
## Table of Contents
|
|
20
20
|
|
|
@@ -22,7 +22,6 @@ Version: 0.0.8
|
|
|
22
22
|
- [Tests](#tests)
|
|
23
23
|
- [Roadmap](#roadmap)
|
|
24
24
|
- [Useful Links](#useful-links)
|
|
25
|
-
- [Suite Signature](#suite-signature)
|
|
26
25
|
|
|
27
26
|
|
|
28
27
|
## Status & Compatibility
|
|
@@ -98,11 +97,3 @@ See the [project roadmap](https://github.com/wexample/python-python_client/issue
|
|
|
98
97
|
- **Discussions**: https://github.com/wexample/python-python-client/discussions
|
|
99
98
|
- **PyPI**: [pypi.org/project/syrtis-python-client](https://pypi.org/project/syrtis-python-client/)
|
|
100
99
|
|
|
101
|
-
# About us
|
|
102
|
-
|
|
103
|
-
[Syrtis AI](https://syrtis.ai) helps organizations turn artificial intelligence from an idea into reliable, measurable systems. We are a team of engineers and practitioners focused on implementing AI services inside real businesses — from strategy and architecture to deployment, integration, and long-term operations. Our goal is simple: deliver AI that works in production, fits your constraints, and earns its keep.
|
|
104
|
-
|
|
105
|
-
We build practical solutions that connect to existing tools, data, and processes, with an emphasis on security, performance, and governance. Whether it’s automating workflows, enhancing decision-making, or creating new product capabilities, Syrtis AI designs implementations that are maintainable, scalable, and aligned with business outcomes — not demos.
|
|
106
|
-
|
|
107
|
-
Syrtis AI promotes a culture of rigor and responsibility. Every delivery reflects a commitment to clear engineering, transparent communication, and trustworthy AI practices, so teams can adopt, operate, and evolve their AI services with confidence.
|
|
108
|
-
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# syrtis-python-client
|
|
2
2
|
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.11
|
|
4
4
|
|
|
5
5
|
## Table of Contents
|
|
6
6
|
|
|
@@ -8,7 +8,6 @@ Version: 0.0.8
|
|
|
8
8
|
- [Tests](#tests)
|
|
9
9
|
- [Roadmap](#roadmap)
|
|
10
10
|
- [Useful Links](#useful-links)
|
|
11
|
-
- [Suite Signature](#suite-signature)
|
|
12
11
|
|
|
13
12
|
|
|
14
13
|
## Status & Compatibility
|
|
@@ -84,11 +83,3 @@ See the [project roadmap](https://github.com/wexample/python-python_client/issue
|
|
|
84
83
|
- **Discussions**: https://github.com/wexample/python-python-client/discussions
|
|
85
84
|
- **PyPI**: [pypi.org/project/syrtis-python-client](https://pypi.org/project/syrtis-python-client/)
|
|
86
85
|
|
|
87
|
-
# About us
|
|
88
|
-
|
|
89
|
-
[Syrtis AI](https://syrtis.ai) helps organizations turn artificial intelligence from an idea into reliable, measurable systems. We are a team of engineers and practitioners focused on implementing AI services inside real businesses — from strategy and architecture to deployment, integration, and long-term operations. Our goal is simple: deliver AI that works in production, fits your constraints, and earns its keep.
|
|
90
|
-
|
|
91
|
-
We build practical solutions that connect to existing tools, data, and processes, with an emphasis on security, performance, and governance. Whether it’s automating workflows, enhancing decision-making, or creating new product capabilities, Syrtis AI designs implementations that are maintainable, scalable, and aligned with business outcomes — not demos.
|
|
92
|
-
|
|
93
|
-
Syrtis AI promotes a culture of rigor and responsibility. Every delivery reflects a commitment to clear engineering, transparent communication, and trustworthy AI practices, so teams can adopt, operate, and evolve their AI services with confidence.
|
|
94
|
-
|
|
@@ -8,7 +8,6 @@ from syrtis_python_client.repository.request_repository import RequestRepository
|
|
|
8
8
|
from syrtis_python_client.repository.session_repository import SessionRepository
|
|
9
9
|
from syrtis_python_client.repository.user_repository import UserRepository
|
|
10
10
|
|
|
11
|
-
|
|
12
11
|
generated_repositories = [
|
|
13
12
|
MessageRepository,
|
|
14
13
|
MessageStampRepository,
|
{syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
2
|
|
|
3
|
+
import json
|
|
3
4
|
from typing import Any
|
|
4
5
|
from urllib import parse, request
|
|
5
|
-
import json
|
|
6
6
|
|
|
7
7
|
from syrtis_python_client.common.entity_schemas import get_entity_schemas
|
|
8
8
|
from syrtis_python_client.common.generated_repositories import generated_repositories
|
|
@@ -16,9 +16,6 @@ class SyrtisClient:
|
|
|
16
16
|
self.api_key = api_key
|
|
17
17
|
self._repositories: dict[type[Any], Any] = {}
|
|
18
18
|
|
|
19
|
-
def get_repository_classes(self) -> list[type[Any]]:
|
|
20
|
-
return list(generated_repositories)
|
|
21
|
-
|
|
22
19
|
def get_entity_schemas(self) -> dict[str, dict[str, Any]]:
|
|
23
20
|
return get_entity_schemas()
|
|
24
21
|
|
|
@@ -36,6 +33,9 @@ class SyrtisClient:
|
|
|
36
33
|
f"No repository found for entity type: {entity_type.__name__}"
|
|
37
34
|
)
|
|
38
35
|
|
|
36
|
+
def get_repository_classes(self) -> list[type[Any]]:
|
|
37
|
+
return list(generated_repositories)
|
|
38
|
+
|
|
39
39
|
def request_json(
|
|
40
40
|
self,
|
|
41
41
|
method: str,
|
{syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/data/__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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/entity/user.py
RENAMED
|
File without changes
|
{syrtis_python_client-0.0.8 → syrtis_python_client-0.0.11}/src/syrtis_python_client/py.typed
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
|