PyLocket CLI - Protect and distribute Python applications
Project description
PyLocket CLI v1.1.2
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 |
What's New in v1.1.2
- Fixed
statusandfetchcommands — both commands now work with just--build(no--apprequired) - Added
--appoption tofetch— optional flag for consistency withstatuscommand
v1.1.1
- Real-time progress bar — the
protectcommand now displays a live progress bar showing each protection stage (scanning, protecting, packaging, etc.) - Malware rejection handling — builds flagged by security scanning now display a clear "Build Rejected" message instead of a generic failure
- Improved reliability — fixed upload and download flow for faster, more reliable artifact processing
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.5.tar.gz
(22.5 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.5-py3-none-any.whl
(29.9 kB
view details)
File details
Details for the file pylocket-1.1.5.tar.gz.
File metadata
- Download URL: pylocket-1.1.5.tar.gz
- Upload date:
- Size: 22.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26048a8882d2ce63d17d05c2cf1cb0acccb1579d228beb9c48fc22cce65aaf5b
|
|
| MD5 |
d8f453ebb018a72ddada19a8a7c4931d
|
|
| BLAKE2b-256 |
49712f37d4e74b1abcaf8a68c31bf60656de08bc5e7373258e99acde1ef24b62
|
File details
Details for the file pylocket-1.1.5-py3-none-any.whl.
File metadata
- Download URL: pylocket-1.1.5-py3-none-any.whl
- Upload date:
- Size: 29.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
889cf996a449838e7c0637a6a1ad18d628d40472c06b55f6c28fd622a8c20c3c
|
|
| MD5 |
81d9bbd4fd46a8da65d058c66d9c3513
|
|
| BLAKE2b-256 |
015d2eefcab1a7166323a0b1603b1a9ababcd154cec79c1427150569b0a9a54b
|