module documentation
Recursively find :file:`info` and zipped files within a directory and administer archives.
This module can be called from the shell, it will recursively look for :file:`info` and :file:`pickle` files in the current working directory:
$ python -c "from cocopp.findfiles import main; print(main())"
displays found (extracted) files.
TODO: we do not use pickle files anymore.
Function | get |
Undocumented |
Function | get |
Undocumented |
Function | is |
Undocumented |
Function | is |
return True if filename is a file and ends with a recognized extension |
Function | main |
Lists "data" files recursively in a given directory, tar files are extracted. |
Lists "data" files recursively in a given directory, tar files are extracted.
The "data" files have :file:`info` and :file:`pickle` extensions.
TODO: not only recognize .tar and .tar.gz and .tgz but .zip...