File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2
2
Appendix
3
3
========
4
4
5
+ Related Software
6
+ ================
7
+ * shr-parser _: A Rust library for parsing SHR files.
8
+ * shr-parser-py _: Another Python package for parsing SHR files written in Rust. This project is no longer
9
+ maintained at the time of writing.
10
+
11
+ .. _shr-parser : https://github.com/Xerrion/shr_parser
12
+ .. _shr-parser-py : https://pypi.org/project/shr-parser/
13
+
5
14
License
6
15
=======
7
16
Copyright (c) 2025, WiSELab-CMU
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ This installs a package that can be used from Python (``import shr_parser``).
34
34
To install for all users on the system, administrator
35
35
rights (root) may be required.
36
36
37
- From PyPI (Not published yet. This doesn't work yet)
37
+ From PyPI
38
38
----------------------------------------------------
39
39
pyshrparser can be installed from PyPI::
40
40
41
- pip install pyshrparser
42
- python3 -m pip install pyshrparser
41
+ pip install py-shr-parser
42
+ python3 -m pip install py-shr-parser
43
43
44
44
Developers also may be interested to get the source archive, because it
45
45
contains examples, tests and this documentation.
You can’t perform that action at this time.
0 commit comments