Metadata-Version: 2.0
Name: chucknorris
Version: 2.8
Summary: Chuck Norris quips
Home-page: https://github.com/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-Python: >=2.7
Requires-Dist: backports.functools-lru-cache
Requires-Dist: requests
Provides-Extra: docs
Requires-Dist: jaraco.packaging (>=3.2); extra == 'docs'
Requires-Dist: rst.linker (>=1.9); extra == 'docs'
Requires-Dist: sphinx; extra == 'docs'
Provides-Extra: testing
Requires-Dist: pytest (>=2.8); extra == 'testing'
Requires-Dist: pytest-sugar; extra == 'testing'

.. image:: https://img.shields.io/pypi/v/chucknorris.svg
   :target: https://pypi.org/project/chucknorris

.. image:: https://img.shields.io/pypi/pyversions/chucknorris.svg

.. image:: https://img.shields.io/travis/yougov/chucknorris/master.svg
   :target: http://travis-ci.org/yougov/chucknorris

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


License
=======

License is indicated in the project metadata (typically one or more
of the Trove classifiers). For more details, see `this explanation
<https://github.com/jaraco/skeleton/issues/1>`_.

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.


