unaiverse 0.1.6__tar.gz → 0.1.7__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 (56) hide show
  1. {unaiverse-0.1.6/src/unaiverse.egg-info → unaiverse-0.1.7}/PKG-INFO +1 -1
  2. {unaiverse-0.1.6 → unaiverse-0.1.7}/pyproject.toml +2 -2
  3. {unaiverse-0.1.6 → unaiverse-0.1.7}/setup.py +1 -4
  4. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/networking/p2p/__init__.py +2 -2
  5. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/networking/p2p/lib.go +1 -1
  6. {unaiverse-0.1.6 → unaiverse-0.1.7/src/unaiverse.egg-info}/PKG-INFO +1 -1
  7. {unaiverse-0.1.6 → unaiverse-0.1.7}/LICENSE +0 -0
  8. {unaiverse-0.1.6 → unaiverse-0.1.7}/MANIFEST.in +0 -0
  9. {unaiverse-0.1.6 → unaiverse-0.1.7}/README.md +0 -0
  10. {unaiverse-0.1.6 → unaiverse-0.1.7}/setup.cfg +0 -0
  11. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/__init__.py +0 -0
  12. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/agent.py +0 -0
  13. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/agent_basics.py +0 -0
  14. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/clock.py +0 -0
  15. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/dataprops.py +0 -0
  16. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/hsm.py +0 -0
  17. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/modules/__init__.py +0 -0
  18. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/modules/cnu/__init__.py +0 -0
  19. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/modules/cnu/cnus.py +0 -0
  20. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/modules/cnu/layers.py +0 -0
  21. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/modules/cnu/psi.py +0 -0
  22. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/modules/hl/__init__.py +0 -0
  23. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/modules/hl/hl_utils.py +0 -0
  24. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/modules/networks.py +0 -0
  25. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/modules/utils.py +0 -0
  26. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/networking/__init__.py +0 -0
  27. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/networking/node/__init__.py +0 -0
  28. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/networking/node/connpool.py +0 -0
  29. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/networking/node/node.py +0 -0
  30. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/networking/node/profile.py +0 -0
  31. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/networking/node/tokens.py +0 -0
  32. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/networking/p2p/go.mod +0 -0
  33. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/networking/p2p/go.sum +0 -0
  34. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/networking/p2p/golibp2p.py +0 -0
  35. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/networking/p2p/golibp2p.pyi +0 -0
  36. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/networking/p2p/lib_types.py +0 -0
  37. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/networking/p2p/message_pb2.py +0 -0
  38. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/networking/p2p/messages.py +0 -0
  39. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/networking/p2p/mylogger.py +0 -0
  40. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/networking/p2p/p2p.py +0 -0
  41. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/networking/p2p/proto-go/message.pb.go +0 -0
  42. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/streamlib/__init__.py +0 -0
  43. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/streamlib/streamlib.py +0 -0
  44. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/streams.py +0 -0
  45. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/utils/__init__.py +0 -0
  46. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/utils/ask_lone_wolf.json +0 -0
  47. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/utils/lone_wolf.json +0 -0
  48. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/utils/misc.py +0 -0
  49. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/utils/sandbox.py +0 -0
  50. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/utils/server.py +0 -0
  51. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse/world.py +0 -0
  52. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse.egg-info/SOURCES.txt +0 -0
  53. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse.egg-info/dependency_links.txt +0 -0
  54. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse.egg-info/not-zip-safe +0 -0
  55. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse.egg-info/requires.txt +0 -0
  56. {unaiverse-0.1.6 → unaiverse-0.1.7}/src/unaiverse.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: unaiverse
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: UNaIVERSE: A Collectionless AI Project. The new web of humans & AI Agents, built on privacy, control, and reduced energy consumption.
5
5
  Author-email: Stefano Melacci <stefano.melacci@unisi.it>, Christian Di Maio <christian.dimaio@phd.unipi.it>, Tommaso Guidi <tommaso.guidi.1998@gmail.com>
6
6
  Maintainer-email: Stefano Melacci <stefano.melacci@unisi.it>, Christian Di Maio <christian.dimaio@phd.unipi.it>, Tommaso Guidi <tommaso.guidi.1998@gmail.com>
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "unaiverse"
7
- version = "0.1.6"
7
+ version = "0.1.7"
8
8
  requires-python = ">3.10"
9
9
  dependencies = [
10
10
  "opencv-python",
@@ -64,7 +64,7 @@ package-dir = {"" = "src"}
64
64
  # --- CIBUILDWHEEL CONFIGURATION ---
65
65
  [tool.cibuildwheel]
66
66
  # Skip 32-bit builds to save CI time
67
- skip = ["*-win32", "*-manylinux_i686"]
67
+ skip = ["*-win32", "*-manylinux_i686", "*-musllinux_*"]
68
68
 
69
69
  # Platform-specific configurations
70
70
  [tool.cibuildwheel.linux]
@@ -23,9 +23,6 @@ def get_ext_filename_with_path():
23
23
  raise RuntimeError(f"Unsupported OS: {system}")
24
24
  return os.path.join('src', 'unaiverse', 'networking', 'p2p', lib_name)
25
25
 
26
- def get_go_source_dir():
27
- return os.path.join('src', 'unaiverse', 'networking', 'p2p')
28
-
29
26
  def get_file_hash(filepath):
30
27
  sha256_hash = hashlib.sha256()
31
28
  with open(filepath, "rb") as f:
@@ -36,7 +33,7 @@ def get_file_hash(filepath):
36
33
  class GoBuildExtCommand(build_ext):
37
34
  """Custom build_ext that builds the Go library."""
38
35
  def run(self):
39
- go_dir = get_go_source_dir()
36
+ go_dir = os.path.join('src', 'unaiverse', 'networking', 'p2p')
40
37
  go_path = os.path.join(go_dir, GO_SOURCE_NAME)
41
38
  out_path = get_ext_filename_with_path()
42
39
  hash_path = go_path + HASH_FILE_SUFFIX
@@ -74,11 +74,11 @@ def _developer_source_check():
74
74
  if current_source_hash != stored_build_hash:
75
75
  # Use warnings.warn for a standard, non-intrusive developer warning.
76
76
  warnings.warn(
77
- "\n" + "="*80 +
77
+ "\033[93m" + "\n" + "="*80 +
78
78
  "\nWARNING: The Go source file (lib.go) has been modified since the shared\n"
79
79
  "library was last compiled. Your running code may not reflect recent changes.\n\n"
80
80
  "To fix this, run: pip install -e .\n" +
81
- "="*80,
81
+ "="*80 + "\033[0m",
82
82
  UserWarning
83
83
  )
84
84
 
@@ -72,7 +72,7 @@ import (
72
72
  // ChatProtocol defines the protocol ID string used for direct peer-to-peer messaging streams.
73
73
  // This ensures that both peers understand how to interpret the data on the stream.
74
74
  // const UnaiverseChatProtocol = "/unaiverse-chat-protocol/1.0.0"
75
- const UnaiverseChatProtocol = "/chat/1.0.0"
75
+ const UnaiverseChatProtocol = "/unaiverse/chat/1.0.0"
76
76
  const UnaiverseUserAgent = "go-libp2p/example/autotls"
77
77
 
78
78
  // ExtendedPeerInfo holds information about a connected peer.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: unaiverse
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: UNaIVERSE: A Collectionless AI Project. The new web of humans & AI Agents, built on privacy, control, and reduced energy consumption.
5
5
  Author-email: Stefano Melacci <stefano.melacci@unisi.it>, Christian Di Maio <christian.dimaio@phd.unipi.it>, Tommaso Guidi <tommaso.guidi.1998@gmail.com>
6
6
  Maintainer-email: Stefano Melacci <stefano.melacci@unisi.it>, Christian Di Maio <christian.dimaio@phd.unipi.it>, Tommaso Guidi <tommaso.guidi.1998@gmail.com>
File without changes
File without changes
File without changes
File without changes