Metadata-Version: 2.4
Name: navfitx
Version: 0.0.3a5
Summary: it's like NAVFIT98 but better
Project-URL: Homepage, https://github.com/tristan-white/navfitx
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: platformdirs>=4.4.0
Requires-Dist: pydantic>=2.11.10
Requires-Dist: pymupdf>=1.26.6
Requires-Dist: pyside6>=6.9.3
Requires-Dist: reportlab>=4.4.4
Requires-Dist: sqlmodel>=0.0.27
Requires-Dist: typer>=0.19.2
Dynamic: license-file

# NAVFITX

![PyPI - Version](https://img.shields.io/pypi/v/navfitx)

NAVFITX is a drop-in replacement for NAVFIT98A.

It's faster, less buggy, cross-platform, and provides more validation to reduce the number of rejected reports.

| Feature | NAVFIT98 v33 | NAVFITX | 
|---------|---------------|---------|
| Export Reports as PDF | ✅ | ✅ |
| Runs on Windows | ✅ | ✅ |
| Easy to install | ❌ | ✅ |
| Runs on MacOS | ❌ | ✅ |
| Runs on Linux | ❌ | ✅ |
| Install & Use w/out Admin Privileges | ❌ | ✅ |
| Export reports in a sqlite database | ❌ | ✅ |
| Export reports as JSON files | ❌ | ✅ |
| Export reports as [TOML](https://toml.io/) files | ❌ | ✅ |
| Export use via CLI | ❌ | ✅ |

## Installation

1. [Install uv](https://docs.astral.sh/uv/getting-started/installation/)
2. Run `uv tool install navfitx`.

## Usage

### Launch the GUI

`uvx navfitx`

### Use the CLI

`uvx navfitx --help`

## Help NAVFITX Succeed

### Feedback/Suggestions
If you find a bug, have a question, or have feedback/a request for an enhancement, please create a [new issue](https://github.com/tristan-white/navfitx/issues) to track it.

I'd like to see NAVFITX replace NAFIT98A in the fleet. I'm looking for user testimonials from anyone that's used NAVFIT98A or eNavFit in order to answer the "why is this important" when I make the pitch to current NAVFIT98 stakeholders within the Navy. If you have feedback on these programs, please provide it here:

- [Provide feedback on NAVFIT98A](https://github.com/tristan-white/navfitx/discussions/1)
- [Provide feedback on eNavFit](https://github.com/tristan-white/navfitx/discussions/2) (if you had the chance to use it before it was shut down)

### Star NAVFITX in Github

You can "star" [NAVFITX in GitHub](https://github.com/tristan-white/navfitx) (clicking the star button at the top right).

By adding a star, other users will be able to find it more easily and see that it has already been useful for others.
