We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb2689 commit 9d25691Copy full SHA for 9d25691
2 files changed
README.md
@@ -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
@@ -5,6 +5,7 @@ build-backend = "maturin"
[project]
name = "sts_reader"
description = "A Python library for reading STS files using Rust and PyO3."
+readme = "README.md"
version = "0.1.0"
requires-python = ">=3.8"
classifiers = [
0 commit comments