weed-cli 1.2.2__tar.gz → 1.2.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.
- {weed_cli-1.2.2 → weed_cli-1.2.3}/PKG-INFO +1 -1
- {weed_cli-1.2.2 → weed_cli-1.2.3}/pyproject.toml +1 -1
- {weed_cli-1.2.2 → weed_cli-1.2.3}/weed_cli.egg-info/PKG-INFO +1 -1
- {weed_cli-1.2.2 → weed_cli-1.2.3}/LICENSE +0 -0
- {weed_cli-1.2.2 → weed_cli-1.2.3}/README.md +0 -0
- {weed_cli-1.2.2 → weed_cli-1.2.3}/dht.py +0 -0
- {weed_cli-1.2.2 → weed_cli-1.2.3}/discovery_relay.py +0 -0
- {weed_cli-1.2.2 → weed_cli-1.2.3}/lightning_settle.py +0 -0
- {weed_cli-1.2.2 → weed_cli-1.2.3}/node.py +0 -0
- {weed_cli-1.2.2 → weed_cli-1.2.3}/poc_reputation.py +0 -0
- {weed_cli-1.2.2 → weed_cli-1.2.3}/setup.cfg +0 -0
- {weed_cli-1.2.2 → weed_cli-1.2.3}/shell.py +0 -0
- {weed_cli-1.2.2 → weed_cli-1.2.3}/tunnel_relay.py +0 -0
- {weed_cli-1.2.2 → weed_cli-1.2.3}/web_ui.py +0 -0
- {weed_cli-1.2.2 → weed_cli-1.2.3}/weed.py +0 -0
- {weed_cli-1.2.2 → weed_cli-1.2.3}/weed_cli.egg-info/SOURCES.txt +0 -0
- {weed_cli-1.2.2 → weed_cli-1.2.3}/weed_cli.egg-info/dependency_links.txt +0 -0
- {weed_cli-1.2.2 → weed_cli-1.2.3}/weed_cli.egg-info/entry_points.txt +0 -0
- {weed_cli-1.2.2 → weed_cli-1.2.3}/weed_cli.egg-info/requires.txt +0 -0
- {weed_cli-1.2.2 → weed_cli-1.2.3}/weed_cli.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: weed-cli
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.3
|
|
4
4
|
Summary: Censorship-resistant video PoC — discovery/hosting/download over signed relay events, a real Kademlia DHT, or a TLS-capable NAT-traversal tunnel
|
|
5
5
|
License: MIT
|
|
6
6
|
Keywords: p2p,video,censorship-resistant,discovery,dht,kademlia,nat-traversal
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "weed-cli"
|
|
7
|
-
version = "1.2.
|
|
7
|
+
version = "1.2.3"
|
|
8
8
|
description = "Censorship-resistant video PoC — discovery/hosting/download over signed relay events, a real Kademlia DHT, or a TLS-capable NAT-traversal tunnel"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "MIT" }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: weed-cli
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.3
|
|
4
4
|
Summary: Censorship-resistant video PoC — discovery/hosting/download over signed relay events, a real Kademlia DHT, or a TLS-capable NAT-traversal tunnel
|
|
5
5
|
License: MIT
|
|
6
6
|
Keywords: p2p,video,censorship-resistant,discovery,dht,kademlia,nat-traversal
|
|
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
|