Metadata-Version: 2.4
Name: ide_gen
Version: 0.1.0
Summary: IDE Project Generator.
Home-page: https://github.com/burgerbecky/ide-gen
Author: Rebecca Ann Heineman
Author-email: becky@burgerbecky.com
License-Expression: MIT
Project-URL: Homepage, https://github.com/burgerbecky/ide-gen
Project-URL: Documentation, https://ide-gen.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/burgerbecky/ide-gen
Keywords: burger,perforce,burgerlib,development,python,windows
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: 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
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: setuptools>=44.0.0
Requires-Dist: burger>=1.5
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

========================
IDE Generator for Python
========================

|PyPi| |License| |GithubActions| |Docs| |Versions|

The ``ide_gen`` module is creates IDE compatible project files.

* Documentation is found at https://ide-gen.readthedocs.io

* Doxygen generated documentation is found at https://ide-gen.readthedocs.io/en/latest/doxygen

* Python Packing Index (PyPI): https://pypi.python.org/pypi/ide-gen

* Source code and issue tracker: https://github.com/burgerbecky/ide-gen

Compatibility
-------------

* Python 2.7.1 or higher
* Python 3.4 or higher

Installation
------------

Type in ``pip install -U ide-gen``. 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/ide-gen/
    :alt: Pypi Version
.. |License| image:: https://img.shields.io/pypi/l/burger.svg
    :target: https://github.com/burgerbecky/ide-gen/blob/master/LICENSE.txt
    :alt: License
.. |GithubActions| image:: https://github.com/burgerbecky/ide-gen/actions/workflows/python-build.yml/badge.svg
    :target: https://github.com/burgerbecky/ide-gen/actions
    :alt: Github Actions Status
.. |Docs| image:: https://img.shields.io/readthedocs/ide-gen.svg
    :target: http://ide-gen.readthedocs.io
    :alt: Documentation Status
.. |Versions| image:: https://img.shields.io/pypi/ide-gen/ide-gen.svg
    :alt: Supported Python versions
