About: https://tools.ietf.org/html/rfc3986
from functorflow import f
# A URI encoder compliant with RFC 3986
r = f('uri-encode', 'you!and*me')
print(r) # you%21and%2Ame
Stop wasting time installing and configuring Python libraries. Use them right away. FunctorFlow instantly auto-install and auto-config them for you.
Top comments (0)