Pebaz

Results 24 issues of Pebaz

I added comments to make it effortless for someone to swap out the `unistd.h` header in order to compile on Windows. I realized that a preprocessor directive would not work...

In order to solve the many build artifacts cluttering up the file system problem, I came up with a solution that involves storing those artifacts in the `__pycache__` directory. Here...

Closes #17 This change includes: * A build script that you can use on Windows platforms to easily install Python-FCL. * The outdated Python2 `example.py` was also update to Python3....

- Refine semver parsing in `prevent_win32_max_path_length_error()` code path - Implement bugfix as described by @MegaIng in #95