Metadata-Version: 2.4
Name: ioejts
Version: 1.0.0
Summary: Instantly Implementable OEJTS
Project-URL: Homepage, https://github.com/masope/ioejts
Project-URL: Issues, https://github.com/masope/ioejts/issues
Author-email: "D. Y. Hwang" <30566393+masope@users.noreply.github.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown


# ioejts - Instantly Implementable OEJTS

OEJTS v1.2 Personality test suite & API of quick and easy implementation.
All test and scoring methods are directly extracted from Jorgenson, E. (2015). Open Extended Jungian Type Scales v1.2.
Please refer to [OJTS Development Page](https://openpsychometrics.org/tests/OJTS/development/) for details.

## Installation

```console
pip install ioejts
```

## Usage

```pycon
>>>from ioejts import ioejts
>>>quick_test = ioejts()
    ...
>>>score_calc = ioejts(score: iter.)
    ...
>>>question_dict = ioejts(None, False, ...)
    ...
>>>ioejts()['MBTI']
ISFJ
    ...
```

## License

The [MIT License](https://raw.githubusercontent.com/masope/ioejts/main/LICENSE)
