Metadata-Version: 2.0
Name: chucknorris
Version: 2.5.1
Summary: Chuck Norris quips
Home-page: https://bitbucket.org/yougov/chucknorris
Author: YouGov
Author-email: dev@yougov.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Requires-Dist: backports.functools-lru-cache
Requires-Dist: requests

chucknorris
===========

A library of quips about Chuck Norris, including a plugin for pmxbot to
apply the quips to your chat colleagues.

Usage
-----

    >>> import chucknorris.quips as q
    >>> q.random('Janet')
    'Janet doesn't wear a watch. She decides what time it is.'


Plugin Setup
------------

To enable the pmxbot plugin, just install this package in your
pmxbot environment. Once you've done this, the !norris command
will be available.

To override the default gender for a given nickname, just add names
to the relevant nicks in your config.yaml::

    female nicks:
      - beibeix

    male nicks::
      - jaraco

Names like 'judy' or 'brad' will be detected automatically.


