koi-net 1.0.0b5__py3-none-any.whl → 1.0.0b6__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/core.py CHANGED
@@ -29,7 +29,7 @@ class NodeInterface:
29
29
  network: NetworkInterface | None = None,
30
30
  processor: ProcessorInterface | None = None
31
31
  ):
32
- self.cache = cache or Cache(directory_path=f"{name}_cache")
32
+ self.cache = cache or Cache(directory_path=f".cache")
33
33
  self.identity = NodeIdentity(
34
34
  name=name,
35
35
  profile=profile,
@@ -38,7 +38,7 @@ class NodeInterface:
38
38
  )
39
39
  self.first_contact = first_contact
40
40
  self.network = network or NetworkInterface(
41
- file_path=f"{self.identity.rid.name}_event_queues.json",
41
+ file_path="event_queues.json",
42
42
  first_contact=self.first_contact,
43
43
  cache=self.cache,
44
44
  identity=self.identity
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: koi-net
3
- Version: 1.0.0b5
3
+ Version: 1.0.0b6
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>
@@ -506,5 +506,5 @@ python -m build
506
506
  ```
507
507
  Push new package build to PyPI:
508
508
  ```shell
509
- python -m twine upload -r pypi dist/*
509
+ python -m twine upload dist/*
510
510
  ```
@@ -1,5 +1,5 @@
1
1
  koi_net/__init__.py,sha256=b0Ze0pZmJAuygpWUFHM6Kvqo3DkU_uzmkptv1EpAArw,31
2
- koi_net/core.py,sha256=ZsBoTay7Z1_7JKzKt-vB3x_zl9GEit-fFkCSifLPoOk,3582
2
+ koi_net/core.py,sha256=BzD1QWNaC0M13NHjBW-t-1qazksKfwAxSqliRowMNac,3550
3
3
  koi_net/identity.py,sha256=PBgmAx5f3zzQmHASB1TJW2g19n9TLfmSJMXg2eQFg0A,2386
4
4
  koi_net/network/__init__.py,sha256=r_RN-q_mDYC-2RAkN-lJoMUX76TXyfEUc_MVKW87z0g,39
5
5
  koi_net/network/graph.py,sha256=SbA0ATIYaiBnq6PCEN2Mu7dgmfyZW3p5tRhZu23UR4E,4782
@@ -18,7 +18,7 @@ koi_net/protocol/edge.py,sha256=G3D9Ie0vbTSMJdoTw9g_oBmFCqzJ1gO7U1PVrw7p3j8,447
18
18
  koi_net/protocol/event.py,sha256=dzJmcHbimo7p5NwH2drccF0vMcAj9oQRj3iZ9Bjf7kg,1275
19
19
  koi_net/protocol/helpers.py,sha256=9E9PaoIuSNrTBATGCLJ_kSBMZ2z-KIMnLJzGOTqQDC0,719
20
20
  koi_net/protocol/node.py,sha256=Ntrx01dbm39ViKGtr4gLmztcMwKpTIweS6rRL-zoU_Y,391
21
- koi_net-1.0.0b5.dist-info/METADATA,sha256=ZXkTuagCIqkMl77uy_hqUqo36OwJ5FFEUMDTAPzKL14,21219
22
- koi_net-1.0.0b5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
23
- koi_net-1.0.0b5.dist-info/licenses/LICENSE,sha256=XBcvl8yjCAezfuqN1jadQykrX7H2g4nr2WRDmHLW6ik,1090
24
- koi_net-1.0.0b5.dist-info/RECORD,,
21
+ koi_net-1.0.0b6.dist-info/METADATA,sha256=2fUM02c7-EieTdAA-WNI_6WgRPFofhURpNRJuAwlB_k,21211
22
+ koi_net-1.0.0b6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
23
+ koi_net-1.0.0b6.dist-info/licenses/LICENSE,sha256=XBcvl8yjCAezfuqN1jadQykrX7H2g4nr2WRDmHLW6ik,1090
24
+ koi_net-1.0.0b6.dist-info/RECORD,,