Metadata-Version: 2.4
Name: navfitx
Version: 0.0.3a3
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.12
Requires-Dist: pymupdf>=1.26.6
Requires-Dist: pyodbc>=5.2.0
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

NAVFITX is a drop-in replacement for NAVFIT98A.

> Note: NAVFITX is still in development. It may contain bugs, incomplete features, and/or breaking changes.

| Feature | NAVFIT98 v33 | NAVFITX | 
|---------|---------------|---------|
| Export Reports as PDF | ✅ | ✅ |
| Runs on Windows | ✅ | ✅ |
| [Easy to install](https://github.com/tristan-white/navfitx#installation) | ❌ | ✅ |
| Runs on MacOS | ❌ | ✅ |
| Runs on Linux | ❌ | ✅ |
| Install & Use w/out Admin Privileges | ❌ | ✅ |
| What-You-See-Is-What-You-Get (WYSIWYG)<br>when PDFs are generated from input text | ❌ | ✅ |
| Export data as sqlite database | ❌ | ✅ |

## Installation

The quickest way to install and use NAVFITX is to use [uv](https://docs.astral.sh/uv/).

This can be done in three simple steps:

1. Copy/paste the command to install uv into powershell (if on Windows) or Terminal (if on MacOS or linux):
   - Windows: `powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"`
   - MacOS or linux: `curl -LsSf https://astral.sh/uv/install.sh | sh`
2. After uv finishes installing, close Powershell/Terminal, then reopen it.
3. Run the following command to install and launch NAVFITX: `uvx navfitx`

Done!

## 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.
