Metadata-Version: 2.1
Name: tools-by-shriekdj
Version: 0.1.3
Summary: 
License: MIT
Author: Shrikant Dhayje
Author-email: shrikantdhayaje@gmail.com
Requires-Python: >=3.0,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: phonenumbers (>=8.12.57,<9.0.0)
Description-Content-Type: text/markdown

# tools_by_shriekdj

You Can Use this package for cleaning address and retrieving url, emails, phonenumbers and removing duplicates

## Steps

> Just Install This package by `pip install tools_by_shriekdj`

### How to use

```python
import tools_by_shriekdj as dj

dj.retrieve_phone_numbers("Call me at 1800-202-2022 if it's before 9:30, or on 703-4800500 after 10am.")

>>> ['18002022022', '7034800500']
```


