NaturalHPC / cerulean

A Python 3 library for talking to HPC clusters and supercomputers
Apache License 2.0
6 stars 2 forks source link

Path.match is not implemented #10

Open LourensVeen opened 5 years ago

LourensVeen commented 5 years ago

Python's pathlib PurePath has a match() method, which tests the path against a glob-style pattern. We're not implementing it, but could, and therefore should.