Getting Started

Full code on github.

Install

pip install samplehost

Dependencies

Example

import samplehost

print(samplehost.clean_string("   Hello World!  "))
# 'Hello World!'