This Package it's a package for verified some url.

# verified_url

## Instructions

1. Install:

```
pip install verified_url=={version}
```

2. How to use:

```python
from verified_url import check_url

# check_url by JSON file and result in other json File
check_urls_by_json_file(in_json_file_path, out_json_report_folder_path);
```
