issues
search
praxes
/
hexrd
Legacy hexrd repository (python2.7)
http://hexrd.readthedocs.org
14
stars
42
forks
source link
python 3 migration
#93
Open
ddale
opened
9 years ago
ddale
commented
9 years ago
[ ] either port sglite, or find an alternative (gsas2, if installation as a library can be accomplished)
[ ] port transforms module
[ ] 2to3 in place, inspect diff and cleanup before committing (don't do things like
list(my.keys())
unless necessary)
[ ] migrate to PyQt (PyQt5 not strictly required, but desirable)
list(my.keys())
unless necessary)