dictation-toolbox / natlink

Natlink provides the interface between Dragon and python
Other
25 stars 17 forks source link

Splitoffpythontonatlinkcore #114

Closed dougransom closed 2 years ago

dougransom commented 2 years ago

Rearranged python directories as subset of a common src directory to facilitate packaging. Added the pyproject.toml file for packaging and a natlinkcore.md to provide some instructions regarding packaging.

Please use 'git mv' rather than file system to move or rename folders if you wish to change the names.

Also for consideration I used a style of creating a long string and sending to the OS for output once rather than multiple print statements in _configig_instructions.py. To me it is a preferred style as you never know what code might display the string and if there are delays (window writing, OS context switches etc).

I also left the original print statements in the code, commented out by an if statement.

Please keep the style you prefer and delete the other one. If you like my proposed style we can pick away at code style changes when we like.

Do not extpect the code to run i haven't changed the imports.