Metadata-Version: 2.1
Name: parc-checker-api
Version: 1.0
Summary: API library for PARC Checker
Home-page: UNKNOWN
Author: Dovydas Jančauskas
Author-email: dovydasjan@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: flask
Requires-Dist: parc-checker-core (==1.0)
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'

# Parc Checker API

## Name
parc-checker-api

## Version
1.0

## History
- 1.0 Initial release

## Purpose
The purpose of this library is to provide API for Parc Checker

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install parc-checker-api

```bash
pip install parc-checker-api
```

## License
This package is private and not allowed to be used

## Author
Dovydas Jančauskas


