Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.11 KB

README.md

File metadata and controls

15 lines (12 loc) · 1.11 KB

omron-B5T-007_HVC-P2_Python2to3

Check commit history for explaination of additions and diffs.

Directory Structure:

  • ./B5T-007001_HVC-P2_for-Python-3/ = Converted code to work with Python3 using Python 2to3 utility.
  • ./B5T-007001_HVC-P2_for-Python-3___additional-changes/ = Additional method of my own creation to return a memory reference to a GreyscaleImage object instead of having to read and write to disk. I think this would be a good feature to add to the repo, but it isn't strictly necessary.
  • ./B5T-007001_HVC-P2_for-Python-master/ = Original code from Omron Python Github repo.

Recommendations / Nice-to-Haves for the Repository Moving Forward:

  • It would be great if the "library" or "module/package" code could be put in its own subdirectory to seperate it from the example code usage files like execution.py.
  • It would also be convenient if this could be an installable package via the pip command.
  • Perhaps implimenting Python typing could also help for static analysis of the code.