zip-me


Namezip-me JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-12-17 15:15:40
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # zip-me

**`zip-me`** is a lightweight Python utility for efficiently compressing and managing files or directories into `.zip` archives. Whether you need to back up data, transfer files, or automate compression tasks, `zip-me` makes it easy and reliable.

---

## Features

- **Simple Compression**: Quickly zip files or entire directories with a single command.
- **Custom Exclusions**: Exclude specific files or folders using patterns.
- **Recursive Directory Support**: Automatically include subdirectories and their contents.
- **Lightweight**: Minimal dependencies, runs fast and efficiently.
- **Cross-Platform**: Works on Windows, Linux, and macOS.

---

## Installation

Install `zip-me` using `pip`:

```bash
pip install zip-me

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "zip-me",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "None",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/77/f0/d9ddbd4948902b80db8a40b7ff242c043bc6530e2e8a1a422435306503b1/zip_me-1.0.0.tar.gz",
    "platform": null,
    "description": "# zip-me\n\n**`zip-me`** is a lightweight Python utility for efficiently compressing and managing files or directories into `.zip` archives. Whether you need to back up data, transfer files, or automate compression tasks, `zip-me` makes it easy and reliable.\n\n---\n\n## Features\n\n- **Simple Compression**: Quickly zip files or entire directories with a single command.\n- **Custom Exclusions**: Exclude specific files or folders using patterns.\n- **Recursive Directory Support**: Automatically include subdirectories and their contents.\n- **Lightweight**: Minimal dependencies, runs fast and efficiently.\n- **Cross-Platform**: Works on Windows, Linux, and macOS.\n\n---\n\n## Installation\n\nInstall `zip-me` using `pip`:\n\n```bash\npip install zip-me\n",
    "bugtrack_url": null,
    "license": "GPL-3",
    "summary": null,
    "version": "1.0.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77f0d9ddbd4948902b80db8a40b7ff242c043bc6530e2e8a1a422435306503b1",
                "md5": "f0cc558822130d1ee84e91ffb65c1677",
                "sha256": "927cb555a61de66b1aa83f4999288a14fbb762a89234548ecdec43bbbcb27f17"
            },
            "downloads": -1,
            "filename": "zip_me-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f0cc558822130d1ee84e91ffb65c1677",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 108109,
            "upload_time": "2024-12-17T15:15:40",
            "upload_time_iso_8601": "2024-12-17T15:15:40.902233Z",
            "url": "https://files.pythonhosted.org/packages/77/f0/d9ddbd4948902b80db8a40b7ff242c043bc6530e2e8a1a422435306503b1/zip_me-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-17 15:15:40",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "zip-me"
}
        
Elapsed time: 0.40881s