Skip to content

Commit 9d25691

Browse files
committed
doc: add readme
1 parent 2eb2689 commit 9d25691

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# sts_reader
2+
3+
Just because I think python is too slow
4+
5+
only provide one API for now:
6+
7+
```python
8+
def read_sts(path: str) -> tuple[np.ndarray, np.ndarray]: ...
9+
```
10+
11+
and it assumes you're reading MAG data from MAVEN...

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ build-backend = "maturin"
55
[project]
66
name = "sts_reader"
77
description = "A Python library for reading STS files using Rust and PyO3."
8+
readme = "README.md"
89
version = "0.1.0"
910
requires-python = ">=3.8"
1011
classifiers = [

0 commit comments

Comments
 (0)