/technobabble

A fake python library to let me test setup.py shenanigans.

Primary LanguagePython

Technobabble

technobabble is a fake Python library to let me test setup.py shenanigans.

Usage

from technobabble import Babbler

Babbler.spout()  # normal meme
Babbler.spout_softly()  # whispered lowercase meme

Installation

# The one with the bug
pip install technobabble==1.0.0

# The non-leaky, not-working one
pip install technobabble==1.0.1

# The non-leaky, working one
pip install technobabble==1.0.2

PyPI

python setup.py sdist && twine upload dist/*