Metadata-Version: 1.1
Name: makeprojects
Version: 0.4.3
Summary: IDE project generator for Visual Studio, XCode, etc...
Home-page: http://burgerbecky.com
Author: Rebecca Ann Heineman <becky@burgerbecky.com>
Author-email: becky@burgerbecky.com
License: MIT License
Description: The makeprojects module makes it easy to autogenerate project files for
        several popular Integrated Development Enviroments (IDEs)
        
        Run the file 
        makeprojects is licensed under the MIT license, for details see LICENSE.txt.
        
        Documentation is found at http://pythonhosted.org/makeprojects/
        
        Compatibility
        -------------
        
        makeprojects should work on Python >= 2.7, it was tested on:
        
        * 2.7
        
        
        Installation
        ------------
        
        Try one of these:
        
            python setup.py install
        
            easy_install makeprojects
        
            pip install makeprojects
        
            putting the folder makeprojects 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: 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: 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
