UsageΒΆ

Basic pycollect usage is straight forward:

from pycollect import PythonFileCollector

collector = PythonFileCollector()
files = collector.collect()