Your ROOT_URL in app.ini is https://git.hpc.odu.edu/ but you are visiting https://git.wahab.hpc.odu.edu/wirawan0/wpylib/commits/commit/0c352b44f701bfe082ac2530ad092ae7d0fc5abd?page=4
You should set ROOT_URL correctly, otherwise the web may not work correctly.
Later a writing facility can be added as well.
* Note that this module is intended only for reading/writing
Fortran-generated files.
It is not recommended for any other purpose because of its terrible feature:
no metadata, no description whatsoever.
* First module: file_db to store filename, fingerprint (md5sum) and basic
stats (mtime, size). Additional fields can be specified as well.
* Will use sqlite as the backend for now.
* API is rather generic so the underlying database engine can be replaced.
* Added: str_save_to_file to quickly save/append a string (or strings)
to a text file.
* Added: str_expand to do iterative string expansion a la make or m4 (but
without programming capabilities).