kociamber

Say hello!


License
MIT
Install
pip install kociamber==0.0.1

Documentation

kociamber

Installation

Run the following to install:

pip install kociamber

Usage

from abstract_algebra import say_hello

# Generate "Hello, World!"
say_hello()

# Generate "Hello, Everybody!"
say_hello("Everybody")

Developing kociamber

To install kociamber, along with the tools you need to develop and run tests, run the following in your virtualenv:

$ pip install -e .[dev]