Metadata-Version: 2.1
Name: Bonelate
Version: 0.0.1
Summary: Bonelate 是一个基于 pyparsing 针对 LaTeX 的 mustache 模版语言的实现。
Home-page: https://gitee.com/zrr1999/bonetex
Author: 六个骨头
Author-email: 2742392377@qq.com
License: UNKNOWN
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pyparsing

# Bonelate

[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)

Bonelate 是一个基于 pyparsing 针对 LaTeX 的 [mustache模版语言](http://mustache.github.io/) 的实现，与 chevron 相比，实现更为简短。

## 背景


## 优势

## 安装[![Downloads](https://pepy.tech/badge/bonelate)](https://pepy.tech/project/bonelate)

这个项目使用 [Python](https://www.python.org/downloads/) 开发，

建议使用pip安装本库。

```sh
$ pip install .
```

## 使用说明

### 示例

## 更新日志


## 维护者

[@詹荣瑞](https://github.com/zrr1999)

## 如何贡献

非常欢迎你的加入！[提一个 Issue](https://github.com/zrr1999/bonelate/issues/new) 或者提交一个 Pull Request。

### 贡献者

感谢以下参与项目的人：

## 使用许可
未经许可，禁止商用。
[GNU](LICENSE) © Rongrui Zhan

