Metadata-Version: 1.2
Name: makeprojects
Version: 0.7.2
Summary: IDE project generator for Visual Studio, XCode, etc...
Home-page: http://makeprojects.readthedocs.io
Author: Rebecca Ann Heineman <becky@burgerbecky.com>
Author-email: becky@burgerbecky.com
License: MIT License
Description: Makeprojects for Python
        =======================
        
        |PyPi| |License| |Travis| |Docs| |Versions|
        
        The ``makeprojects`` module makes it easy to autogenerate project files for
        several popular Integrated Development Enviroments (IDEs)
        
        * Documentation is found at https://makeprojects.readthedocs.io
        
        * Doxygen generated documentation is found at https://makeprojects.readthedocs.io/en/latest/doxygen
        
        * Python Packing Index (PyPI): https://pypi.python.org/pypi/makeprojects
        
        * Source code and issue tracker: https://github.com/burgerbecky/makeprojects
        
        Compatibility
        -------------
        
        * Python 2.7.1 or higher
        * Python 3.4 or higher
        
        Installation
        ------------
        
        Type in ``pip install -U makeprojects``. 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/makeprojects.svg
            :target: https://pypi.org/project/makeprojects
            :alt: Pypi Version
        .. |License| image:: https://img.shields.io/pypi/l/makeprojects.svg
            :target: https://github.com/burgerbecky/makeprojects/blob/master/LICENSE.txt
            :alt: License
        .. |Travis| image:: https://img.shields.io/travis/burgerbecky/makeprojects.svg
            :target: https://travis-ci.org/burgerbecky/makeprojects
            :alt: Travis Status
        .. |Docs| image:: https://img.shields.io/readthedocs/makeprojects.svg
            :target: http://makeprojects.readthedocs.io
            :alt: Documentation Status
        .. |Versions| image:: https://img.shields.io/pypi/pyversions/makeprojects.svg
            :alt: Supported Python versions
        
Keywords: burger,perforce,burgerlib,development,makeprojects,xcode,visual studio,visualstudio,codeblocks,watcom,ps4,xboxone,xbox360,vita,mac,ios,android
Platform: Any
Classifier: Development Status :: 3 - Alpha
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.*
