Installation
The Sexagesimal Calculator is hosted on the Python Package Index (PyPI) and can be installed using pip or any compatible package manager.
pip install sexagesimal-calculator
# OR
uv add sexagesimal-calculator
Development Installation
If you wish to contribute to the project, you can install it in editable mode from a local clone. This project uses uv for dependency management.
git clone https://github.com/HrushikeshPawar/Sexagesimal-Calculator.git
cd Sexagesimal-Calculator
uv sync --all-packages