deepcell-cli 0.6.1__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.
Files changed (67) hide show
  1. deepcell_cli/__init__.py +12 -0
  2. deepcell_cli/__main__.py +5 -0
  3. deepcell_cli/_findings.py +84 -0
  4. deepcell_cli/capabilities.py +560 -0
  5. deepcell_cli/capability-contract.json +15622 -0
  6. deepcell_cli/client.py +503 -0
  7. deepcell_cli/commands/__init__.py +1 -0
  8. deepcell_cli/commands/_batch_input.py +29 -0
  9. deepcell_cli/commands/_datatypes.py +56 -0
  10. deepcell_cli/commands/_negative_args.py +133 -0
  11. deepcell_cli/commands/_swapped_args.py +153 -0
  12. deepcell_cli/commands/_version_display.py +40 -0
  13. deepcell_cli/commands/_write_opts.py +139 -0
  14. deepcell_cli/commands/account.py +123 -0
  15. deepcell_cli/commands/auth.py +610 -0
  16. deepcell_cli/commands/changes.py +307 -0
  17. deepcell_cli/commands/deck.py +594 -0
  18. deepcell_cli/commands/defs.py +3890 -0
  19. deepcell_cli/commands/describe.py +902 -0
  20. deepcell_cli/commands/doc.py +529 -0
  21. deepcell_cli/commands/doctor.py +257 -0
  22. deepcell_cli/commands/download.py +36 -0
  23. deepcell_cli/commands/edit.py +384 -0
  24. deepcell_cli/commands/example.py +161 -0
  25. deepcell_cli/commands/export.py +81 -0
  26. deepcell_cli/commands/export_docx.py +57 -0
  27. deepcell_cli/commands/export_pdf.py +66 -0
  28. deepcell_cli/commands/export_pptx.py +45 -0
  29. deepcell_cli/commands/files.py +386 -0
  30. deepcell_cli/commands/grep.py +90 -0
  31. deepcell_cli/commands/guide.py +431 -0
  32. deepcell_cli/commands/help_cmd.py +348 -0
  33. deepcell_cli/commands/impact.py +382 -0
  34. deepcell_cli/commands/import_cmd.py +208 -0
  35. deepcell_cli/commands/ingest.py +110 -0
  36. deepcell_cli/commands/merge.py +399 -0
  37. deepcell_cli/commands/query.py +718 -0
  38. deepcell_cli/commands/reasoning.py +2981 -0
  39. deepcell_cli/commands/ref.py +279 -0
  40. deepcell_cli/commands/replace.py +326 -0
  41. deepcell_cli/commands/rules.py +206 -0
  42. deepcell_cli/commands/share.py +186 -0
  43. deepcell_cli/commands/sync.py +804 -0
  44. deepcell_cli/commands/upgrade.py +185 -0
  45. deepcell_cli/commands/variant.py +353 -0
  46. deepcell_cli/commands/version.py +445 -0
  47. deepcell_cli/commands/viewer.py +54 -0
  48. deepcell_cli/commands/workspace.py +101 -0
  49. deepcell_cli/config.py +352 -0
  50. deepcell_cli/context.py +187 -0
  51. deepcell_cli/errors.py +141 -0
  52. deepcell_cli/logging_setup.py +161 -0
  53. deepcell_cli/main.py +518 -0
  54. deepcell_cli/mcp_server.py +906 -0
  55. deepcell_cli/oauth_provider.py +580 -0
  56. deepcell_cli/output.py +503 -0
  57. deepcell_cli/revision.py +164 -0
  58. deepcell_cli/stages.py +223 -0
  59. deepcell_cli/surface.py +628 -0
  60. deepcell_cli/sync_state.py +120 -0
  61. deepcell_cli/upgrade_check.py +399 -0
  62. deepcell_cli/xml_replace.py +89 -0
  63. deepcell_cli-0.6.1.dist-info/METADATA +264 -0
  64. deepcell_cli-0.6.1.dist-info/RECORD +67 -0
  65. deepcell_cli-0.6.1.dist-info/WHEEL +5 -0
  66. deepcell_cli-0.6.1.dist-info/entry_points.txt +3 -0
  67. deepcell_cli-0.6.1.dist-info/top_level.txt +1 -0
@@ -0,0 +1,264 @@
1
+ Metadata-Version: 2.4
2
+ Name: deepcell-cli
3
+ Version: 0.6.1
4
+ Summary: Build and revise .deepcell documents from a terminal — the reasoning, the calculations, the document and the deck, with the links between them
5
+ Author-email: DeepCell <hello@deepcell.net>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://deepcell.net
8
+ Project-URL: Documentation, https://deepcell.net/product/cli
9
+ Keywords: deepcell,cli,financial-modeling,business-intelligence
10
+ Classifier: Development Status :: 3 - Alpha
11
+ Classifier: Environment :: Console
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: Intended Audience :: Financial and Insurance Industry
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Programming Language :: Python :: 3.10
16
+ Classifier: Programming Language :: Python :: 3.11
17
+ Classifier: Programming Language :: Python :: 3.12
18
+ Classifier: Programming Language :: Python :: 3.13
19
+ Classifier: Topic :: Office/Business :: Financial
20
+ Requires-Python: >=3.10
21
+ Description-Content-Type: text/markdown
22
+ Requires-Dist: click>=8.1
23
+ Requires-Dist: httpx>=0.28
24
+ Requires-Dist: rich>=13.0
25
+ Requires-Dist: mcp<2,>=1.26
26
+ Requires-Dist: pyjwt>=2.8
27
+ Provides-Extra: dev
28
+ Requires-Dist: pytest>=7.0; extra == "dev"
29
+ Requires-Dist: respx>=0.22; extra == "dev"
30
+ Requires-Dist: pytest-asyncio>=0.23; extra == "dev"
31
+ Requires-Dist: jsonschema>=4.20; extra == "dev"
32
+
33
+ # DeepCell CLI
34
+
35
+ Command-line interface for **DeepCell** — a versionable `.deepcell` document that records the reasoning, the calculations, the document and the deck **together with the links between them**, so when an assumption changes you can see which conclusions still hold. AI agents read and write the format natively; this CLI is the primary tool for doing so from a terminal, script, or agent harness.
36
+
37
+ ```bash
38
+ # macOS / Linux
39
+ curl -LsSf https://beta.deepcell.net/install.sh | sh
40
+ ```
41
+
42
+ ```powershell
43
+ # Windows (PowerShell)
44
+ irm https://beta.deepcell.net/install.ps1 | iex
45
+ ```
46
+
47
+ ```bash
48
+ deepcell --help
49
+ deepcell-mcp --help # MCP server (also included)
50
+ ```
51
+
52
+ The installer picks uv or pip — whichever the machine has, fetching uv first if
53
+ it has neither — finds where the console script actually landed, and adds that
54
+ directory to your shell profiles so `deepcell` still resolves in the next
55
+ shell. It handles the two cases a bare `pip install` does not: a stock Debian or
56
+ Ubuntu image, which ships no pip, no `ensurepip` and no `venv` module, and a
57
+ PEP 668 interpreter that refuses to install into itself. Running it twice is
58
+ safe, and it verifies before reporting success.
59
+
60
+ Prefer to install by hand? `deepcell-cli` is on PyPI:
61
+
62
+ ```bash
63
+ uv tool install deepcell-cli
64
+ uv tool update-shell
65
+ ```
66
+
67
+ or `pip install deepcell-cli`.
68
+
69
+ `deepcell: command not found` after installing by hand means the console script
70
+ landed in a directory that is off `PATH` — not that the install failed. Re-run
71
+ the installer above, which fixes exactly that; or use `python3 -m deepcell_cli`
72
+ (`python -m` on Windows), which is the same CLI with no `PATH` involved.
73
+
74
+ ## Designed for agents
75
+
76
+ The CLI is built to be driven programmatically:
77
+
78
+ - **Machine-readable output.** Every command accepts `-f json` (also `table`, `plain`; default `plain`). Structured data goes to **stdout**, status/error messages to **stderr**, and failures exit non-zero — pipes and `jq` work cleanly:
79
+
80
+ ```bash
81
+ deepcell query model.deepcell Revenue FY2025E projected -f json | jq .value
82
+ ```
83
+
84
+ - **Headless auth.** `deepcell register` creates an account without a browser; `DEEPCELL_ACCESS_TOKEN` injects a token for CI; `DEEPCELL_CONFIG` points at an alternate config file for session-scoped isolation.
85
+ - **Non-interactive flags.** Destructive commands accept `-y`; `--project SLUG` targets a project per-invocation without mutating global state.
86
+ - **Built-in workflow guidance.** `deepcell guide` lists the topics by workflow stage — `orient/start`, `generate/calcs`, `revise/scenarios`, `verify/lint`, `present/decks`, and the rest. Read one with `deepcell guide <topic>`, find one with `deepcell guide --search <text>`, and add the older flat topics with `deepcell guide --all`. When unsure how to model something, consult a guide topic before improvising.
87
+
88
+ ## Quick start
89
+
90
+ ```bash
91
+ # 1. Authenticate — browser flow, or headless:
92
+ deepcell login
93
+ # deepcell register # terminal-only account creation (CI/agents)
94
+
95
+ # 2. Create and activate a project
96
+ deepcell project create "My Project"
97
+ deepcell project use my-project
98
+
99
+ # 3. Work with files
100
+ deepcell ls # list files
101
+ deepcell describe model.deepcell # inspect schema
102
+ deepcell query model.deepcell Revenue FY2025E projected # query one value
103
+ deepcell query model.deepcell --sheet income_statement # render a sheet
104
+ deepcell edit model.deepcell Revenue_Growth FY2025E 0.12 # edit an assumption
105
+ deepcell to-excel model.deepcell -o report.xlsx # export to Excel
106
+ ```
107
+
108
+ ## Value addressing
109
+
110
+ Every value is addressed by up to **five** dimensions:
111
+
112
+ | Dimension | Role | Examples | If omitted |
113
+ |-----------|------|----------|------------|
114
+ | Item | what | `Revenue`, `COGS`, `WACC` | required |
115
+ | Context | time period | `FY2025E`, `Q1_2024` | all contexts |
116
+ | Status | actual vs. projected | `actual`, `projected` | all statuses |
117
+ | Scenario (`--scenario`) | what-if branch | `bull`, `downside` | default scenario |
118
+ | Custom dimensions (`--custom-dimensions`) | any extra axis | `geography:na;segment:cloud` | base cell |
119
+
120
+ ```bash
121
+ deepcell query model.deepcell Revenue FY2025E projected
122
+ deepcell query model.deepcell Revenue FY2025E --scenario bull
123
+ deepcell query model.deepcell Revenue FY2025E --custom-dimensions "geography:na"
124
+ deepcell cell-meta model.deepcell Revenue FY2025E # formula, dependencies, provenance
125
+ ```
126
+
127
+ The custom-dimension grammar is `dim:member`, semicolon-separated. Omitting a flag targets the **base cell**, never an error.
128
+
129
+ ## Editing: pick the right tool
130
+
131
+ | You want to change… | Use | Why |
132
+ |---------------------|-----|-----|
133
+ | A hardcoded input (assumption, historical) | `deepcell edit FILE ITEM CTX VALUE` | literal Values |
134
+ | A formula, item, period, scenario, sheet, format | `deepcell defs <op>` | structural, validated, atomic |
135
+ | A computed cell → hardcoded override | `deepcell edit … --force` | flags the override explicitly |
136
+ | A hardcoded cell → back to computed | `deepcell edit FILE ITEM CTX --clear` | lets the CalcDef re-govern it |
137
+ | Raw XML (last resort) | `deepcell replace FILE OLD NEW` | string replacement with lint |
138
+
139
+ Derived metrics belong in a **CalculationDefinition**, not hardcoded values — the engine recomputes every CalcDef on read (`deepcell guide generate/calcs`).
140
+
141
+ ```bash
142
+ # Batch value edits (JSON array via file, inline, or stdin)
143
+ deepcell edit model.deepcell --batch changes.json
144
+ echo '[{"itemRef":"Revenue","contextRef":"FY2025E","newValue":"1500000","statusRef":"projected"}]' \
145
+ | deepcell edit model.deepcell --batch -
146
+
147
+ # Structural edits
148
+ deepcell defs add-item model.deepcell --name Gross_Profit --label "Gross Profit"
149
+ deepcell defs add-calc model.deepcell --item Gross_Profit \
150
+ --formula "Revenue - COGS" --status projected --dry-run # pre-flight, then re-run without --dry-run
151
+ deepcell defs add-scenario model.deepcell --name Bull
152
+ deepcell defs apply model.deepcell --ops ops.json # many ops, atomically
153
+ ```
154
+
155
+ `deepcell defs --help` lists the full op set: `add-* / update-* / delete-* / rename-* / reorder-*` for items, calcs, contexts/periods, scenarios, statuses, formats and rules, presentation blocks, and sensitivity tables, plus `header` for document metadata.
156
+
157
+ ## Command reference
158
+
159
+ | Group | Commands |
160
+ |-------|----------|
161
+ | Auth | `login`, `register`, `logout`, `whoami`, `verify-email`, `account` |
162
+ | Projects | `project list / use / create / info` |
163
+ | Files | `ls`, `cat`, `write`, `rm`, `download` |
164
+ | Inspection | `describe`, `query`, `cell-meta`, `relationships`, `grep`, `doctor` |
165
+ | Editing | `edit`, `defs`, `replace`, `variant checkout / create / diff / merge / list` |
166
+ | Document surface | `doc` — outline, blocks, body, links, lint |
167
+ | Deck surface | `deck` — slides, ordering, binding, branding |
168
+ | Change review | `changes list / diff / revert`, `impact` |
169
+ | Version control | `log`, `diff`, `restore` |
170
+ | Sync | `clone`, `status`, `pull`, `push`, `commit`, `merge` |
171
+ | Import / export | `import`, `ingest`, `to-excel`, `to-docx`, `to-pptx`, `to-pdf` |
172
+ | Reasoning | `reasoning`, `reasoning-diff`, `claim`, `assumption` |
173
+ | Delivery | `viewer`, `share create / list / revoke` |
174
+ | Knowledge | `help`, `guide`, `rules`, `ref`, `example` |
175
+
176
+ Run `deepcell <command> --help` for detailed usage — the help text includes worked examples for every mode.
177
+
178
+ ## Reasoning
179
+
180
+ `.deepcell` files carry a typed reasoning graph — **Claims**, **Assumptions**, **Evidence**, connected by **Argument** edges — so a model explains *why* its numbers are what they are:
181
+
182
+ ```bash
183
+ deepcell reasoning add-claim model.deepcell --id rev-thesis --kind thesis \
184
+ --label "Revenue doubles by FY27" --item-refs Revenue
185
+ deepcell reasoning graph model.deepcell # render as Mermaid
186
+ deepcell reasoning impact model.deepcell rev-thesis # what depends on this claim?
187
+ deepcell reasoning lint model.deepcell # structural checks
188
+ deepcell claim model.deepcell # inspect claims
189
+ deepcell assumption model.deepcell # inspect assumptions
190
+ ```
191
+
192
+ See `deepcell guide revise/reasoning` and `deepcell guide verify/review`.
193
+
194
+ ## Variants, history, and merge
195
+
196
+ ```bash
197
+ deepcell variant create "Best Case" # parallel assumption set, no file copies
198
+ deepcell variant checkout best-case
199
+ deepcell variant diff best-case # vs main
200
+ deepcell variant merge best-case
201
+
202
+ deepcell log # like git log
203
+ deepcell diff abc123 def456 # compare two revisions
204
+ deepcell restore abc123 # like git checkout
205
+
206
+ deepcell merge resolve model.deepcell # semantic 3-way merge of sync conflicts
207
+ deepcell merge resolve model.deepcell --ours # keep local values (--theirs: remote)
208
+ ```
209
+
210
+ ## Sync (local ↔ cloud)
211
+
212
+ ```bash
213
+ deepcell clone my-project # download to ./my-project/
214
+ cd my-project
215
+ # ... edit files locally ...
216
+ deepcell status # A/M/D vs last sync
217
+ deepcell push -m "Updated assumptions" # upload
218
+ deepcell pull # fetch cloud changes
219
+ ```
220
+
221
+ A `.deepcell/` metadata directory tracks the project link and sync state. `push` refuses to clobber cloud changes — it asks you to `pull` first. See `deepcell guide revise/history`.
222
+
223
+ ## Import & export
224
+
225
+ ```bash
226
+ deepcell import revenue.xlsx --items items.json --contexts contexts.json \
227
+ --aggregations aggregations.json --keep-raw
228
+ deepcell to-excel model.deepcell -o report.xlsx --formulas # live Excel formulas
229
+ deepcell to-docx model.deepcell -o memo.docx # the document, as Word
230
+ deepcell to-pptx model.deepcell -o deck.pptx # HTML deck → editable PowerPoint
231
+ deepcell to-pdf model.deepcell -o memo.pdf # the document, as PDF
232
+ deepcell ingest cn ... # A-share (cninfo) filings
233
+ ```
234
+
235
+ `--aggregations` maps and combines source rows into target coordinates (`SUM`, `AVERAGE`, `MIN`, `MAX`, `COUNT`); `--keep-raw` retains originals alongside. See `deepcell guide excel-import` and `deepcell guide schema-matching`.
236
+
237
+ ## MCP server
238
+
239
+ The package ships `deepcell-mcp`, exposing the whole CLI to MCP clients (Claude Code, Claude.ai, and others) as a single `deepcell(command)` tool:
240
+
241
+ ```bash
242
+ deepcell-mcp # stdio transport (local)
243
+ deepcell-mcp --http # streamable-http on 127.0.0.1:8080
244
+ ```
245
+
246
+ Interactive and sync commands (`login`, `clone`, `push`, …) are blocked inside MCP; authenticate with an API key or OAuth instead.
247
+
248
+ ## Environment variables
249
+
250
+ | Variable | Purpose | Default |
251
+ |----------|---------|---------|
252
+ | `DEEPCELL_API_URL` | API endpoint | `https://beta.deepcell.net/api/jingwei` |
253
+ | `DEEPCELL_PROJECT` | Override active project | _(none)_ |
254
+ | `DEEPCELL_ACCESS_TOKEN` | Auth token for CI/headless use | _(none)_ |
255
+ | `DEEPCELL_CONFIG` | Alternate `config.json` path (session-scoped) | `~/.deepcell/config.json` |
256
+ | `DEEPCELL_NO_ANON` | Opt out of the anonymous first-use session | _(unset)_ |
257
+ | `DEEPCELL_NO_UPGRADE_CHECK` | Silence the upgrade-available notice for this process | _(unset)_ |
258
+
259
+ Precedence: per-invocation flags (`--project`) > environment > `~/.deepcell/config.json`. Credentials live in `~/.deepcell/credentials.json` (`0600`); token refresh is automatic.
260
+
261
+ ## License
262
+
263
+ MIT. The CLI is developed in a private repository, so there is no public source
264
+ link to follow from here — the licence is what ships in the package metadata.
@@ -0,0 +1,67 @@
1
+ deepcell_cli/__init__.py,sha256=lrcFD_GeSK_UMiAExu0-eJaxNF0yLPpNp9w0NJUymMA,614
2
+ deepcell_cli/__main__.py,sha256=twFeeBXG4q6cwE9_udVK9o7vJDFS19so4rWnmen2yS8,93
3
+ deepcell_cli/_findings.py,sha256=uNFunU0ZG8ZyFE5OIUn6MyP5hEddpMqu2-jPYsc1mXc,3690
4
+ deepcell_cli/capabilities.py,sha256=Zy_FlQCQfLKnH0mpiDqFTaAP4t2Cz-kkBCL0idK8JK0,28663
5
+ deepcell_cli/capability-contract.json,sha256=5_G66Qc_I2IKjcH4j0thjFbPui9QKFkFGrSt8IeFyAY,377123
6
+ deepcell_cli/client.py,sha256=eZwrC3wgXDm5Kqw804WsFfrnmnZF9BqCTaqIOeBDbOo,21499
7
+ deepcell_cli/config.py,sha256=6wCOfYI8KkVjihvLoz-OMA-5CdHKx8zW0moUhs5aeQc,13243
8
+ deepcell_cli/context.py,sha256=1v8ZOldUspWCarTi1lU8H_my_pw9SV1Oh2nI7B09v_I,7831
9
+ deepcell_cli/errors.py,sha256=k7tmtcsn87tJHT_5WTLgV33aDEDghuG4kPq2e27lgIE,5012
10
+ deepcell_cli/logging_setup.py,sha256=Yw5uWxEBIw13Wy9qUznyk6HCv2gofUg0uz2fUvDGSko,6455
11
+ deepcell_cli/main.py,sha256=Gq3Lz6MWbeCk0lxhP0CwULoOkZoGSnXUPkvKEN0FcSQ,21884
12
+ deepcell_cli/mcp_server.py,sha256=wr8Yo4Ce2Ytz94nPEabWNhdXWp56V-pTl1ys9w_eQxM,40062
13
+ deepcell_cli/oauth_provider.py,sha256=1KxNm27K2izF_8sok9v9Fiu_XjHxN-RsWCPYX-_tjNs,24282
14
+ deepcell_cli/output.py,sha256=IkLTyNf21EzcHFvYIEgOLwQbX0pW0ps3kniXuHCtF3o,19872
15
+ deepcell_cli/revision.py,sha256=UNju-f_sQF7kbK3DNiU7e-G61RaY6F9e5ztyO0v_MoI,6620
16
+ deepcell_cli/stages.py,sha256=F4yPFo-UC8a6xayhVzcRxHHabTIvlkcC1qIk6gqknrQ,8204
17
+ deepcell_cli/surface.py,sha256=d7Aja8vFpOJnaCiCPYvZn8foRBsQbtJjQPzX9zlnfDo,30209
18
+ deepcell_cli/sync_state.py,sha256=9xzI7MJssfoKHhzWjT0UDJfNexvQ78lgC-7dmGA9Zxs,4005
19
+ deepcell_cli/upgrade_check.py,sha256=bk43dpWWvo6Kky-FKTGsi_ll4iIAd4-q8bmExcFO_AM,15864
20
+ deepcell_cli/xml_replace.py,sha256=6rhoSap-LmBOiwNmOF35MuLMTpNEUFyajK3uk_P0Hik,2933
21
+ deepcell_cli/commands/__init__.py,sha256=gQ6tnU0Rvm0-ESWFUBU-KDl5dpNOpUTG509hXOQQjwY,27
22
+ deepcell_cli/commands/_batch_input.py,sha256=VCARzEcBX-VazBmY-RLiWQhaF1ei4tZZQaqnwOupbXU,919
23
+ deepcell_cli/commands/_datatypes.py,sha256=l4EblrepzUSJNUaSCnqh3nNaTI3f3bI3w7DuhlOm7Y8,1979
24
+ deepcell_cli/commands/_negative_args.py,sha256=76Va6hcAiBpXBc8Uzm4tGFBkY-6iwPBA3EBviNobR1s,5408
25
+ deepcell_cli/commands/_swapped_args.py,sha256=QL1VDKlYPpoUcrGV9p-OtWDVwh-WNr8-Thdzsf2RIlA,6664
26
+ deepcell_cli/commands/_version_display.py,sha256=9KXYlZW4FZ3iv1ENEk1ZzkHAU9alNQhn_Za4X2_XWpk,1333
27
+ deepcell_cli/commands/_write_opts.py,sha256=8SeVZ8iovemSi9DRr58hg1WASPrCrBuqcfgogO9rwFQ,6564
28
+ deepcell_cli/commands/account.py,sha256=T2yNFpfr7ZOz4xhWEb7OcT5JoWmVCKRUv1extR2bX8U,4143
29
+ deepcell_cli/commands/auth.py,sha256=SrCT1xma_Bnrz9WCd_s_NVegkzI24YPHv1wTNYVXmM0,22653
30
+ deepcell_cli/commands/changes.py,sha256=7Zg2t6b4OJTglRr1qrVLYIOlUE9GI7IxfdHWMw3R0EY,11063
31
+ deepcell_cli/commands/deck.py,sha256=VO_HA1rGiiyeeAGzT9i-ZFIBuko8-GXDWQ9o078Byks,20507
32
+ deepcell_cli/commands/defs.py,sha256=pckZ9TFT-OlGwDovc001gwNhTwmqHOQkesQ2w0zChwc,145371
33
+ deepcell_cli/commands/describe.py,sha256=GKec_VNnJBwHmAzN0So6V-mDHiDaOMJqtKJ5PVGizKA,36391
34
+ deepcell_cli/commands/doc.py,sha256=I9qav43HOFv5j7x1TBP_eGm-s3_dT5fOsMBlaPjKOic,23607
35
+ deepcell_cli/commands/doctor.py,sha256=czOFStYQE_MN3irZgB9pd1H-HD8eXdh3dcOTaQff89o,10477
36
+ deepcell_cli/commands/download.py,sha256=TcTLAJqRlgD7V5P4bGHKSOfbmFrg_3afxqfm9HuvYGw,1497
37
+ deepcell_cli/commands/edit.py,sha256=5vKaveOYvxdpONdXDnGYc01hlzBa9Ap_UEOCuhU1Y6w,16267
38
+ deepcell_cli/commands/example.py,sha256=4ti1T_Z2Wka-NiIGjn8F22hz7HmEog6DA4Z8zFgm8tM,6083
39
+ deepcell_cli/commands/export.py,sha256=NJOkweSgmy75gqX7X6QqzB4lEokzSqM5FRPVaPk4TnA,3381
40
+ deepcell_cli/commands/export_docx.py,sha256=II1tbjuE24KecFlP-J-xQD2JOtUdsUUv8yobsvCfJQ4,2186
41
+ deepcell_cli/commands/export_pdf.py,sha256=VUT-VLqJLFXM2sLYwrb46fpdXo3N-Zlwm0M711U95tc,2596
42
+ deepcell_cli/commands/export_pptx.py,sha256=etbBAeXTCpXBnut-NeaLlX6RX5rSFjfjzV65tTRKn1k,1664
43
+ deepcell_cli/commands/files.py,sha256=u8HNyLyELsrVqegXYlqbh6umLj5iRIEiryzVdPBYYBs,15781
44
+ deepcell_cli/commands/grep.py,sha256=vRREb3EK-jU03Ti-UwsOqfpMzrqzQJ4vFX1nYRsc2r4,3167
45
+ deepcell_cli/commands/guide.py,sha256=jcRwUBcbY10JGuNYVBY6vhQlSv2qmwLESU_phhvhQYA,18231
46
+ deepcell_cli/commands/help_cmd.py,sha256=If-K2_sgthLRN2Rb0IsOTQaQQQ-k05gJzmrQL2QBOCU,14121
47
+ deepcell_cli/commands/impact.py,sha256=NknuEAqFI4lPQLtLRLXq2dOZqyUVO9DUUsrndo60UkA,15597
48
+ deepcell_cli/commands/import_cmd.py,sha256=zREmfzzUHtaRvPHFqOn-xYeN9L5fq1iD2KyKn0nxARs,8863
49
+ deepcell_cli/commands/ingest.py,sha256=pzE68lzbuRhrpHoC-CGXA_t1IM4i0MRGd1d-rK9ipTI,4228
50
+ deepcell_cli/commands/merge.py,sha256=ADPHUjmDfl1YeQGtlg03V0sbaqMNsshiaLad9BclaAU,15431
51
+ deepcell_cli/commands/query.py,sha256=abj4J-pohCmwZdIc19oNJXhxIOP_1tm6TKSnUW7Bg7o,30057
52
+ deepcell_cli/commands/reasoning.py,sha256=zr-ARlCmrCB8Uf-YDKu9ph0ND743b-BCuIczWx-h0xo,111350
53
+ deepcell_cli/commands/ref.py,sha256=4-XE1WyPfD_bU8RUftPZemyRBMXCOw_KsMvkJjrqY_Y,10926
54
+ deepcell_cli/commands/replace.py,sha256=jPXpnvEd86M_ktNxxOXeTdoC3ZaRFq9605RK4NxZnYc,12618
55
+ deepcell_cli/commands/rules.py,sha256=Yh8_NmlPFBroqUFfsV8Cahc2Ea6jOavYpBFlKWFm9_w,7813
56
+ deepcell_cli/commands/share.py,sha256=4fYr_ESM1Eu048LOdvNAEun_drbICIHVMijLnJw_mHk,6776
57
+ deepcell_cli/commands/sync.py,sha256=ejioNuLXxQd7GgfpkfbbXhmC4qHx6rRnMW5P0G_75S4,33364
58
+ deepcell_cli/commands/upgrade.py,sha256=xQwHFWZ5Zdn-SZEE6-hZYuJzQpLCc12nFmXfj3HI0n4,6145
59
+ deepcell_cli/commands/variant.py,sha256=nX-GgMwj_tRwnjLkIoXaqkWeamVlhljPWiOd3nSY5fc,14288
60
+ deepcell_cli/commands/version.py,sha256=AZPJ2zZl4oSqdKar9U45UICzp3SMpwaFXcshErIWGzM,16721
61
+ deepcell_cli/commands/viewer.py,sha256=89J-wb08R-M_REhnway8jMWhH2MDfEqx-aWAeL2G5qk,2292
62
+ deepcell_cli/commands/workspace.py,sha256=EgLtBrbl52WOOrPD37dDLmR6lEIrHkwU7kN4bt6MLv0,3631
63
+ deepcell_cli-0.6.1.dist-info/METADATA,sha256=a49_3eEUaHQmHhQKqGyqX0CHvaaOBDrJYukzKSGncjw,12809
64
+ deepcell_cli-0.6.1.dist-info/WHEEL,sha256=YVMoNqKzERt-wjUZwJ33xBGAwnFl-4cqbYkTtWa4itE,91
65
+ deepcell_cli-0.6.1.dist-info/entry_points.txt,sha256=L_Di-7uVO8u4bTMBqKi1bN9jqelTlYo8e5eGl2CmS2M,95
66
+ deepcell_cli-0.6.1.dist-info/top_level.txt,sha256=IpXvBRR1hPFx3146MPNIBMPeyhU5aMoxVtMqiaXzGx0,13
67
+ deepcell_cli-0.6.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (84.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,3 @@
1
+ [console_scripts]
2
+ deepcell = deepcell_cli.main:cli
3
+ deepcell-mcp = deepcell_cli.mcp_server:main
@@ -0,0 +1 @@
1
+ deepcell_cli