Metadata-Version: 2.3
Name: panoramax_cli
Version: 1.1.5
Summary: Panoramax client cli tool
Author-email: Antoine Desbordes <antoine.desbordes@gmail.com>, Adrien PAVIE <panieravide@riseup.net>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: typer ~= 0.15
Requires-Dist: rich ~= 13.9
Requires-Dist: tomli ~= 2.2.1
Requires-Dist: tomli-w ~= 1.2.0
Requires-Dist: qrcode ~= 8.0
Requires-Dist: geopic-tag-reader == 1.4.2
Requires-Dist: packaging ~= 24.2
Requires-Dist: httpx ~= 0.28.1
Requires-Dist: tenacity>=9.0.0
Requires-Dist: flit ~= 3.10.0 ; extra == "build"
Requires-Dist: pyinstaller ~= 6.3.0 ; extra == "build-binary"
Requires-Dist: black ~= 25.1.0 ; extra == "dev"
Requires-Dist: mypy ~= 1.15.0 ; extra == "dev"
Requires-Dist: pytest ~= 8.3 ; extra == "dev"
Requires-Dist: testcontainers ~= 4.9 ; extra == "dev"
Requires-Dist: pytest-datafiles ~= 3.0.0 ; extra == "dev"
Requires-Dist: pre-commit ~= 4.1 ; extra == "dev"
Requires-Dist: respx ~= 0.22.0 ; extra == "dev"
Requires-Dist: mkdocs-material ~= 9.6.3 ; extra == "docs"
Project-URL: Home, https://gitlab.com/panoramax/clients/cli
Provides-Extra: build
Provides-Extra: build-binary
Provides-Extra: dev
Provides-Extra: docs

# ![Panoramax](https://upload.wikimedia.org/wikipedia/commons/thumb/a/a9/Panoramax.svg/40px-Panoramax.svg.png) Panoramax

__Panoramax__ is a digital resource for sharing and using 📍📷 field photos. Anyone can take photographs of places visible from the public streets and contribute them to the Panoramax database. This data is then freely accessible and reusable by all. More information available at [gitlab.com/panoramax](https://gitlab.com/panoramax) and [panoramax.fr](https://panoramax.fr/).


# ⌨️ Panoramax Command-line scripts

This repository contains only the __command-line interface (CLI)__ of Panoramax.

## Features

This tool allows you to:

- Upload pictures to a Panoramax server
- Download pictures from a Panoramax server
- Transfer pictures between Panoramax servers

## Documentation

All our documentation is available under [docs folder](https://gitlab.com/panoramax/clients/cli/-/tree/main/docs).

## ⚖️ License

Copyright (c) Panoramax team 2022-2024, [released under MIT license](https://gitlab.com/panoramax/clients/cli/-/blob/main/LICENSE).

