libsass-python
libsass-python copied to clipboard
Add support to python Path-like objects
In order to better support python 3.6, it would be nice to support Path-like objects instead of only strings on the "path" arguments/attributes.
https://docs.python.org/3/library/pathlib.html
We welcome pull requests if you'd like to take a first stab at this :)
I'll try to work on it, but probably only on next week ;)
We might be possible to utilize os.fspath() (introduced by PEP 519).