rope
rope copied to clipboard
Provide support of python's Pathlib in setup.py and other packages
Currently, setup.py uses io and os.path for file system manipulation which can be easily replaced withPathlib makes setup.py look even nicer.
Would love to work on this issue!
Show me the code!
Just saw, rope has partial support of python3. Not sure which exact python3 version. If we are planning to use Pathlib then it comes with >= python 3.4
Closing. Outdated, setup.py no longer exist.