This PR makes trexio-tools a fully functional Python package, which can be installed via pip.
Nice addition: using entry_points functionality of the setuptools, the main driver script trexio_run.py
can be executed via CLI under the name trexio (similar to verdi in AiiDA core package for example).
This PR makes
trexio-tools
a fully functional Python package, which can be installed viapip
.Nice addition: using
entry_points
functionality of thesetuptools
, the main driver scripttrexio_run.py
can be executed via CLI under the nametrexio
(similar toverdi
in AiiDA core package for example).