Chemin codé d'URL à l'aide de Python

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