/slang

Converts a Swiss German sentence into slang

Primary LanguagePython

slang

Converts a Swiss German sentence into slang

Purpose

This project is is a minimal working example on building installable packages with Python > 3.3.

Install

To install this package using pip, run

pip install git+https://github.com/laeubli/slang.git

You can also download this repository and install it from within its top-level directory:

git clone https://github.com/laeubli/slang.git
cd slang
pip install .

Uninstall

To uninstall slang, run

pip uninstall slang

Further Information

For further information on building Python packages, have a look at http://python-packaging.readthedocs.io/en/latest/.