Metadata-Version: 2.4
Name: uncloud-backup
Version: 0.1.1
Summary: Local backups of your cloudy data.
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: click>=8.3.0
Description-Content-Type: text/markdown

# Uncloud
Local backups of your cloudy data.


## Dev Setup

1. Make sure [you have uv installed](https://docs.astral.sh/uv/getting-started/installation/).
2. Make sure you have Python 3.12 installed (or let uv install it for your).
3. Run `uv sync` to create a virtual environment at `.venv` and install dependencies
4. Run `uv run uncloud --help` to see what you can do.