gruns / gruns/furl

Add TLD support.

Open
#110 0 comments 1 reaction 0 assignees View on GitHub
Kind/Feature Reviewed/Confirmed
Dominant language
Python
Stars
2.8k
Forks
165
PR merge metrics
No merged PRs in 30d

Description

Once added, intelligently guess whether `furl` constructor strings are paths or
domains. E.g.

```python
>>> furl('www.example.com')
```

is a domain while

```python
>>> furl('wwwexamplecom')
```

and

```python
>>> furl('wwwexample.unknown')
```

are paths.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.