Skip to content

Commit 19c1880

Browse files
authored
Update README.md
1 parent 755c93b commit 19c1880

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
1-
# rxml
1+
<h2 align="center">Like my work? consider supporting it!</h2>
22

3-
## What is rxml?
3+
[![BuyMeACoffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black)](https://buymeacoffee.com/nephilim)
44

5-
`rxml` is a simple python library to read xml files up to 2 times faster than python's `xml(ElementTree)` library.
5+
<h1 align="center">RXML</h1>
6+
7+
<p align="center"><em>rxml is a simple python library to read xml files up to 2 times faster than python's `xml(ElementTree)` library.</em></p>
8+
9+
<p align="center">
10+
<a href="https://pypi.org/project/rxml" target="_blank">
11+
<img src="https://img.shields.io/pypi/v/rxml?color=%2334D058&label=pypi%20package" alt="Package version">
12+
</a>
13+
<a href="https://pypi.org/project/rxml" target="_blank">
14+
<img src="https://img.shields.io/pypi/pyversions/rxml.svg?color=%2334D058" alt="Supported Python versions">
15+
</a>
16+
</p>
617

718
## Installation
819

0 commit comments

Comments
 (0)