framework
framework copied to clipboard
Generalized source detection
trafficstars
Overview
Currently, there Detector.detect_descriptor static method that returns a descriptor type (or None) based on the filename or dict contents (e.g. resources property -> data package).
We want to generalize this algorithm and support preliminary file loading. For example, currently http://example.com/myres.json won't be recognized as a resource because the name is not helpful here and there is no access to the contents.