Metadata-Version: 2.1
Name: psignifit
Version: 4.2
Summary: Toolbox for Bayesian psychometric function estimation
Author: psignifit contributors, www.wichmann-lab.org
Maintainer: psignifit contributors, www.wichmann-lab.org
License: This file is part of psignifit
        
        Python toolbox for Bayesian psychometric function estimation.
        
        All the code in this package is distributed under the following conditions:
        
        Copyright (c) 2016-2024, psignifit contributors, www.wichmann-lab.org 
        
        This program is free software: you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
        the Free Software Foundation, either version 3 of the License, or
        (at your option) any later version.
        
        This program is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
        GNU General Public License for more details.
        
        You should have received a copy of the GNU General Public License
        along with this program. If not, see <http://www.gnu.org/licenses/>.
        
Project-URL: Homepage, http://www.wichmann-lab.org/
Project-URL: Documentation, https://psignifit.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/wichmann-lab/python-psignifit.git
Project-URL: Issues, https://github.com/wichmann-lab/python-psignifit/issues
Keywords: psychometric,psychophysics,function,statistics
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: scipy
Requires-Dist: matplotlib
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-gallery ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: matplotlib ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: flake8 ; extra == 'tests'

# psignifit

Python toolbox for Bayesian psychometric function estimation.
[![Tests](https://github.com/wichmann-lab/python-psignifit/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/wichmann-lab/python-psignifit/actions/workflows/ci-tests.yml)
[![Documentation](https://readthedocs.org/projects/psignifit/badge/?version=latest)](https://psignifit.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://img.shields.io/pypi/v/psignifit.svg)](https://pypi.python.org/pypi/psignifit)

## Getting started

Install python-psignifit with the latest python:
```
pip install psignifit
```

See [getting started](https://psignifit.readthedocs.io/en/latest/getting_started.html) documentation to get started.


## Contributors

See the [CONTRIBUTORS](https://github.com/wichmann-lab/python-psignifit/blob/master/CONTRIBUTORS) file

## License and COPYRIGHT

See the [COPYRIGHT](https://github.com/wichmann-lab/python-psignifit/blob/master/COPYRIGHT) file
