← Back to Home

Downloads

PutPlace Desktop Client

Desktop Client

Loading latest releases...

Command Line Tools

Python CLI Client

Install the PutPlace command-line client using pip:

pip install putplace-client

Then scan directories and upload metadata:

ppclient /path/to/scan --email user@example.com --password yourpassword

Server Package

Run your own PutPlace server:

pip install putplace-server

Start the server:

ppserver

PyPI Packages

putplace-client

CLI tool for scanning directories

View on PyPI

putplace-server

FastAPI server package

View on PyPI