Metadata-Version: 1.2
Name: burger
Version: 1.1.5
Summary: Burger Becky's shared python library.
Home-page: http://pyburger.readthedocs.io
Author: Rebecca Ann Heineman <becky@burgerbecky.com>
Author-email: becky@burgerbecky.com
License: MIT License
Description: Burger for Python
        =================
        
        |PyPi| |License| |Travis| |Docs| |Versions|
        
        The ``burger`` module is a set of simple subroutines used by the ``Burgerlib``
        build system.
        
        * Documentation is found at https://pyburger.readthedocs.io
        
        * Doxygen generated documentation is found at https://pyburger.readthedocs.io/en/latest/doxygen
        
        * Python Packing Index (PyPI): https://pypi.python.org/pypi/burger
        
        * Source code and issue tracker: https://github.com/burgerbecky/pyburger
        
        Compatibility
        -------------
        
        * Python 2.7.1 or higher
        * Python 3.3 or higher
        
        Installation
        ------------
        
        Type in ``pip install -U burger``. Some platforms may require the ``sudo``
        prefix.
        
        Bugs
        ----
        
        If you find a bug, issue or have a feature request, please submit a bug report
        by emailing becky@burgerbecky.com and mention python version, integer
        size (32 bit or 64 bit) and what platform was used (Windows / Mac OSX / Linux).
        
        .. |PyPi| image:: https://img.shields.io/pypi/v/burger.svg
            :target: https://pypi.org/project/burger/
            :alt: Pypi Version
        .. |License| image:: https://img.shields.io/pypi/l/burger.svg
            :target: https://github.com/burgerbecky/pyburger/blob/master/LICENSE.txt
            :alt: License
        .. |Travis| image:: https://img.shields.io/travis/burgerbecky/pyburger.svg
            :target: https://travis-ci.org/burgerbecky/pyburger
            :alt: Travis Status
        .. |Docs| image:: https://img.shields.io/readthedocs/pyburger.svg
            :target: http://pyburger.readthedocs.io
            :alt: Documentation Status
        .. |Versions| image:: https://img.shields.io/pypi/pyversions/burger.svg
            :alt: Supported Python versions
        
Keywords: burger,perforce,burgerlib,development
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Build Tools
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 :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*
