Metadata-Version: 2.4
Name: navfitx
Version: 0.0.3a1
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: pandas>=2.3.3
Requires-Dist: pydantic>=2.12.3
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: sqlalchemy>=2.0.44
Requires-Dist: sqlmodel>=0.0.27
Requires-Dist: typer>=0.19.2
Dynamic: license-file

> Note: NAVFITX is still in development.

# NAVFITX

NAVFITX is a drop-in replacement for NAVFIT98A.

See [here](./docs/navfitx.pdf) for more information about why NAVFIT98 needs to be replaced.

| Feature | NAVFIT98A v33 | NAVFITX | 
|---------|---------------|---------|
| Export Reports as PDF | ✅ | ✅ |
| Runs on Windows 7 | ❌ | ❌ |
| Cross-Platform (Windows/MacOS/Linux) | ❌ | ✅ |
| Install & Use w/out Admin Privileges | ❌ | ✅ |
| Open Source | ❌ | ✅ |

## Installation

The quickest way to use navfitx is to use [uv](https://docs.astral.sh/uv/getting-started/installation/).

Open a terminal (or powershell on Windows) on your computer and copy and paste two commands into it:

1. Install [uv](https://docs.astral.sh/uv/getting-started/installation/):
    - 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. Close your terminal, then reopen it and run: `uvx navfitx` to launch NAVFITX.

> NOTE for Linux :
> f you see the error `This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.`, do a `sudo apt install libxcb-cursor0`, then run again.
> If you see the error `ImportError: libodbc.so.2: cannot open shared object file: No such file or directory`, install unixodbc: `sudo apt install unixodbc`.

## Help NAVFITX Succeed

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)

Also please consider giving this repo a ⭐ to help it gain visibility!

<a href='https://ko-fi.com/Q5Q41PEEPR' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi5.png?v=6' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
