Metadata-Version: 1.1
Name: pyfieri
Version: 1.2.2
Summary: Guy Fieri Menu Item Generator
Home-page: http://nickficano.com
Author: Nick Ficano
Author-email: nficano@gmail.com
License: Copyright (c) 2015 Nick Ficano (http://nickficano.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sub-license, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice, and every other copyright notice found in this
software, and all the attributions in every file, and this permission notice
shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Description: Description
        ===========
        
        Spice up that boring Slack channel or HipChat room with PyFieri! PyFieri is an
        easy to use Python library that randomly generates Guy Fieri menu items.
        
        Requirements
        ============
        
        - Python 2.6+ (2.7 or 3.4 recommended)
        - PIP (for some installation methods)
        - GIT (for some installation methods)
        
        Installation
        ============
        
        If you are on Mac OS X or Linux, chances are that one of the following two
        commands will work for you:
        
        Using PIP via PyPI
        
        .. code:: bash
        
            pip install pyfieri
        
        Using PIP via Github
        
        .. code:: bash
        
            pip install git+git://github.com/nficano/pyfieri#egg=pyfieri
        
        Adding to your ``requirements.txt`` file (run ``pip install -r requirements.txt`` afterwards)
        
        .. code:: bash
        
            git+ssh://git@github.com/nficano/pyfieri#egg=pyfieri
        
        Manually via GIT
        
        .. code:: bash
        
            git clone git://github.com/NFicano/pyfieri pyfieri
            cd pyfieri
            python setup.py install
        
        
        Command-Line Usage
        ==================
        
        .. code:: bash
        
           $ pyfieri
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
