Metadata-Version: 1.1
Name: burger
Version: 0.9.1
Summary: Burger Becky's shared python library.
Home-page: http://burgerbecky.com
Author: Rebecca Ann Heineman <becky@burgerbecky.com>
Author-email: becky@burgerbecky.com
License: MIT License
Description: The burger module is a set of simple subroutines used by the
        Burgerlib build system.
         
        burger is licensed under the MIT license, for details see LICENSE.txt.
        
        
        Compatibility
        -------------
        
        burger should work on Python >= 2.7, it was tested on:
        
        * 2.7
        
        
        Installation
        ------------
        
        Try one of these:
        
            python setup.py install
        
            easy_install burger
        
            pip install burger
        
            putting the file burger.py in some directory listed in sys.path should also work
        
        
        Bugs
        ----
        
        If you find a bug, please try to reproduce it with python 2.7.
        
        Email the bug to becky@burgerbecky.com and mention python version, integer size 
        (32 bit or 64 bit) and what platform (Windows / Mac OSX / Linux)
        
        
Keywords: burger perforce burgerlib
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.3
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development
