satkit 0.10.2

Satellite Toolkit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include Cargo.toml
include Cargo.lock
include LICENSE
include README.md
include pyproject.toml
recursive-include src *.rs
recursive-include python/src *.rs
include python/Cargo.toml
include python/build.rs
recursive-include extern *.c *.h
graft python/satkit
prune __pycache__
prune docs
prune test