Skip to content

Commit

Permalink
feat: adding install help + description +
Browse files Browse the repository at this point in the history
changing version
  • Loading branch information
nephi-dev committed Apr 26, 2023
1 parent 13ee680 commit 5574703
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rxml"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[lib]
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

`rxml` is a simple python library to read xml files up to 2 times faster than python's `xml(ElementTree)` library.

## Installation

To install `rxml` you can use `pip`:

```bash
pip install rxml
```

Simply as that!

## Example usage

To a given xml with `test.xml` as name:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
description = "A XML parser for Python written in Rust"


[tool.maturin]
Expand Down

0 comments on commit 5574703

Please sign in to comment.