Metadata-Version: 2.1
Name: fizz
Version: 4.2.0
Summary: fizzbuzz is a python package for acing fizzbuzz questions at coding interviews.
Home-page: https://github.com/leoffx/fizz
Author: Leonardo Ferreira
Author-email: leonardoff.eng@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

# Fizz

Tired of failing FizzBuzz interview questions? This package was made for you! Just import it, and call it to get the right result in seconds!

```py
import fizz

fizz.buzz()
```

