Metadata-Version: 2.1
Name: fitkit
Version: 0.2.1
Summary: Fit and inspect statistical models.
Home-page: https://github.com/okasag/fitkit.git
Author: Gabriel Okasa and Kenneth Younge
Author-email: gabriel.okasa@epfl.ch
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# `fitkit` - Fit and inspect statistical models

Copyright (c) 2021 by Gabriel Okasa and Kenneth A. Younge.  

	AUTHOR:  Gabriel Okasa and Kenneth A. Younge  
	SOURCE:  https://github.com/okasag/fitkit.git   
	LICENSE: Access to this code is provided under an MIT License.  

  


## Install

#### Install with `pip`

```bash
pip install fitkit
```

#### Or clone from GitHub

```bash
git clone github.com/okasag/fitkit.git
cd fitkit
pip install -r requirements.txt
```

 

## Usage

Import `qkit`

```python
import fitkit
```

Import `qkit` with a handle

```python
import fitkit as fk
```



