Metadata-Version: 2.1
Name: pynsn
Version: 0.8.9
Summary: Creating Non-Symbolic Number Displays
Home-page: https://github.com/lindemann09/PyNSN
Author: Oliver Lindemann
Author-email: lindemann@cognitive-psychology.eu
License: GNU GPLv3
Description: PyNSN
        =====
        
        **Creating Non-Symbolic Number Displays**
        
        ---
        
        
        *Released under the GNU General Public License v3* 
        
        Oliver Lindemann (lindemann@cognitive-psychology.eu)
        
        Project homepage: https://github.com/lindemann09/PyNSN
        
        
        Dependencies
        ------------
        
        * Python 3 (>=3.5)
        * numpy (>=1.6)
        * scipy (>=1.0)
        * pillow (>=5.0)
        
        Additional Python packages, which are optional and required only for some 
        features:
        
        * PyQT5 
        * pygame (>=1.9)
        * expyriment (>=0.8)
        
        
        Installing via `pip`
        --------------------
        
        ```
        python3 -m pip install --index-url https://test.pypi.org/simple/ pynsn
        ```
        
        To generate `pygame` or `expyriment` stimuli install some optional packages
        
        ```
        python3 -m pip install --index-url https://test.pypi.org/simple/ pynsn[expyriment]
        ```
        
        
        
        RUN GUI tool
        -------------
        
        Note: Using the PyNSN-GUI requires the installation of `PyQt5` 
        
        ```
        python3 -m pynsn.gui
        ```
        
        or if installed correctly:
        
        ```
        pynsn-gui
        ```
        
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
Provides-Extra: dataframe
Provides-Extra: expyriment
Provides-Extra: gui
Provides-Extra: pygame
Provides-Extra: svg
