pwtools is a Python package for pre- and postprocessing of atomistic calculations, mostly targeted to Quantum Espresso, CPMD, CP2K and LAMMPS. It is almost, but not quite, entirely unlike ASE, with some tools extending numpy/scipy. It has a set of powerful parsers and data types for storing calculation data.
It seems that pip install -e used to build extensions, as discussed in #2. While investigating #4 we find that this is (no longer) the case. Only pip install calls python setup.py build_py which triggers make.
It seems that
pip install -e
used to build extensions, as discussed in #2. While investigating #4 we find that this is (no longer) the case. Onlypip install
callspython setup.py build_py
which triggers make.