2019-08-19
- Use
zetup.toplevelwrapper fornodelypackage, andzetup.modulewrapper fornodely.bin - Use
whichcraftto determine absolute path of realnpmexecutable fornodely.installandnodely.uninstallfunctions - Change
path.pyrequirement from~= 11.5to>= 11.5for Python 3 - Drop support for Python 3.4, and add support for 3.7
2019-07-29
- Restrict requirement
path.pyto~= 11.5
2019-07-29
- Update
CHANGESfor 0.3.0 release
2019-07-28
- Add
.check_calland.check_outputmethods tonodely.bin.Command, the class of the Pythonicnodely.bin['...']instances for running installed Node.js tools - Make
nodely.bin.Command.__call__wrap.check_outputinstead of.calland take variable*cmdargsparameters instead of a single positionalcmdargssequence parameter - Define
nodely.NodeCommandErrorbased onsubprocess.CalledProcessError. It adds the working directory to the basic exception message and is raised fromnodely.bin.Command.check_calland.check_output
2017-09-12
- Provide new setup keyword
require_node_modules
2017-08-27
- Updated
CHANGESfor 0.1.0 release
2017-08-27
nodelypackage withinstall,uninstall,which,Popen, andcallfunctionsnodely.binproxy tonode_modules/.bin/directory in Python environment