Liking cljdoc? Tell your friends :D

pip-license-checker.file

Reading and parsing files

Reading and parsing files
raw docstring

csv->dataclj

(csv->data path external-options)

Read CSV file in format: package-name,license-name[,...] into a map

Read CSV file in format: package-name,license-name[,...] into a map
sourceraw docstring

csv->linesclj

(csv->lines path)

Read CSV file into vector of lines

Read CSV file into vector of lines
sourceraw docstring

csv-column-indecies-to-readclj

source

csv-headerclj

source

csv-out-of-range-column-indexclj

source

exists?clj

(exists? path)

Return true if file exists

Return true if file exists
sourceraw docstring

get-all-extenal-files-contentclj

(get-all-extenal-files-content parse-fn paths external-options)

Concatenates all parsed external files

Concatenates all parsed external files
sourceraw docstring

get-requirement-linesclj

(get-requirement-lines requirements)

Get a sequence of lines from all requirement files

Get a sequence of lines from all requirement files
sourceraw docstring

path->linesclj

(path->lines path)

Return a vector of file lines Vector used instead of lazy seq to handle open/close file using with-open

Return a vector of file lines
Vector used instead of lazy seq to handle open/close file using with-open
sourceraw docstring

take-csv-columnsclj

(take-csv-columns columns indices)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close