Metadata-Version: 2.1
Name: pyglotaran_extras
Version: 0.5.0
Summary: Supplementary package for pyglotaran with (example) plotting code.
Home-page: https://github.com/glotaran/pyglotaran-extras
Author: Joris Snellenburg
Author-email: j.snellenburg@gmail.com
License: MIT
Project-URL: GloTarAn Ecosystem, https://glotaran.org
Project-URL: Source, https://github.com/glotaran/pyglotaran-extras
Project-URL: Tracker, https://github.com/glotaran/pyglotaran-extras/issues
Description: # pyglotaran-extras
        
        Supplementary package for pyglotaran with (example) plotting code for use with the pyglotaran package.
        Can be installed as a python package or from sources.
        
        ## Installation
        
        Prerequisites:
        
        - Python 3.8 or 3.9
        - Python package `pyglotaran` v0.3.0 (or later)
        
        ### Stable Release
        
        To install pyglotaran-extras from [PyPI](https://pypi.org/), run this command in your terminal:
        
        ```shell
        pip install pyglotaran-extras
        ```
        
        ### From Source
        
        To install pyglotaran-extras from sources, either clone this repository or download the latest release, then run this command in your terminal:
        
        ```shell
        git clone https://github.com/glotaran/pyglotaran-extras.git
        cd pyglotaran-extras
        pip install -e .
        ```
        
        or directly
        
        ```shell
        pip install git+https://github.com/glotaran/pyglotaran-extras.git
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: <3.10,>=3.8
Description-Content-Type: text/markdown
