You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package provides a class for parsing PLS-CADD XML files to dictionaries and `pandas` data frames. It is also capable of converting elements with 'units' attributes to `astropy` quantities, though currently this package may not be able to handle all units.
31
18
32
-
###Installation
19
+
## Installation
33
20
34
21
This package may be installed via pip:
35
22
36
23
```
37
24
pip install plsxml
38
25
```
39
26
40
-
### Example Usage
41
-
42
-
See [example.ipynb](example.ipynb) for example usages of this package.
27
+
## Example Usage
43
28
44
-
## Developer Notes
29
+
See [example.ipynb](https://github.com/line-mind/plsxml/blob/master/example.ipynb) for example usages of this package.
45
30
46
-
###Local Testing
31
+
## Local Testing
47
32
48
33
Testing is performed using `pytest` and `pytest-cov`. To test the package locally,
49
34
run the following command from the root directory:
Copy file name to clipboardexpand all lines: example.ipynb
+1-1
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@
64
64
"source": [
65
65
"## Listing Keys\n",
66
66
"\n",
67
-
"Calling the `PLSXML.keys()` method will provide a list of parsed tables, keys, and example data. This may be useful when determining which tables and data you want to work with. An example output is below:"
67
+
"Calling the `table_summary` method will provide a list of parsed tables, keys, and example data. This may be useful when determining which tables and data you want to work with. An example output is below:"
0 commit comments