URL zakodowana ścieżka za pomocą Pythona

#Python3
import urllib
print (urllib.parse.quote('gitlab/gith', safe=''))
>>> gitlab%Fgith
Important Ibis