codeanalyzer-python 0.3.1__py3-none-any.whl → 0.3.2__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.
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.4
1
+ Metadata-Version: 2.5
2
2
  Name: codeanalyzer-python
3
- Version: 0.3.1
3
+ Version: 0.3.2
4
4
  Summary: Static Analysis on Python source code using Jedi, CodeQL and Treesitter — emits analysis.json or a Neo4j property graph.
5
5
  Author-email: Rahul Krishna <i.m.ralk@gmail.com>
6
6
  License-File: LICENSE
@@ -12,12 +12,7 @@ Requires-Dist: msgpack<1.0.7,>=1.0.0; python_version < '3.11'
12
12
  Requires-Dist: msgpack<2.0.0,>=1.0.7; python_version >= '3.11'
13
13
  Requires-Dist: networkx<3.2.0,>=2.6.0; python_version < '3.11'
14
14
  Requires-Dist: networkx<4.0.0,>=3.0.0; python_version >= '3.11'
15
- Requires-Dist: numpy<1.24.0,>=1.21.0; python_version < '3.11'
16
- Requires-Dist: numpy<2.0.0,>=1.24.0; python_version >= '3.11' and python_version < '3.12'
17
- Requires-Dist: numpy<2.0.0,>=1.26.0; python_version >= '3.12'
18
15
  Requires-Dist: packaging>=25.0
19
- Requires-Dist: pandas<2.0.0,>=1.3.0; python_version < '3.11'
20
- Requires-Dist: pandas<3.0.0,>=2.0.0; python_version >= '3.11'
21
16
  Requires-Dist: pycg>=0.0.6
22
17
  Requires-Dist: pydantic<2.0.0,>=1.8.0; python_version < '3.11'
23
18
  Requires-Dist: pydantic<3.0.0,>=2.0.0; python_version >= '3.11'
@@ -184,19 +179,19 @@ $ canpy --help
184
179
  │ --version Show the canpy │
185
180
  │ version and │
186
181
  │ exit. │
187
- │ --input -i PATH Path to the │
182
+ │ --input -i <path> Path to the │
188
183
  │ project root │
189
184
  │ directory (not │
190
185
  │ required for │
191
186
  │ --emit schema). │
192
- │ --output -o PATH Output directory │
187
+ │ --output -o <path> Output directory │
193
188
  │ for artifacts. │
194
- │ --format -f [json|msgpack] Output format │
189
+ │ --format -f <json|msgpack> Output format │
195
190
  │ for --emit json: │
196
191
  │ json or msgpack. │
197
192
  │ [default: json] │
198
- │ --emit [json|neo4j|sche Output target: │
199
- │ ma] json │
193
+ │ --emit <json|neo4j|sche Output target: │
194
+ │ ma> json │
200
195
  │ (analysis.json, │
201
196
  │ default) | neo4j │
202
197
  │ (graph.cypher or │
@@ -206,13 +201,13 @@ $ canpy --help
206
201
  │ schema.json │
207
202
  │ contract). │
208
203
  │ [default: json] │
209
- │ --app-name TEXT Logical │
204
+ │ --app-name <str> Logical │
210
205
  │ application name │
211
206
  │ for the graph │
212
207
  │ :PyApplication │
213
208
  │ anchor (default: │
214
209
  │ input dir name). │
215
- │ --neo4j-uri TEXT Push the graph │
210
+ │ --neo4j-uri <str> Push the graph │
216
211
  │ to a live Neo4j │
217
212
  │ over Bolt │
218
213
  │ (incremental); │
@@ -220,11 +215,11 @@ $ canpy --help
220
215
  │ graph.cypher. │
221
216
  │ [env var: │
222
217
  │ NEO4J_URI] │
223
- │ --neo4j-user TEXT Neo4j username. │
218
+ │ --neo4j-user <str> Neo4j username. │
224
219
  │ [env var: │
225
220
  │ NEO4J_USERNAME] │
226
221
  │ [default: neo4j] │
227
- │ --neo4j-password TEXT Neo4j password. │
222
+ │ --neo4j-password <str> Neo4j password. │
228
223
  │ Prefer the env │
229
224
  │ var over the │
230
225
  │ flag (the flag │
@@ -234,12 +229,12 @@ $ canpy --help
234
229
  │ [env var: │
235
230
  │ NEO4J_PASSWORD] │
236
231
  │ [default: neo4j] │
237
- │ --neo4j-database TEXT Neo4j database │
232
+ │ --neo4j-database <str> Neo4j database │
238
233
  │ name (default: │
239
234
  │ server default). │
240
235
  │ [env var: │
241
236
  │ NEO4J_DATABASE] │
242
- │ --analysis-level -a INTEGER RANGE Analysis depth: │
237
+ │ --analysis-level -a <int range> Analysis depth: │
243
238
  │ [1<=x<=2] 1=symbol │
244
239
  │ table+Jedi call │
245
240
  │ graph, 2=+PyCG │
@@ -269,12 +264,12 @@ $ canpy --help
269
264
  │ environment │
270
265
  │ instead. │
271
266
  │ [default: venv] │
272
- │ --file-name PATH Analyze only the │
267
+ │ --file-name <path> Analyze only the │
273
268
  │ specified file │
274
269
  │ (relative to │
275
270
  │ input │
276
271
  │ directory). │
277
- │ --cache-dir -c PATH Directory to │
272
+ │ --cache-dir -c <path> Directory to │
278
273
  │ store analysis │
279
274
  │ cache. Defaults │
280
275
  │ to │
@@ -288,7 +283,7 @@ $ canpy --help
288
283
  │ retained. │
289
284
  │ [default: │
290
285
  │ keep-cache] │
291
- │ -v INTEGER Increase │
286
+ │ -v <int> Increase │
292
287
  │ verbosity: -v, │
293
288
  │ -vv, -vvv │
294
289
  │ [default: 0] │
@@ -315,7 +310,7 @@ $ canpy --help
315
310
  │ Jedi-only edges. │
316
311
  │ [default: │
317
312
  │ no-pycg-shard] │
318
- │ --pycg-shard-cei… INTEGER RANGE Maximum files │
313
+ │ --pycg-shard-cei… <int range> Maximum files │
319
314
  │ [x>=1] per shard when │
320
315
  │ --pycg-shard is │
321
316
  │ active (default │
@@ -337,7 +332,7 @@ $ canpy --help
337
332
  │ heavy import │
338
333
  │ graphs. │
339
334
  │ [default: 100] │
340
- │ --pycg-shard-tim… INTEGER RANGE Per-shard │
335
+ │ --pycg-shard-tim… <int range> Per-shard │
341
336
  │ [x>=0] wall-clock │
342
337
  │ timeout in │
343
338
  │ seconds when │
@@ -365,7 +360,7 @@ $ canpy --help
365
360
  │ ignored on │
366
361
  │ Windows. │
367
362
  │ [default: 120] │
368
- │ --pycg-shard-str… [jedi|package] How --pycg-shard │
363
+ │ --pycg-shard-str… <jedi|package> How --pycg-shard │
369
364
  │ groups files │
370
365
  │ (level 2 only). │
371
366
  │ 'jedi' (default) │
@@ -387,7 +382,7 @@ $ canpy --help
387
382
  │ one-shard-per-p… │
388
383
  │ grouping. │
389
384
  │ [default: jedi] │
390
- │ --pycg-max-iter INTEGER RANGE Cap on PyCG's │
385
+ │ --pycg-max-iter <int range> Cap on PyCG's │
391
386
  │ [x>=-1] fixpoint passes │
392
387
  │ per │
393
388
  │ shard/project │
@@ -31,9 +31,9 @@ codeanalyzer/syntactic_analysis/symbol_table_builder.py,sha256=hQOEk2qRYM9Y_Uoej
31
31
  codeanalyzer/utils/__init__.py,sha256=hC6VWdR5rerSqBxzu9KQHTASWqwrrYJv-CMDwrTlzkc,137
32
32
  codeanalyzer/utils/logging.py,sha256=Fw0tattPAOMs3o0JMjjXhRVLIF64f-SCcygUXF9jqeg,904
33
33
  codeanalyzer/utils/progress_bar.py,sha256=C9JtzVdd10lIxTv-KA6PebqjKWueC_vMGwVzAtHuHIw,2818
34
- codeanalyzer_python-0.3.1.dist-info/METADATA,sha256=F-I41TfuL_typkjLjnjSxR8fPvUu1VgbAX8K1_vnm80,34032
35
- codeanalyzer_python-0.3.1.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
36
- codeanalyzer_python-0.3.1.dist-info/entry_points.txt,sha256=v4Vux0Nnx7sOntVk_CH7W9RX6SkIkvR1FQYq73oVlCQ,105
37
- codeanalyzer_python-0.3.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
38
- codeanalyzer_python-0.3.1.dist-info/licenses/NOTICE,sha256=YU0Z9NDWqKY-2jfFcbxeZ6fbnzz0oZeKmnUcO8a-bcQ,901
39
- codeanalyzer_python-0.3.1.dist-info/RECORD,,
34
+ codeanalyzer_python-0.3.2.dist-info/METADATA,sha256=oX5F_aEJQSK9cZWGnI9rqSbNXUQQyPZSZSRuXRNEJ20,33695
35
+ codeanalyzer_python-0.3.2.dist-info/WHEEL,sha256=zOwg4jB6zX2kU910N-cMawjivD6tO8NEWvE12je1bVk,87
36
+ codeanalyzer_python-0.3.2.dist-info/entry_points.txt,sha256=v4Vux0Nnx7sOntVk_CH7W9RX6SkIkvR1FQYq73oVlCQ,105
37
+ codeanalyzer_python-0.3.2.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
38
+ codeanalyzer_python-0.3.2.dist-info/licenses/NOTICE,sha256=YU0Z9NDWqKY-2jfFcbxeZ6fbnzz0oZeKmnUcO8a-bcQ,901
39
+ codeanalyzer_python-0.3.2.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.31.0
2
+ Generator: hatchling 1.32.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any