Skip to main content

Cleanup and beautifier emails, urls and patterns

Project description

Beautifier
------

Simple library to cleanup and prettify url patterns, domains and so on.
Library helps to clean unicodes, special charecters and unnessesary
redirection patterns from the urls and gives you clean date.


## Documentation

### Installation

```bash
pip install beautifier
```

## Basic Usages

#### Email Function

EMAIL cleanup API's

```python
from beautifier import Email
email = Email('me@imsach.in')

>>> email.domain
'imsach.in'

>>> email.username
'me'

>>> email.is_free_email
False
```

#### Url Function

URL cleanup API's


```python
from beautifier import Url
url = Url('https://in.linkedin.com/in/sachinphilip?authtoken=887nasdadasd6hasdtg21&secret=98jy766yhhuhnjk')

>>> url.cleanup
'https://in.linkedin.com/in/sachinphilip'

>>> url.domain
'in.linkedin.com'

>>> url.param
['authtoken': '887nasdadasd6hasdtg21',
'secret': '98jy766yhhuhnjk' ]
```


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

beautifier-0.5.5.tar.gz (19.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page