SynBioDex / pySBOL3

Native python implementation of SBOL 3.0 specification
MIT License
37 stars 16 forks source link

PathLike for Document read/write #407

Closed jakebeal closed 2 years ago

jakebeal commented 2 years ago

The Document read and write functions take a string for the path. It seems like we could upgrade to a PathLike, which would then allow either string or Path.