# NIX Suite A set of tools used to format NIX compatible databases. ## Installation ```bash pip install nixWrapper ``` ##Usage ```python import nixWrapper nixWrapper.loadLibrary('labkeyInterface') import labkeyInterface ... ``` ## Developer notes [Packaging][pypiTutorial] howto. [pypiTutorial]: https://packaging.python.org/en/latest/tutorials/packaging-projects/