Metadata-Version: 2.1
Name: checkBest
Version: 0.1
Summary: A collection of Python functions designed to validate various types of input. These functions can be used to ensure that user inputs such as passwords, emails, and other required fields meet specific criteria.
Home-page: https://github.com/Bestsenator/checkBest
Author: Bestsenator
Author-email: senator136019@gmail.com
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


# My Package

This Package contains a collection of Python functions designed to validate various types of input. These functions can be used to ensure that user inputs such as passwords, emails, and other required fields meet specific criteria.

## Installation

You can install this package using pip:

```
pip install checkBest
```

## Usage

Here's an example of how to use this package:

```python
from check import module1

result = module1.greet("Alice")
print(result)
```
```

# License

This project is licensed under the MIT License.
