delfick / bespin

Opinionated wrapper around boto that reads yaml
MIT License
6 stars 8 forks source link

Remove hard UNIX dependency #81

Closed atward closed 7 years ago

atward commented 7 years ago

Optimistically set non-blocking I/O if fcntl is available. If any win32 developers know the equivalent, please raise PR.

atward commented 7 years ago

I've been asked: does it run on windows?

This is the only hard UNIX dependency. So if this gets patched, and every single file name goes through os.path.normpath()... maybe.