Skip to content

Commit

Permalink
Add docstring to report and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
claudisa-uu committed Feb 17, 2025
1 parent 6a09bca commit 0d4b041
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,16 @@ OK

### yreport\_datapackageinfo

Shows an extended data package report of each data package in the vault.
Shows an extended data package report for each data package in the vault that includes
path, size, publication status and date, README file, license, data access type, and
metadata schema. The output is in CSV format.

```
usage: yreport_datapackageinfo [-y {1.7,1.8,1.9,1.10}] [--help] [-h]

Shows an extended data package report of each data package in the vault.
Shows an extended data package report for each data package in the vault that includes
path, size, publication status and date, README file, license, data access type, and
metadata schema. The output is in CSV format.

options:
-y {1.7,1.8,1.9,1.10}, --yoda-version {1.7,1.8,1.9,1.10}
Expand Down
5 changes: 5 additions & 0 deletions yclienttools/reportdatapackageinfo.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
'''Shows an extended data package report for each data package in the vault that includes
path, size, publication status and date, README file, license, data access type, and
metadata schema. The output is in CSV format.
'''

import argparse
import sys
import csv
Expand Down

0 comments on commit 0d4b041

Please # to comment.