Nextcloud Password client
Find a file
2024-11-11 08:27:38 +02:00
config first commit 2024-11-10 12:53:00 +02:00
nc_password_client Check if password exists with different name but same properties 2024-11-11 08:27:38 +02:00
.gitignore first commit 2024-11-10 12:53:00 +02:00
Dockerfile first commit 2024-11-10 12:53:00 +02:00
LICENSE first commit 2024-11-10 12:53:00 +02:00
nc_password_client.sh first commit 2024-11-10 12:53:00 +02:00
podman_build.sh first commit 2024-11-10 12:53:00 +02:00
podman_run.sh first commit 2024-11-10 12:53:00 +02:00
pyproject.toml Incorporte class to single file and add more API endpoints 2024-11-10 18:38:23 +02:00
README.md first commit 2024-11-10 12:53:00 +02:00
requirements.txt Add migration command 2024-11-11 08:16:32 +02:00
setup.cfg first commit 2024-11-10 12:53:00 +02:00
setup.py Incorporte class to single file and add more API endpoints 2024-11-10 18:38:23 +02:00

nc_password_client

Requirements

Installation

Linux

sudo python3 setup.py install

Windows (from PowerShell)

& $(where.exe python).split()[0] setup.py install

Usage

nc_password_client.py [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters