Path and navigation analysis for SeaHeroQuest
Project description
navigoquest
Path and navigation analysis for the SeaHeroQuest dataset.
Installation
The package is published to PyPI and can be installed directly using
$ pip install navigoquest
## User guide
Coming soon.
Contributing
The package is written in Python (minimal version: 3.12).
We recommend that the installation is made inside a virtual environment.
While you can use conda or Python's built-in venv, we recommend uv (https://docs.astral.sh/uv/).
Local install with uv
If you don't have uv installed, follow the instructions on their documentation.
Once uv is installed, navigate to the project's root directory and run:
$ uv sync
This command creates a virtual environment in the .venv directory and installs all project dependencies.
You have two options for using the virtual environment:
- Activate the environment using:
$ source .venv/bin/activate
- Execute scripts or programs directly within the virtual environment by prefixing your commands with
uv run:
$ uv run python my_script.py
$ uv run pytest tests/
For more information on using uv, please refer to the official documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters