glenn20 / mpremote-path

A pathlib compatible interface to files on an mpremote-attached micropython board.
MIT License
2 stars 0 forks source link

FYI, pathlib-abc might be helpful #1

Open barneygale opened 9 months ago

barneygale commented 9 months ago

I recently published a PyPI package with some ABCs for building pathlib-Path-like objects: https://pypi.org/project/pathlib-abc/. You might find it useful in mpremote-path. Feel free to close this issue if not!

glenn20 commented 9 months ago

@barneygale : Thanks for raising this. It looks like a good approach for providing pathlib compatible access. I will look into building on pathlib-abc for mpremote-path. If you have any specific advice, it would be very welcome.