Releasing alpha2
Pre-release
Pre-release
API break
- Drop Python < 3.3 support (why)
New features
- Add command line arguments
--build-src
and--build-dst
to build from/to passed directories - New logging features via
--debug
or-d
*
Misc
- Improve platform independence and robustness by using
os.path.join()
to build working paths - Exit more cleanly using
sys.exit()
and improve error messages - More checks, user-friendlier (check for existence of config file, header consistency, etc.)
- Rename and refactor numerous files under
juliet/
(more OOP, snake case instead of camel case, etc.). - Improve documentation
- New tests