PyLocket CLI - Protect and distribute Python applications
Project description
PyLocket CLI
Protect and distribute Python applications from the command line.
Installation
pip install pylocket
Or download platform-specific binaries from your Developer Portal.
Supported Python Versions
- Python 3.12
- Python 3.13
- Python 3.14
Quick Start
# Authenticate with your PyLocket account
pylocket login
# List your apps
pylocket apps list
# Protect a PyInstaller executable
pylocket protect --app <APP_ID> --artifact dist/myapp.exe
# Check build status
pylocket status --build <BUILD_ID>
# Download the protected artifact
pylocket fetch --build <BUILD_ID> --out ./protected/
Commands
| Command | Description |
|---|---|
pylocket login |
Authenticate with your PyLocket account |
pylocket apps list |
List all your applications |
pylocket apps create |
Create a new application |
pylocket protect |
Upload and protect an artifact |
pylocket status |
Check build protection status |
pylocket fetch |
Download a protected artifact |
pylocket licenses |
Manage license keys |
pylocket webhook |
Configure build event webhooks |
Supported Artifact Types
- PyInstaller (onefile and onedir)
- cx_Freeze (Windows .exe)
- Wheels (.whl)
- Raw scripts (.py)
- ZIP archives
- macOS .app bundles
Documentation
Full documentation: docs.pylocket.com
Support
- Documentation: https://docs.pylocket.com
- Developer Portal: https://portal.pylocket.com
- Email: support@pylocket.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pylocket-1.1.9.tar.gz
(24.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pylocket-1.1.9-py3-none-any.whl
(32.4 kB
view details)
File details
Details for the file pylocket-1.1.9.tar.gz.
File metadata
- Download URL: pylocket-1.1.9.tar.gz
- Upload date:
- Size: 24.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24b1ebe0e22e92f2dfd9f91139c55b87f1d2f543aaf0a4195e0f9e3545f3dfd4
|
|
| MD5 |
62425d6c9eb17140a4826d3fda0e5a3f
|
|
| BLAKE2b-256 |
28f199de46c4e33e70da3387b6f4f36138d961afd391c3ebcde74bbded1d9687
|
File details
Details for the file pylocket-1.1.9-py3-none-any.whl.
File metadata
- Download URL: pylocket-1.1.9-py3-none-any.whl
- Upload date:
- Size: 32.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
588af9b5058e3594695424da4df8a8b82d4ba1e02b6c77f147dde0827743be34
|
|
| MD5 |
ff7ab692c30b9709224ae5f940882259
|
|
| BLAKE2b-256 |
5768128ede18834fbb75fe3979556d7367195ef81a292058db86c879de0d9547
|