halyn 0.3.1__tar.gz → 0.3.3__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.
Files changed (51) hide show
  1. {halyn-0.3.1/src/halyn.egg-info → halyn-0.3.3}/PKG-INFO +1 -1
  2. {halyn-0.3.1 → halyn-0.3.3}/pyproject.toml +1 -1
  3. halyn-0.3.3/src/halyn/__init__.py +51 -0
  4. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/mcp_serve.py +1 -1
  5. {halyn-0.3.1 → halyn-0.3.3/src/halyn.egg-info}/PKG-INFO +1 -1
  6. halyn-0.3.1/src/halyn/__init__.py +0 -7
  7. {halyn-0.3.1 → halyn-0.3.3}/LICENSE +0 -0
  8. {halyn-0.3.1 → halyn-0.3.3}/README.md +0 -0
  9. {halyn-0.3.1 → halyn-0.3.3}/setup.cfg +0 -0
  10. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/__main__.py +0 -0
  11. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/audit.py +0 -0
  12. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/auth.py +0 -0
  13. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/autonomy.py +0 -0
  14. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/cli.py +0 -0
  15. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/config.py +0 -0
  16. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/consent.py +0 -0
  17. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/control_plane.py +0 -0
  18. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/discovery.py +0 -0
  19. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/drivers/__init__.py +0 -0
  20. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/drivers/browser.py +0 -0
  21. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/drivers/dds.py +0 -0
  22. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/drivers/docker.py +0 -0
  23. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/drivers/http_auto.py +0 -0
  24. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/drivers/mqtt.py +0 -0
  25. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/drivers/opcua.py +0 -0
  26. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/drivers/ros2.py +0 -0
  27. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/drivers/serial.py +0 -0
  28. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/drivers/socket_raw.py +0 -0
  29. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/drivers/ssh.py +0 -0
  30. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/drivers/unitree.py +0 -0
  31. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/drivers/websocket.py +0 -0
  32. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/engine.py +0 -0
  33. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/integrations/__init__.py +0 -0
  34. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/integrations/telegram.py +0 -0
  35. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/intent.py +0 -0
  36. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/llm.py +0 -0
  37. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/mcp.py +0 -0
  38. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/memory/__init__.py +0 -0
  39. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/memory/store.py +0 -0
  40. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/nrp_bridge.py +0 -0
  41. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/py.typed +0 -0
  42. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/sanitizer.py +0 -0
  43. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/server.py +0 -0
  44. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/types.py +0 -0
  45. {halyn-0.3.1 → halyn-0.3.3}/src/halyn/watchdog.py +0 -0
  46. {halyn-0.3.1 → halyn-0.3.3}/src/halyn.egg-info/SOURCES.txt +0 -0
  47. {halyn-0.3.1 → halyn-0.3.3}/src/halyn.egg-info/dependency_links.txt +0 -0
  48. {halyn-0.3.1 → halyn-0.3.3}/src/halyn.egg-info/entry_points.txt +0 -0
  49. {halyn-0.3.1 → halyn-0.3.3}/src/halyn.egg-info/requires.txt +0 -0
  50. {halyn-0.3.1 → halyn-0.3.3}/src/halyn.egg-info/top_level.txt +0 -0
  51. {halyn-0.3.1 → halyn-0.3.3}/tests/test_halyn.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: halyn
3
- Version: 0.3.1
3
+ Version: 0.3.3
4
4
  Summary: Halyn — NRP control plane with domain-scoped authorization.
5
5
  Author-email: Elmadani SALKA <contact@halyn.dev>
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "halyn"
3
- version = "0.3.1"
3
+ version = "0.3.3"
4
4
  description = "Halyn — NRP control plane with domain-scoped authorization."
5
5
  requires-python = ">=3.10"
6
6
  license = {text = "MIT"}
@@ -0,0 +1,51 @@
1
+ # Copyright (c) 2026 Elmadani SALKA. All rights reserved.
2
+ # Licensed under the MIT License. See LICENSE file.
3
+ """Halyn — Connect any device to any AI."""
4
+
5
+ __version__ = "0.3.3"
6
+ __author__ = "Elmadani SALKA"
7
+ __license__ = "MIT"
8
+
9
+ # Core — always available
10
+ try:
11
+ from halyn.control_plane import ControlPlane
12
+ except ImportError:
13
+ ControlPlane = None
14
+
15
+ try:
16
+ from halyn.autonomy import Autonomy
17
+ except ImportError:
18
+ Autonomy = None
19
+
20
+ try:
21
+ from halyn.audit import AuditChain
22
+ except ImportError:
23
+ AuditChain = None
24
+
25
+ # Drivers — import safely (some have optional deps)
26
+ def _safe_import(module, cls):
27
+ try:
28
+ mod = __import__(f"halyn.drivers.{module}", fromlist=[cls])
29
+ return getattr(mod, cls)
30
+ except (ImportError, AttributeError):
31
+ return None
32
+
33
+ SSHDriver = _safe_import("ssh", "SSHDriver")
34
+ HTTPDriver = _safe_import("http_auto", "HTTPDriver")
35
+ WebSocketDriver = _safe_import("websocket", "WebSocketDriver")
36
+ SerialDriver = _safe_import("serial", "SerialDriver")
37
+ MQTTDriver = _safe_import("mqtt", "MQTTDriver")
38
+ OPCUADriver = _safe_import("opcua", "OPCUADriver")
39
+ ROS2Driver = _safe_import("ros2", "ROS2Driver")
40
+ DDSDriver = _safe_import("dds", "DDSDriver")
41
+ DockerDriver = _safe_import("docker", "DockerDriver")
42
+ BrowserDriver = _safe_import("browser", "BrowserDriver")
43
+ UnitreeDriver = _safe_import("unitree", "UnitreeDriver")
44
+ SocketDriver = _safe_import("socket_raw", "SocketDriver")
45
+
46
+ __all__ = [
47
+ "ControlPlane", "Autonomy", "AuditChain",
48
+ "SSHDriver", "HTTPDriver", "WebSocketDriver", "SerialDriver",
49
+ "MQTTDriver", "OPCUADriver", "ROS2Driver", "DDSDriver",
50
+ "DockerDriver", "BrowserDriver", "UnitreeDriver", "SocketDriver",
51
+ ]
@@ -41,7 +41,7 @@ except ImportError:
41
41
 
42
42
  SERVER_INFO = {
43
43
  "name": "halyn",
44
- "version": "0.3.1",
44
+ "version": "0.3.3",
45
45
  }
46
46
 
47
47
  PROTOCOL_VERSION = "2024-11-05"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: halyn
3
- Version: 0.3.1
3
+ Version: 0.3.3
4
4
  Summary: Halyn — NRP control plane with domain-scoped authorization.
5
5
  Author-email: Elmadani SALKA <contact@halyn.dev>
6
6
  License: MIT
@@ -1,7 +0,0 @@
1
- # Copyright (c) 2026 Elmadani SALKA. All rights reserved.
2
- # Licensed under the MIT License. See LICENSE file.
3
- """Halyn — NRP control plane with domain-scoped authorization."""
4
-
5
- __version__ = "0.2.3"
6
- __author__ = "Elmadani SALKA"
7
- __license__ = "MIT"
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
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