rebus package

Module contents

rebus.encode(encoder, step, text, return_object=False)[source]
Parameters:
  • encoder (callable) –
  • step (int) –
  • text (string) –
  • return_object (bool) –
Return string:
rebus.b32encode(text, return_object=False)[source]
Parameters:
  • text (string) –
  • return_object (bool) –
Return string:
rebus.b64encode(text, return_object=False)[source]
Parameters:
  • text (string) –
  • return_object (bool) –
Return string:
rebus.urlsafe_b64encode(text, return_object=False)[source]
Parameters:
  • text (string) –
  • return_object (bool) –
Return string:
rebus.decode(decoder, text, return_object=False)[source]
Parameters:
  • decoder (callable) –
  • text (string) –
  • return_object (bool) –
Return string:
rebus.b32decode(text, return_object=False)[source]
Parameters:
  • text (string) –
  • return_object (bool) –
Return string:
rebus.b64decode(text, return_object=False)[source]
Parameters:
  • text (string) –
  • return_object (bool) –
Return string:
rebus.urlsafe_b64decode(text, return_object=False)[source]
Parameters:
  • text (string) –
  • return_object (bool) –
Return string:
Read the Docs v: 0.2
Versions
latest
0.2
0.1
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.