Illallangi TripIt is a collection of command line tools to interact with TripIt.
- Python >= 3.10.12
-
Install the dependencies:
uv sync --frozen --no-dev
-
Install the project:
uv sync --frozen
The main entry point for the CLI is tripit-tools. You can see the available commands by running:
tripit-tools --helpList trips:
tripit-tools tripsList trips in JSON format:
tripit-tools trips --jsonTo format and lint the code, use the following command:
make ruffTo clean up the project directory, use the following command:
make cleanTo build the Docker image, use the following command:
make imageTo push the Docker image to a registry defined in the DEV_REGISTRY environment variable, use the following command:
make push