bridgenode-cli 0.1.3__tar.gz → 0.1.4__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.
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bridgenode-cli
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: BridgeNode CLI — AI inference with x402 payment on Solana USDC. No API keys.
5
5
  Author-email: BridgeNode <eli.BNx@proton.me>
6
6
  License-Expression: MIT-0
7
7
  Project-URL: Homepage, https://bridgenode.cc
8
- Project-URL: Repository, https://github.com/applefanaimail-blip/bridgenode-llm
8
+ Project-URL: Repository, https://github.com/applefanaimail-blip/bridgenode-sdk-python
9
9
  Project-URL: Documentation, https://bridgenode.cc/llms.txt
10
10
  Keywords: x402,solana,usdc,ai,llm,cli,agents,payment,bridgenode,openai-compatible,chat,inference,micropayments
11
11
  Classifier: Development Status :: 4 - Beta
@@ -19,6 +19,8 @@ Classifier: Programming Language :: Python :: 3.13
19
19
  Classifier: Programming Language :: Python :: 3.14
20
20
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
21
21
  Classifier: Typing :: Typed
22
+ Classifier: Environment :: Console
23
+ Classifier: Natural Language :: English
22
24
  Requires-Python: >=3.11
23
25
  Description-Content-Type: text/markdown
24
26
  License-File: LICENSE
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bridgenode-cli
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: BridgeNode CLI — AI inference with x402 payment on Solana USDC. No API keys.
5
5
  Author-email: BridgeNode <eli.BNx@proton.me>
6
6
  License-Expression: MIT-0
7
7
  Project-URL: Homepage, https://bridgenode.cc
8
- Project-URL: Repository, https://github.com/applefanaimail-blip/bridgenode-llm
8
+ Project-URL: Repository, https://github.com/applefanaimail-blip/bridgenode-sdk-python
9
9
  Project-URL: Documentation, https://bridgenode.cc/llms.txt
10
10
  Keywords: x402,solana,usdc,ai,llm,cli,agents,payment,bridgenode,openai-compatible,chat,inference,micropayments
11
11
  Classifier: Development Status :: 4 - Beta
@@ -19,6 +19,8 @@ Classifier: Programming Language :: Python :: 3.13
19
19
  Classifier: Programming Language :: Python :: 3.14
20
20
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
21
21
  Classifier: Typing :: Typed
22
+ Classifier: Environment :: Console
23
+ Classifier: Natural Language :: English
22
24
  Requires-Python: >=3.11
23
25
  Description-Content-Type: text/markdown
24
26
  License-File: LICENSE
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "bridgenode-cli"
3
- version = "0.1.3"
3
+ version = "0.1.4"
4
4
  description = "BridgeNode CLI — AI inference with x402 payment on Solana USDC. No API keys."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
@@ -22,6 +22,8 @@ classifiers = [
22
22
  "Programming Language :: Python :: 3.14",
23
23
  "Topic :: Scientific/Engineering :: Artificial Intelligence",
24
24
  "Typing :: Typed",
25
+ "Environment :: Console",
26
+ "Natural Language :: English",
25
27
  ]
26
28
  dependencies = [
27
29
  "bridgenode-llm>=0.1.0",
@@ -34,7 +36,7 @@ dev = [
34
36
 
35
37
  [project.urls]
36
38
  Homepage = "https://bridgenode.cc"
37
- Repository = "https://github.com/applefanaimail-blip/bridgenode-llm"
39
+ Repository = "https://github.com/applefanaimail-blip/bridgenode-sdk-python"
38
40
  Documentation = "https://bridgenode.cc/llms.txt"
39
41
 
40
42
  [project.scripts]
File without changes
File without changes
File without changes