| Name | codeleak JSON |
| Version |
1.0.0
JSON |
| download |
| home_page | None |
| Summary | Pack directories into HEX parts and reveal them back |
| upload_time | 2025-10-13 02:19:31 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.8 |
| license | MIT |
| keywords |
hex
pack
tar
split
restore
utility
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
codeleak: Pack & Reveal Utility
===============================
Usage:
Pack : codeleak --pack {INPUT_DIR} {OUTPUT_DIR} {SIZE}
Reveal : codeleak --reveal {INPUT_DIR} {OUTPUT_DIR}
Example:
codeleak -p 00_source 01_compressed 1K
codeleak -r 01_compressed 02_decompressed
Description:
- PACK : Create .tar.gz from INPUT_DIR, convert to HEX, split into chunks.
- REVEAL: Combine HEX parts, restore .tar.gz, and extract to OUTPUT_DIR.
Raw data
{
"_id": null,
"home_page": null,
"name": "codeleak",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "hex, pack, tar, split, restore, utility",
"author": null,
"author_email": "daehyunyun <nari08132@naver.com>",
"download_url": "https://files.pythonhosted.org/packages/d1/37/a1cbed49cbaa910fb23d05cf497efec26c029d6799da5ea5b458432ffdcc/codeleak-1.0.0.tar.gz",
"platform": null,
"description": "codeleak: Pack & Reveal Utility\r\n===============================\r\n\r\nUsage:\r\n Pack : codeleak --pack {INPUT_DIR} {OUTPUT_DIR} {SIZE}\r\n Reveal : codeleak --reveal {INPUT_DIR} {OUTPUT_DIR}\r\n\r\nExample:\r\n codeleak -p 00_source 01_compressed 1K \r\n codeleak -r 01_compressed 02_decompressed \r\n\r\nDescription:\r\n - PACK : Create .tar.gz from INPUT_DIR, convert to HEX, split into chunks.\r\n - REVEAL: Combine HEX parts, restore .tar.gz, and extract to OUTPUT_DIR.\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Pack directories into HEX parts and reveal them back",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/yourname/codeleak",
"Issues": "https://github.com/yourname/codeleak/issues"
},
"split_keywords": [
"hex",
" pack",
" tar",
" split",
" restore",
" utility"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "37fbab48d2836d4ea35984360c15f58936cc50b30124597d826811a311cf730c",
"md5": "8b278667ed829b404c40e1a882d07986",
"sha256": "aa559a5affb9c343f9cffdd604f8af16e79ff5f2712eba599e885e91bf62f121"
},
"downloads": -1,
"filename": "codeleak-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8b278667ed829b404c40e1a882d07986",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 6273,
"upload_time": "2025-10-13T02:19:30",
"upload_time_iso_8601": "2025-10-13T02:19:30.440980Z",
"url": "https://files.pythonhosted.org/packages/37/fb/ab48d2836d4ea35984360c15f58936cc50b30124597d826811a311cf730c/codeleak-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d137a1cbed49cbaa910fb23d05cf497efec26c029d6799da5ea5b458432ffdcc",
"md5": "5b82ea071f0a43168e0fd2742c992255",
"sha256": "dbc957e3dc772d73d6e6f1844dac004f58feebbe926390b42bea3f43c080ce64"
},
"downloads": -1,
"filename": "codeleak-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "5b82ea071f0a43168e0fd2742c992255",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 4899,
"upload_time": "2025-10-13T02:19:31",
"upload_time_iso_8601": "2025-10-13T02:19:31.561225Z",
"url": "https://files.pythonhosted.org/packages/d1/37/a1cbed49cbaa910fb23d05cf497efec26c029d6799da5ea5b458432ffdcc/codeleak-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-13 02:19:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "yourname",
"github_project": "codeleak",
"github_not_found": true,
"lcname": "codeleak"
}