rebus package

Submodules

rebus.tests module

class rebus.tests.RebusTest(methodName='runTest')[source]

Bases: unittest.case.TestCase

Various tests of rebus.

setUp()[source]
test_01_b32encode(*args, **kwargs)[source]
test_02_b64encode(*args, **kwargs)[source]
test_03_urlsafe_b64encode(*args, **kwargs)[source]
rebus.tests.print_info(func)[source]

Prints some useful info.

Module contents

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 string:
rebus.urlsafe_b64encode(text, return_object=False)[source]
Parameters:text (string) –
Return string:
Read the Docs v: 0.1
Versions
latest
0.1
Downloads
PDF
HTML
Epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.