filesystem tools
Project description
way
filesystem tools
Usage
from way import get_files
SRC = './'
files = get_files(SRC,
predicate=lambda f: not f.startswith('_'),
extension='.py')
print(SRC, ':', files)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
way-0.0.1.tar.gz
(1.6 kB
view hashes)
Built Distribution
way-0.0.1-py3-none-any.whl
(1.6 kB
view hashes)