Metadata-Version: 2.4
Name: pycogat
Version: 0.2.6
Summary: Splits CogAT score report PDF export into single page PDFs and labels output by the ID extracted from the PDF.
Author-email: Tyrone O'Garro Jr <gw.datasolutions@gmail.com>
License-Expression: LicenseRef-Proprietary
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pdfplumber>=0.11.9
Requires-Dist: pypdf>=3.9.1
Requires-Dist: numpy>=1.24
Requires-Dist: tqdm>=4.67.3
Provides-Extra: test
Requires-Dist: pytest>=7.0.0; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pdfplumber>=0.11.9; extra == "test"
Requires-Dist: pypdf>=3.9.1; extra == "test"
Requires-Dist: numpy>=1.24; extra == "test"
Requires-Dist: tqdm>=4.67.3; extra == "test"
Dynamic: license-file

![PyPI - Version](https://img.shields.io/pypi/v/pycogat) ![Static Badge](https://img.shields.io/badge/python-3.10-blue) [![Run tests](https://github.com/Scipio94/pycogat/actions/workflows/tests.yml/badge.svg)](https://github.com/Scipio94/pycogat/actions/workflows/tests.yml)


# pycogat
Python package that splits CogAT score report PDF export into single page PDFs and labels output by the ID extracted from the PDF.

## Free Version vs Enterprise Version

### Free Version (PyPi)
- Limited single CogAT Narrative splitting, up to 25 students.

### Enterprise Version
- Unlimited single CogAT score report splitting.
- Unlimited batch CogAT score report splitting.
- Directory and subfolder creation.
- Zip Archive creation

📩 Contact: gw.datasolutions@gmail.com

## Installation
~~~ python
pip install pycogat
~~~

### Usage
~~~ python
import pycogat
from pycogat.cogat import cogat_split

cogat_split('C:\Documents\Reports\cogat_score_report.pdf',6)
~~~
The output will be *x* number of exported PDFs with the output label being the ID from the CogAT Score Report

### Documentation
|Input|Data Type|Documentation|
|---|---|---|
|pdf_object|string|The file path of the CogAT Score Report|
|id_char|int|The number of characters in the local id of the student|
