Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/burgerbecky/pyburger
Python library for common subroutines used by the burger python scripts
https://github.com/burgerbecky/pyburger
build-tool build-tools codeblocks codewarrior doxygen macos visual-studio watcom
Last synced: 5 days ago
JSON representation
Python library for common subroutines used by the burger python scripts
- Host: GitHub
- URL: https://github.com/burgerbecky/pyburger
- Owner: burgerbecky
- License: other
- Created: 2015-06-27T22:03:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-06T01:26:05.000Z (about 2 months ago)
- Last Synced: 2024-10-25T06:25:20.739Z (26 days ago)
- Topics: build-tool, build-tools, codeblocks, codewarrior, doxygen, macos, visual-studio, watcom
- Language: Python
- Size: 518 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
=================
Burger for Python
=================|PyPi| |License| |GithubActions| |Docs| |Versions|
The ``burger`` module is a set of simple subroutines used by the ``Burgerlib``
build system.* Documentation is found at https://pyburger.readthedocs.io
* Doxygen generated documentation is found at https://pyburger.readthedocs.io/en/latest/doxygen
* Python Packing Index (PyPI): https://pypi.python.org/pypi/burger
* Source code and issue tracker: https://github.com/burgerbecky/pyburger
Compatibility
-------------* Python 2.7.1 or higher
* Python 3.4 or higherInstallation
------------Type in ``pip install -U burger``. 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/burger.svg
:target: https://pypi.org/project/burger/
:alt: Pypi Version
.. |License| image:: https://img.shields.io/pypi/l/burger.svg
:target: https://github.com/burgerbecky/pyburger/blob/master/LICENSE.txt
:alt: License
.. |GithubActions| image:: https://github.com/burgerbecky/pyburger/actions/workflows/python-build.yml/badge.svg
:target: https://github.com/burgerbecky/pyburger/actions
:alt: Github Actions Status
.. |Docs| image:: https://img.shields.io/readthedocs/pyburger.svg
:target: http://pyburger.readthedocs.io
:alt: Documentation Status
.. |Versions| image:: https://img.shields.io/pypi/pyversions/burger.svg
:alt: Supported Python versions