Metadata-Version: 2.1
Name: IHC_PMS_Lib-Wrappers
Version: 0.3.0
Summary: INHECO ODTC/SCILA .Net Library Wrappers
Author: Florian Ortner
Author-email: FOrtner@inheco.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/F9R/ihcpmslib-wrappers/issues
Project-URL: Source, https://github.com/F9R/ihcpmslib-wrappers
Keywords: inheco,odtc,scila,wrapper,pythonnet
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# IHC_PMS_Lib Wrappers

Python wrappers for INHECO ODTC and SCILA libraries by INHECO GmbH.  
The libraries require .Net Framework 4.8 (Windows) or Mono Framework 6.12.0 (Linux/Mac).  
Architectures supported: x86, x64  

## Install
Download IHC_PMS_Lib for ODTC or SCILA (no public download) package and unpack.  
Linux/Mac needs mono-complete package from https://www.mono-project.com/download/stable/  
  
Ubuntu  
$ sudo apt install python3-pip python3-venv  
$ python3 -m pip install --upgrade pip setuptools wheel  
$ python3 -m pip ihc_pms_lib-wrappers  


