Metadata-Version: 2.1
Name: verified-url
Version: 0.0.2
Summary: Package for check url
Home-page: UNKNOWN
Author: Maxime JARRY
Author-email: maxime.jarry@outlook.com
License: MIT
Keywords: URL,STATUS
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE.txt

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);
```


Change Log
==========

0.0.1 (17/11/2021)
------------------
- First Release

