* remove xrange compat shim * remove str compat shim * remove exec compat shim * remove object from class defination * remove misc workarounds for python versions <3.5 * remove __future__ imports * update readme * Update setup.cfg Closes #594 Co-authored-by: Fredrik Johansson <fredrik.johansson@gmail.com> Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com> Co-authored-by: Colin B. Macdonald <cbm@m.fsf.org>
https://docs.python.org/2/reference/simple_stmts.html#exec https://docs.python.org/3/library/functions.html#exec
Structure now more closely follow https://packaging.python.org/ To build docs: python setup.py build_sphinx -c docs -b html,latex make -C build/sphinx/latex all-pdf