Skip to content

Commit 7adf568

Browse files
jianan1104odashi
andauthoredNov 22, 2022
docs(README.md): add nice badges to README (#128)
* docs(README.md): add nice badges to doc * docs(README.md): add python version badge * Update README.md Co-authored-by: Yusuke Oda <yusuke.oda@predicate.jp> Co-authored-by: Yusuke Oda <yusuke.oda@predicate.jp>
1 parent c088553 commit 7adf568

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
 

‎README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# `latexify`
1+
# latexify
2+
[![Python](https://img.shields.io/pypi/pyversions/latexify-py.svg)](https://pypi.org/project/latexify-py/)
3+
[![PyPI Latest Release](https://img.shields.io/pypi/v/latexify-py.svg)](https://pypi.org/project/latexify-py/)
4+
[![License](https://img.shields.io/pypi/l/latexify-py.svg)](https://github.com/google/latexify_py/blob/main/LICENSE)
5+
[![Downloads](https://pepy.tech/badge/latexify-py/month)](https://pepy.tech/project/latexify-py)
6+
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
7+
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
8+
29

310
`latexify` is a Python package to compile a fragment of Python source code to a
411
corresponding $\LaTeX$ expression:

0 commit comments

Comments
 (0)
Please sign in to comment.