fleet/schema/tables/python_packages.yml

12 lines
234 B
YAML
Raw Normal View History

name: python_packages
examples: |-
List the versions of pip installed.
```
SELECT author, name, summary, version FROM python_packages WHERE name='pip';
```
columns:
- name: pid_with_namespace
platforms:
- linux