Metadata-Version: 1.2
Name: open_spex
Version: 1.0.6.1
Summary: Radioxenon beta-gamma analysis tool
Home-page: UNKNOWN
Author: Anders Ringbom
Author-email: anders.ringbom@foi.se
License: UNKNOWN
Description: openSpex - a basic analysis and display tool for radioxenon beta-gamma data on IMS-format.
        Version 1.0.6 - April 13, 2021
        
        
        Installation
        ------------
        
        Create and activate a virtual environment:
        
        $ python3 -m venv venv
        
        $ source venv/bin/activate (on Windows: $ call venv\\Scripts\\activate)
        
        Install openSpex:
        
        (venv) python3 -m pip install open-spex
        
        Start application:
        
        (venv) openSpex
        
        See the help menu for further information. 
        
        IMPORTANT NOTE: openSpex uses the Python module "pickle" to save analysed data as pkl-files. 
        The pickle module is not secure. Only open pkl-files you trust.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6.9
