bridgenode-cli 0.1.2__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.2
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
@@ -34,7 +36,7 @@ Dynamic: license-file
34
36
  [![License: MIT-0](https://img.shields.io/badge/License-MIT--0-yellow.svg)](https://opensource.org/license/mit-0/)
35
37
  [![Python versions](https://img.shields.io/pypi/pyversions/bridgenode-cli.svg)](https://pypi.org/project/bridgenode-cli/)
36
38
 
37
- BridgeNode CLI — AI inference without API keys. Pay per request with **Solana USDC via x402**. The payment handshake is fully automatic, and fees are sponsored — no SOL needed.
39
+ BridgeNode CLI — AI inference for AI agents, no API keys. Pay per request with **Solana USDC via x402**. The payment handshake is fully automatic, and fees are sponsored — no SOL needed.
38
40
 
39
41
  ## Installation
40
42
 
@@ -5,7 +5,7 @@
5
5
  [![License: MIT-0](https://img.shields.io/badge/License-MIT--0-yellow.svg)](https://opensource.org/license/mit-0/)
6
6
  [![Python versions](https://img.shields.io/pypi/pyversions/bridgenode-cli.svg)](https://pypi.org/project/bridgenode-cli/)
7
7
 
8
- BridgeNode CLI — AI inference without API keys. Pay per request with **Solana USDC via x402**. The payment handshake is fully automatic, and fees are sponsored — no SOL needed.
8
+ BridgeNode CLI — AI inference for AI agents, no API keys. Pay per request with **Solana USDC via x402**. The payment handshake is fully automatic, and fees are sponsored — no SOL needed.
9
9
 
10
10
  ## Installation
11
11
 
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bridgenode-cli
3
- Version: 0.1.2
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
@@ -34,7 +36,7 @@ Dynamic: license-file
34
36
  [![License: MIT-0](https://img.shields.io/badge/License-MIT--0-yellow.svg)](https://opensource.org/license/mit-0/)
35
37
  [![Python versions](https://img.shields.io/pypi/pyversions/bridgenode-cli.svg)](https://pypi.org/project/bridgenode-cli/)
36
38
 
37
- BridgeNode CLI — AI inference without API keys. Pay per request with **Solana USDC via x402**. The payment handshake is fully automatic, and fees are sponsored — no SOL needed.
39
+ BridgeNode CLI — AI inference for AI agents, no API keys. Pay per request with **Solana USDC via x402**. The payment handshake is fully automatic, and fees are sponsored — no SOL needed.
38
40
 
39
41
  ## Installation
40
42
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "bridgenode-cli"
3
- version = "0.1.2"
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