Metadata-Version: 2.1
Name: makeprojects
Version: 0.14.3
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
Keywords: burger,perforce,burgerlib,development,makeprojects,xcode,visual studio,visualstudio,codeblocks,watcom,ps3,ps4,ps5,xboxone,xbox360,vita,mac,macosx,ios,android,stadia,nintendo,switch
Platform: Any
Classifier: Development Status :: 4 - Beta
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
License-File: LICENSE.txt

=======================
Makeprojects for Python
=======================

|PyPi| |License| |GithubActions| |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
.. |GithubActions| image:: https://github.com/burgerbecky/makeprojects/actions/workflows/python-build.yml/badge.svg
    :target: https://github.com/burgerbecky/makeprojects/actions
    :alt: Github Actions 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
