Metadata-Version: 2.4
Name: sts_reader
Version: 0.1.1
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: numpy>=1.16.0
License-File: LICENSE
Summary: A Python library for reading STS files using Rust and PyO3.
License-Expression: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/Daillusorisch/sts_reader

# sts_reader

Just because I think python is too slow

only provide one API for now: 

```python
def read_sts(path: str) -> tuple[np.ndarray, np.ndarray]: ...
```

and it assumes you're reading MAG data from MAVEN...
