koi-net 1.0.0b13__py3-none-any.whl → 1.0.0b14__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 koi-net might be problematic. Click here for more details.

koi_net/config.py CHANGED
@@ -10,7 +10,7 @@ from dotenv import load_dotenv
10
10
  class ServerConfig(BaseModel):
11
11
  host: str | None = "127.0.0.1"
12
12
  port: int | None = 8000
13
- path: str | None = None
13
+ path: str | None = "/koi-net"
14
14
 
15
15
  @property
16
16
  def url(self):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: koi-net
3
- Version: 1.0.0b13
3
+ Version: 1.0.0b14
4
4
  Summary: Implementation of KOI-net protocol in Python
5
5
  Project-URL: Homepage, https://github.com/BlockScience/koi-net/
6
6
  Author-email: Luke Miller <luke@block.science>
@@ -30,7 +30,9 @@ Requires-Python: >=3.10
30
30
  Requires-Dist: httpx>=0.28.1
31
31
  Requires-Dist: networkx>=3.4.2
32
32
  Requires-Dist: pydantic>=2.10.6
33
- Requires-Dist: rid-lib>=3.2.1
33
+ Requires-Dist: python-dotenv>=1.1.0
34
+ Requires-Dist: rid-lib>=3.2.3
35
+ Requires-Dist: ruamel-yaml>=0.18.10
34
36
  Provides-Extra: dev
35
37
  Requires-Dist: build; extra == 'dev'
36
38
  Requires-Dist: twine>=6.0; extra == 'dev'
@@ -1,5 +1,5 @@
1
1
  koi_net/__init__.py,sha256=b0Ze0pZmJAuygpWUFHM6Kvqo3DkU_uzmkptv1EpAArw,31
2
- koi_net/config.py,sha256=ESwqMLUeWieWEoOa7JIyT_j-_-D20T52TRCCN42ukX8,2905
2
+ koi_net/config.py,sha256=4Lglj9mz9i4ratUXypdrLTuI1RHUOYeal9n8RKdVP7A,2911
3
3
  koi_net/core.py,sha256=IO8kqiNMYVeuNzilq7eHBA7IulsxRjrCbWnIAx6_abA,4406
4
4
  koi_net/identity.py,sha256=Ro6iGw9DMc4KrLJyqejtdh9l872nCoCGc5ioF9OptJc,1276
5
5
  koi_net/network/__init__.py,sha256=r_RN-q_mDYC-2RAkN-lJoMUX76TXyfEUc_MVKW87z0g,39
@@ -19,7 +19,7 @@ koi_net/protocol/edge.py,sha256=CcmvIY4P1HEBdKNJ4wFRDmwYMRMss24Besmbi7ZRFxQ,427
19
19
  koi_net/protocol/event.py,sha256=HxzLN-iCXPyr2YzrswMIkgZYeUdFbBpa5v98dAB06lQ,1328
20
20
  koi_net/protocol/helpers.py,sha256=8ZkQrjb_G0QEaMIKe9wkFOBonl1bkmemx_pwKMwIiLg,695
21
21
  koi_net/protocol/node.py,sha256=2HhCh3LdBLlY2Z_kXNmKHzpVLKbP_ODob3HjHayFQtM,375
22
- koi_net-1.0.0b13.dist-info/METADATA,sha256=tjlvgL-C9hbndFNpBDZ10iBlxKaVAhYzF1ImCID4sUQ,34131
23
- koi_net-1.0.0b13.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
24
- koi_net-1.0.0b13.dist-info/licenses/LICENSE,sha256=03mgCL5qth2aD9C3F3qNVs4sFJSpK9kjtYCyOwdSp7s,1069
25
- koi_net-1.0.0b13.dist-info/RECORD,,
22
+ koi_net-1.0.0b14.dist-info/METADATA,sha256=98NmBhai3c88c5UJf459u3GnyAdDTJ0jlzUwO3iVZsc,34203
23
+ koi_net-1.0.0b14.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
24
+ koi_net-1.0.0b14.dist-info/licenses/LICENSE,sha256=03mgCL5qth2aD9C3F3qNVs4sFJSpK9kjtYCyOwdSp7s,1069
25
+ koi_net-1.0.0b14.dist-info/RECORD,,