gruns / gruns/furl

[Request] Domain manipulation

Open
#137 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
2.8k
Forks
165
PR merge metrics
No merged PRs in 30d

Description

Is there any useful way to manipulate domains?

Reasoning:
let's say I have `https://s3.amazonaws.com`
I need to build endpoint with bucket name
`f.domain.add('my-bucket')`

then I need to create website out of it:
```
>> f.url
https://my-bucket.s3.amazonaws.com
>>> f.domain.part[1] = "s3-website-region"
```

In total:

```
>>> f.url
https://my-bucket.s3-website-region.amazonaws.com
```

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.