Generates a CSV file from the names of files within a directory.
Go to file
Harrison 2edd8a2093
All checks were successful
ydeng/csvbyname/pipeline/head This commit looks good
Bumped package version
2023-04-23 14:56:48 -05:00
.vscode Fixed inconsistent CSV writing function 2023-04-23 14:42:44 -05:00
csvbyname Fixed double line breaks in output on Windows 2023-04-23 14:56:29 -05:00
tests/resources Added some CLI arguments and program structure 2023-04-20 16:28:54 -05:00
.gitignore Updated '.gitignore' to ignore 'output.csv' 2023-04-21 11:19:46 -05:00
environment.yml Bumped python version in 'environment.yml' 2023-04-21 11:19:27 -05:00
Jenkinsfile Added step to test if command is runnable 2023-04-21 15:53:07 -05:00
pyproject.toml Completed basic CLI program 2023-04-21 11:08:46 -05:00
README.md Initial commit 2023-04-20 16:27:24 -05:00
setup.cfg Bumped package version 2023-04-23 14:56:48 -05:00
setup.py Completed basic CLI program 2023-04-21 11:08:46 -05:00
tox.ini Initial commit 2023-04-20 16:27:24 -05:00

CSVByName

Catalogue and extract properties from the names of all folders and files within a directory.