Metadata-Version: 2.4
Name: checknum
Version: 1.0.0
Summary: A simple module to calculate averages and check prime numbers
Author: Mobin
Author-email: thelegendaryf14@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# checknum

checknum is a lightweight Python module that provides two simple utilities:
- av(*args): Calculates the average of a list of numbers.
- pr(n): Checks whether a given number is prime.

## Installation

You can install it via pip:

->  pip install checknum
