Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/burgerbecky/makeprojects
Auto generate Visual Studio, Codewarrior, Codeblocks, XCode, Make, WMake projects
https://github.com/burgerbecky/makeprojects
build-tool cmake codeblocks codewarrior ide macos macosx ps3 ps4 switch visual-studio vita watcom xbox xbox-360 xbox-one xbox360 xcode
Last synced: about 20 hours ago
JSON representation
Auto generate Visual Studio, Codewarrior, Codeblocks, XCode, Make, WMake projects
- Host: GitHub
- URL: https://github.com/burgerbecky/makeprojects
- Owner: burgerbecky
- License: other
- Created: 2015-06-29T08:21:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T22:31:42.000Z (3 months ago)
- Last Synced: 2024-10-25T06:24:17.269Z (3 months ago)
- Topics: build-tool, cmake, codeblocks, codewarrior, ide, macos, macosx, ps3, ps4, switch, visual-studio, vita, watcom, xbox, xbox-360, xbox-one, xbox360, xcode
- Language: Python
- Homepage:
- Size: 986 KB
- Stars: 34
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
=======================
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 higherInstallation
------------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 [email protected] 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