space-weather 0.1.0

Space weather indices and parsers for aerospace applications (no_std)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
name = "space-weather"
version = "0.1.0"
requires-python = ">=3.9"
dependencies = ["numpy>=1.21"]

[tool.maturin]
features = ["python"]
module-name = "space_weather"