Metadata-Version: 2.4
Name: jkat
Version: 0.1.7
Summary: Johannes Kepler Astrodynamical Toolbox - An easy to use tool for orbital analysis and mission planning (WIP)
Author: Johannes Nilsson
License-Expression: MIT
Project-URL: Homepage, https://github.com/TunedRockets/JKAT
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: license.txt
Requires-Dist: numpy>=2.4.4
Requires-Dist: matplotlib>=3.10.9
Dynamic: license-file


<img src="Dont%20Ask.png" width="400" alt="A giant cat perched atop Saint Basil's Cathedral reaching for a rocket">

# Johannes-Kepler Astrodynamical Toolbox
JKAT is a python package that makes astrodynamical calculations easy. Many astrodynamical problems are simple to formulate, but require lengthy calculation processes to solve. Several tools such as GMAT, Pykep, and TUDAT exist to make this easier, but those programs often has a certain barrier of entry (and aren't written by me). So as a fun project, JKAT aims to solve many of the same problems, but with an hopefully simpler API/interface, and quicker learning curve.


# guide

> Warning!
This package is very much in alpha, expect regular changes, and even
total remakes of the API. do NOT use this code for anything except playing around


Guide coming soon...



# in progress

 - [ ] porkchop optimizer
 - [ ] tests for curtis chapter 6
 - [ ] time in shadow
 - [ ] transfer planner
 - [ ] perturbations
 - [ ] gravity assists and assist planning

 - [ ] proper docstrings
 - [ ] PyPI release
 - [ ] remove all `from x import y`/`from x import *` that clutter up the namespace



all the hohmann stuff

other relative stuff
