Metadata-Version: 2.4
Name: larprime
Version: 1.0.0
Summary: Simple Python library to check prime numbers
Author: nimalpranav
Author-email: codesanimalpranav@email.com
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# primecheck

A lightweight Python library to check whether a number is prime.

## Installation
```bash
pip install larprime
