nable 0.1.0__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.
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: nable
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Ask Claude about your cloud and AI bill. Brand alias for finops-mcp.
|
|
5
|
+
Project-URL: Homepage, https://getnable.com
|
|
6
|
+
Project-URL: Documentation, https://getnable.com/docs
|
|
7
|
+
Project-URL: Repository, https://github.com/chaandannn/finopsmcp
|
|
8
|
+
Author-email: Chandan Bukkapatnam <chbu0285@colorado.edu>
|
|
9
|
+
License: Elastic-2.0
|
|
10
|
+
Keywords: aws,azure,claude,cloud cost,cursor,finops,gcp,mcp
|
|
11
|
+
Classifier: License :: Other/Proprietary License
|
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
|
13
|
+
Classifier: Topic :: System :: Systems Administration
|
|
14
|
+
Requires-Python: >=3.10
|
|
15
|
+
Requires-Dist: finops-mcp>=0.8.78
|
|
16
|
+
Description-Content-Type: text/markdown
|
|
17
|
+
|
|
18
|
+
# nable
|
|
19
|
+
|
|
20
|
+
Ask Claude about your cloud and AI bill, right in your editor.
|
|
21
|
+
|
|
22
|
+
`nable` is the brand alias for [`finops-mcp`](https://pypi.org/project/finops-mcp/).
|
|
23
|
+
Installing `nable` installs `finops-mcp` and gives you the `nable` command. All the
|
|
24
|
+
code lives in `finops-mcp`.
|
|
25
|
+
|
|
26
|
+
## Quick start
|
|
27
|
+
|
|
28
|
+
```sh
|
|
29
|
+
uvx nable
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
Run it in a terminal and it walks you through connecting Claude and your first
|
|
33
|
+
cloud account, then shows your first cost number. An MCP client (Claude Desktop,
|
|
34
|
+
Cursor) runs the same command over stdio to start the server. Any subcommand
|
|
35
|
+
routes to the CLI:
|
|
36
|
+
|
|
37
|
+
```sh
|
|
38
|
+
uvx nable setup
|
|
39
|
+
uvx nable doctor
|
|
40
|
+
uvx nable welcome --demo
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
Local-first: your credentials and raw bill never leave your machine. See
|
|
44
|
+
[getnable.com](https://getnable.com) and the
|
|
45
|
+
[docs](https://getnable.com/docs).
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
nable-0.1.0.dist-info/METADATA,sha256=AbegKTPcbdciYToLBDgJw0cq-IedOqqDJ6xWhhWM-yc,1466
|
|
2
|
+
nable-0.1.0.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
|
|
3
|
+
nable-0.1.0.dist-info/entry_points.txt,sha256=HoVf07XU26liNIsCS1fnwqCSa4x1Kc3XufsbepY3_us,45
|
|
4
|
+
nable-0.1.0.dist-info/RECORD,,
|