The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

version 0.4.17


NEWS.md setup

import os import re

file_list = [] for root, dirs, files in os.walk(‘./’): file_list = [f for f in files if re.findall(r’[.]wav’, f, re.IGNORECASE)] break

print(file_list)

. os.listdir? . os.walk(pathfrom, level=1)? . os.walk(pathfrom, recursive = FALSE)? . https://stackoverflow.com/questions/229186/os-walk-without-digging-into-directories-below

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.