Skip to content

Installation

Copia requires Python 3.13 or higher.

uv add copia-seed

Or as a standalone tool:

uv tool install copia-seed
pip install copia-seed
pipx install copia-seed

we recommend uv to download the repo from source

git clone https://github.com/gitmobkab/copia
cd copia
uv sync --all-groups

Verify

copia --version

Database support

Copia come with supports for MySQL and MariaDB out of the box.

To use copia with other dbs, you can install the corresponding adapter optional dependency.

for example on pip, the following command pip install "copia-seed[postgres]" will install the dependency for postgres support.

Additional adapters

Those aren't pre-installed adapters.

Adapter name Database
postgres postgreSQL