A simple deployment tool for quickdrop.host with automatic resource bundling
Project description
QuickDrop CLI
A command-line interface tool for deploying HTML content with automatic resource bundling. QuickDrop CLI automatically bundles your CSS, JavaScript, and image resources into a single, deployable HTML file.
Features
- Resource Bundling: Automatically bundles CSS and JavaScript files
- Asset Embedding: Converts image references in CSS to data URIs
- Version Control: Track and manage different versions of your deployments
- Simple Authentication: Easy login system with token management
- Rollback Support: Revert to previous versions when needed
Installation
pip install quickdrop-cli
AI Helper code
find . -type f ! -path '*/\.*' -print0 | while IFS= read -r -d '' f; do echo "=== $f ==="; cat "$f"; echo -e "\n"; done | pbcopy
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
quickdrop_cli-0.1.0.tar.gz
(4.7 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
File details
Details for the file quickdrop_cli-0.1.0.tar.gz.
File metadata
- Download URL: quickdrop_cli-0.1.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2553409f52215d0942663361c6f0d750c210d21658e7f5bd57f39236c42890f4
|
|
| MD5 |
d8a36655fed61417c265d54cdd52bc64
|
|
| BLAKE2b-256 |
fdce375ee2284b563402956b54e91d64995c22cae1d8e85e0b21c215acf8341a
|
File details
Details for the file quickdrop_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: quickdrop_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd16065519b17c5c2b4ebf8c931a7e47687be1897ade147ff5b58169d243f1d6
|
|
| MD5 |
9e25e6f39d4c6a9f9d9dfa23a8b48020
|
|
| BLAKE2b-256 |
250934afbf50861c52af66a03b1771bfaa3ef6415a9d8e26ce27374cad41e538
|