Metadata-Version: 2.4
Name: nixWrapper
Version: 1.1.2
Summary: portal to Network of Imaging Excellence (NIX) utilities
Author-email: Andrej Studen <andrej.studen@fmf.uni-lj.si>
License-Expression: MIT
Project-URL: Homepage, https://git0.fmf.uni-lj.si/studen/nixSuite
Project-URL: Bug Tracker, https://git0.fmf.uni-lj.si/studen/nixSuite
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: urllib3>=1.26.0
Requires-Dist: chardet>=3.0.0
Dynamic: license-file

# 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
...
```


