Parse Markdown files into a structured Python object
This commit is contained in:
parent
2676994b11
commit
705f2c6178
15 changed files with 571 additions and 8 deletions
29
sbom-tools.yaml
Normal file
29
sbom-tools.yaml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
tools:
|
||||
- name: click
|
||||
ecosystem: python
|
||||
is_direct: true
|
||||
is_dev: false
|
||||
- name: markdown-it-py
|
||||
ecosystem: python
|
||||
is_direct: true
|
||||
is_dev: false
|
||||
- name: PyYAML
|
||||
ecosystem: python
|
||||
is_direct: true
|
||||
is_dev: false
|
||||
- name: pytest
|
||||
ecosystem: python
|
||||
is_direct: true
|
||||
is_dev: true
|
||||
- name: jsonpath-ng
|
||||
ecosystem: python
|
||||
is_direct: true
|
||||
is_dev: false
|
||||
- name: tabulate
|
||||
ecosystem: python
|
||||
is_direct: true
|
||||
is_dev: false
|
||||
- name: llm-connect
|
||||
ecosystem: python
|
||||
is_direct: true
|
||||
is_dev: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue