# Archive Toolbox



## Description
**Archive Toolbox** is a utility for managing archives, allowing you to create, extract, and display information about archives.
## Installation
To install the utility, use `pip`:
```sh
pip install archive_toolbox
```
## Usage
### Command Line
After installation, you can use the utility from the command line with the `atb` command.
```sh
atb --extract --filename <archive.type>
```
### Examples
#### Extracting a ZIP Archive
```sh
atb --extract --filename example.zip
```
#### Extracting a TAR Archive
```sh
atb --extract --filename example.tar
```
#### Extracting a TAR.GZ Archive
```sh
atb --extract --filename example.tar.gz
```
#### Info about a ZIP Archive
```sh
atb --info --filename example.zip
```
#### Info about a TAR Archive
```sh
atb --info --filename example.tar
```
## Features
- **Extract archives**
- **Display information about archive contents**
## Requirements
- Python 3.6 or higher
## License
This project is licensed under the **MIT License**.
## Authors
- **Dementev Maksim** - *Lead Developer* - [Github profile](https://github.com/idmaksim)
Raw data
{
"_id": null,
"home_page": "https://github.com/idmaksim/archive_toolbox",
"name": "archive-toolbox",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": null,
"author": "Dementev Maksim",
"author_email": "i@dmaksim.ru",
"download_url": "https://files.pythonhosted.org/packages/e8/ca/ee1ffc6adda0a6089cecacb491b1c86d70c9c1031ee8be4783a6b42b8b3d/archive_toolbox-1.0.tar.gz",
"platform": null,
"description": "# Archive Toolbox\r\n\r\n\r\n\r\n\r\n\r\n## Description\r\n\r\n**Archive Toolbox** is a utility for managing archives, allowing you to create, extract, and display information about archives.\r\n\r\n## Installation\r\n\r\nTo install the utility, use `pip`:\r\n\r\n```sh\r\npip install archive_toolbox\r\n```\r\n\r\n## Usage\r\n\r\n### Command Line\r\n\r\nAfter installation, you can use the utility from the command line with the `atb` command.\r\n\r\n```sh\r\natb --extract --filename <archive.type>\r\n```\r\n\r\n### Examples\r\n\r\n#### Extracting a ZIP Archive\r\n\r\n```sh\r\natb --extract --filename example.zip\r\n```\r\n\r\n\r\n#### Extracting a TAR Archive\r\n\r\n```sh\r\natb --extract --filename example.tar\r\n```\r\n\r\n#### Extracting a TAR.GZ Archive\r\n\r\n```sh\r\natb --extract --filename example.tar.gz\r\n```\r\n#### Info about a ZIP Archive\r\n\r\n```sh\r\natb --info --filename example.zip\r\n```\r\n\r\n#### Info about a TAR Archive\r\n\r\n```sh\r\natb --info --filename example.tar\r\n```\r\n\r\n## Features\r\n\r\n- **Extract archives**\r\n- **Display information about archive contents**\r\n\r\n## Requirements\r\n\r\n- Python 3.6 or higher\r\n\r\n## License\r\n\r\nThis project is licensed under the **MIT License**.\r\n\r\n## Authors\r\n\r\n- **Dementev Maksim** - *Lead Developer* - [Github profile](https://github.com/idmaksim)\r\n\r\n\r\n",
"bugtrack_url": null,
"license": null,
"summary": "A toolbox for managing archives",
"version": "1.0",
"project_urls": {
"Homepage": "https://github.com/idmaksim/archive_toolbox"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c1cd9034bbe9deea463fcc19eccc65d1d6649ad32dcf13735ead9731082fcfcb",
"md5": "c9d57ee7ef6ce8849087135b5a060005",
"sha256": "f6aec8163d5df01eaba16ae61f62c512926253d875c97c01e4cad14ca48e256a"
},
"downloads": -1,
"filename": "archive_toolbox-1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c9d57ee7ef6ce8849087135b5a060005",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 4771,
"upload_time": "2024-07-01T10:09:27",
"upload_time_iso_8601": "2024-07-01T10:09:27.940795Z",
"url": "https://files.pythonhosted.org/packages/c1/cd/9034bbe9deea463fcc19eccc65d1d6649ad32dcf13735ead9731082fcfcb/archive_toolbox-1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e8caee1ffc6adda0a6089cecacb491b1c86d70c9c1031ee8be4783a6b42b8b3d",
"md5": "3c755e4de8e628e418c93689c6f53ca7",
"sha256": "94d8ee26a0e0f3cf067fa05d32559c55532110050a59b45240a7ca0bda251cd3"
},
"downloads": -1,
"filename": "archive_toolbox-1.0.tar.gz",
"has_sig": false,
"md5_digest": "3c755e4de8e628e418c93689c6f53ca7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 3784,
"upload_time": "2024-07-01T10:09:29",
"upload_time_iso_8601": "2024-07-01T10:09:29.085299Z",
"url": "https://files.pythonhosted.org/packages/e8/ca/ee1ffc6adda0a6089cecacb491b1c86d70c9c1031ee8be4783a6b42b8b3d/archive_toolbox-1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-01 10:09:29",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "idmaksim",
"github_project": "archive_toolbox",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "archive-toolbox"
}