Metadata-Version: 2.1
Name: pyburn-build
Version: 0.1.1
Summary: build system written in python for projects in C, C++, Python, ASM
License: GNU LGPL v2.1
Author: alexeev-prog
Author-email: alexeev.dev@mail.ru
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: PyYAML (>=6.0.2,<7.0.0)
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: configparser (>=7.1.0,<8.0.0)
Requires-Dist: loguru (>=0.7.2,<0.8.0)
Requires-Dist: pytoml (>=0.1.21,<0.2.0)
Requires-Dist: rich (>=13.9.4,<14.0.0)
Description-Content-Type: text/markdown

# burn-build 🚀

<div align="center">  
  <p align="center">
	build system written in python for projects in C, C++, Python, ASM
	<br />
	<a href="./docs/index.md"><strong>Explore the docs »</strong></a>
	<br />
	<br />
	<a href="#-key-features">Key Features</a>
	·
	<a href="#-getting-started">Getting Started</a>
	·
	<a href="#-usage-examples">Basic Usage</a>
	·
	<a href="#-specifications">Specification</a>
	·
	<a href="https://github.com/alexeev-prog/burn-build/blob/main/LICENSE">License</a>
  </p>
</div>
<br>
<p align="center">
	<img src="https://img.shields.io/github/languages/top/alexeev-prog/burn-build?style=for-the-badge">
	<img src="https://img.shields.io/github/languages/count/alexeev-prog/burn-build?style=for-the-badge">
	<img src="https://img.shields.io/github/license/alexeev-prog/burn-build?style=for-the-badge">
	<img src="https://img.shields.io/github/stars/alexeev-prog/burn-build?style=for-the-badge">
	<img src="https://img.shields.io/github/issues/alexeev-prog/burn-build?style=for-the-badge">
	<img src="https://img.shields.io/github/last-commit/alexeev-prog/burn-build?style=for-the-badge">
</p>

