Metadata-Version: 2.4
Name: check-pfda
Version: 1.0.1
Summary: PFDA test running package.
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: pytest
Requires-Dist: requests
Requires-Dist: PyYAML
Requires-Dist: setuptools>=75.3.2

# check-pfda

Check-pfda is a package that tests student code and provides useful, intelligent feedback.

## Installation
`pip install check-pfda`


### Usage
1. Navigate to the root directory of a cloned assignment or any directories within it.
2. To run:
    - MacOS: `python3 -m check_pfda`
    - Windows: `python -m check_pfda`


## Documentation

