Name | unzippy JSON |
Version |
0.1.0
JSON |
| download |
home_page | None |
Summary | a command line application to `unzip` archives |
upload_time | 2023-03-19 09:17:21 |
maintainer | None |
docs_url | None |
author | None |
requires_python | None |
license | None |
keywords |
unzip
extract
archive
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# unzippy
`busybox unzip` wouldn't open one of my files, so I made this script with a
similar API, and it ***WORKED*** 💥🤾.
## install
```sh
python -m pip install unzippy
```
<details><summary>or with curl</summary><p>
```sh
curl -o ~/.local/bin/unzippy https://git.sr.ht/~rasch/unzippy/blob/main/unzippy.py
chmod +x ~/.local/bin/unzippy
```
</p></details>
## usage
```sh
# print help menu
unzippy -h
# extract files
unzippy archive.zip
```
Raw data
{
"_id": null,
"home_page": null,
"name": "unzippy",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "unzip,extract,archive",
"author": null,
"author_email": "Randy Schneck <i@rasch.co>",
"download_url": "https://files.pythonhosted.org/packages/5e/65/d951268b533c73debeddfc860c24808d489d4c07eaf802dfea40d1454e59/unzippy-0.1.0.tar.gz",
"platform": null,
"description": "# unzippy\n\n`busybox unzip` wouldn't open one of my files, so I made this script with a\nsimilar API, and it ***WORKED*** \ud83d\udca5\ud83e\udd3e.\n\n## install\n\n```sh\npython -m pip install unzippy\n```\n\n<details><summary>or with curl</summary><p>\n\n```sh\ncurl -o ~/.local/bin/unzippy https://git.sr.ht/~rasch/unzippy/blob/main/unzippy.py\nchmod +x ~/.local/bin/unzippy\n```\n\n</p></details>\n\n## usage\n\n```sh\n# print help menu\nunzippy -h\n\n# extract files\nunzippy archive.zip\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "a command line application to `unzip` archives",
"version": "0.1.0",
"split_keywords": [
"unzip",
"extract",
"archive"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "972a35bcd833fff45606070c627778a370c7438d10d9424d7902103400d9682d",
"md5": "eb781c938d430bdf36ee5319b1b855ac",
"sha256": "e5e25db5f4b0f7c2b65a3fbfa3fc0139866dff6e2911c539270e946c66ef31f0"
},
"downloads": -1,
"filename": "unzippy-0.1.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "eb781c938d430bdf36ee5319b1b855ac",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 4008,
"upload_time": "2023-03-19T09:17:19",
"upload_time_iso_8601": "2023-03-19T09:17:19.601415Z",
"url": "https://files.pythonhosted.org/packages/97/2a/35bcd833fff45606070c627778a370c7438d10d9424d7902103400d9682d/unzippy-0.1.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5e65d951268b533c73debeddfc860c24808d489d4c07eaf802dfea40d1454e59",
"md5": "48e932f48c54738a26dcb2f51f43d3fe",
"sha256": "176784d0e27d239456a86483cc72acbae7665ed39f8d6af7728e6b682cf2951b"
},
"downloads": -1,
"filename": "unzippy-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "48e932f48c54738a26dcb2f51f43d3fe",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3656,
"upload_time": "2023-03-19T09:17:21",
"upload_time_iso_8601": "2023-03-19T09:17:21.580266Z",
"url": "https://files.pythonhosted.org/packages/5e/65/d951268b533c73debeddfc860c24808d489d4c07eaf802dfea40d1454e59/unzippy-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-19 09:17:21",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "unzippy"
}