Metadata-Version: 2.1
Name: biogeme
Version: 3.2.13
Summary: Estimation and application of discrete choice models
Home-page: http://biogeme.epfl.ch
Author: Michel Bierlaire
Author-email: michel.bierlaire@epfl.ch
Project-URL: Documentation, http://biogeme.epfl.ch/documents.html
Project-URL: Code, https://github.com/michelbierlaire/biogeme
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C++
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=1.3.5
Requires-Dist: scipy>=1.7.3
Requires-Dist: tqdm>=4.64.1
Requires-Dist: tomlkit>=0.11.5
Requires-Dist: cythonbiogeme==1.0.2
Requires-Dist: biogeme_optimization==0.0.5
Provides-Extra: testing
Requires-Dist: pytest>=7.2.0; extra == "testing"
Requires-Dist: pytest-cov>=4.0.0; extra == "testing"
Requires-Dist: tox>=3.27.1; extra == "testing"

# Biogeme

Biogeme is an open source freeware designed for the maximum likelihood estimation of parametric models in general, with a special emphasis on discrete choice models.

## Install
Biogeme requires Python >= 3.8 and can be installed [from PyPI](https://pypi.org/project/biogeme/).

`pip install biogeme`

Installing Biogeme from source can be done after cloning the repository with the following command executed in the directory where the file `setup.py`is located:

`pip install -ve .`

## Documentation
Further documentation is available on https://biogeme.epfl.ch/
