radiocosmology / alpenhorn

Alpenhorn is a service for managing an archive of scientific data.
MIT License
2 stars 1 forks source link

Drop globre requirement #160

Closed ketiltrout closed 1 year ago

ketiltrout commented 1 year ago

It's now only used in the test suite (via examples/pattern_importer.py), since type detection has been delegated to third party extensions.

It looks abandoned. See https://github.com/metagriffin/globre It might be best to just drop it and convert pattern_importer.py to a re-only example.

If not dropped, it at least needs to be demoted from a requirement to a test-requirement.

See also #131