PyFizzBuzz
The name FizzBuzz was buried, so I named it PyFizzBuzz.
PyPI Information github repository
When you change jobs and are faced with a difficult exam like write `` `FizzBuzz
easy_install pyfizzbuzz```I wrote it because I thought it would be okay.
... is a joke, When building a modern Python package
setup.How to put py and the library itself
The main reason is that I wanted to check & release it.
The file / directory structure when packaging is
I tried to make it okay with this.
# Installation
```easy_install pyfizzbuzz```Ends with
# How to use
fizzbuzz 15 1 2 Fizz 4 Buzz Fizz 7 8 Fizz Buzz 11 Fizz 13 14 FizzBuzz
# important point
Please install [setuptools](https://pypi.python.org/pypi/setuptools/1.1.5).
# Digression
I'm using a BDD-like test library called [konira](https://github.com/alfredodeza/konira).
#### **`I want a subject or context...(context can be an alias for describe)expect too...`**
Is there any good BDD testing framework ...
Recommended Posts