Metadata-Version: 1.1
Name: numberwang
Version: 0.0.1
Summary: A module / utility to determine if something is numberwang.
Home-page: https://github.com/ntoll/numberwang
Author: Nicholas H.Tollervey
Author-email: ntoll@ntoll.org
License: MIT
Description-Content-Type: UNKNOWN
Description: Numberwang.py
        =============
        
        A utility to recreate the classic gameshow, Numberwang!
        
        What's Numberwang..? See `this YouTube video from the first episode <https://www.youtube.com/watch?v=ZH-cXBhkl-E>`_.
        
        Installation
        ------------
        
        To install simply type::
        
            $ pip install numberwang
        
        Usage
        -----
        
        Simply pass a sentence to the ``numberwang`` command. The sentence must contain
        a number::
        
            $ numberwang The square root of -1
            That's Numberwang!
        
        If you don't a response, it's because the sentence isn't Numberwang. In that
        case, please try again.
        
        Development
        -----------
        
        The source code is hosted in GitHub. Please feel free to fork the repository.
        Assuming you have Git installed you can download the code from the canonical
        repository with the following command::
        
            $ git clone https://github.com/ntoll/numberwang.git
        
        Ensure you have the correct dependencies for development installed by creating
        a virtualenv and running::
        
            $ pip install -r requirements.txt
        
        There is a Makefile that helps with most of the common workflows associated
        with development. Typing ``make`` on its own will list the options.
        
        
        
        Release History
        ---------------
        
        0.0.1
        =====
        
        * Initial release for educational purposes.
        * 100% test coverage.
        * Minimal documentation.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Education
