clean-packager


Nameclean-packager JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-12-16 18:55:38
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.
            # clean-packager

**`clean-packager`** is a Python utility that simplifies the process of cleaning up and organizing your Python package directories. It ensures your project is well-structured and free of unnecessary files before publishing to PyPI or deploying to production.

---

## Features

- **Remove Unnecessary Files**: Cleans up temporary files, cache directories, and other clutter (e.g., `.pyc`, `.pyo`, `__pycache__`).
- **Streamline Package Structure**: Keeps only essential files like source code, `README`, `LICENSE`, and setup scripts.
- **Customizable Cleanup**: Define specific file patterns or directories to exclude from your package.
- **Pre-Publish Checks**: Validates the package structure before upload.
- **Safe Mode**: Preview changes before permanently deleting files.

---

## Installation

Install the package using `pip`:

```bash
pip install clean-packager

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "clean-packager",
    "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/98/87/d8e7c3e824a76782f0d2f3584057322dd9d2b830f78c69b2d369e42a198c/clean_packager-1.0.0.tar.gz",
    "platform": null,
    "description": "# clean-packager\n\n**`clean-packager`** is a Python utility that simplifies the process of cleaning up and organizing your Python package directories. It ensures your project is well-structured and free of unnecessary files before publishing to PyPI or deploying to production.\n\n---\n\n## Features\n\n- **Remove Unnecessary Files**: Cleans up temporary files, cache directories, and other clutter (e.g., `.pyc`, `.pyo`, `__pycache__`).\n- **Streamline Package Structure**: Keeps only essential files like source code, `README`, `LICENSE`, and setup scripts.\n- **Customizable Cleanup**: Define specific file patterns or directories to exclude from your package.\n- **Pre-Publish Checks**: Validates the package structure before upload.\n- **Safe Mode**: Preview changes before permanently deleting files.\n\n---\n\n## Installation\n\nInstall the package using `pip`:\n\n```bash\npip install clean-packager\n",
    "bugtrack_url": null,
    "license": "GPL-3",
    "summary": null,
    "version": "1.0.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9887d8e7c3e824a76782f0d2f3584057322dd9d2b830f78c69b2d369e42a198c",
                "md5": "7c8e85057405f9e1beec23da0be58ed0",
                "sha256": "f7bd318625dd3fe8acffc56d060939ec34256f476716d541b735f7810142bc9a"
            },
            "downloads": -1,
            "filename": "clean_packager-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7c8e85057405f9e1beec23da0be58ed0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 634461,
            "upload_time": "2024-12-16T18:55:38",
            "upload_time_iso_8601": "2024-12-16T18:55:38.574397Z",
            "url": "https://files.pythonhosted.org/packages/98/87/d8e7c3e824a76782f0d2f3584057322dd9d2b830f78c69b2d369e42a198c/clean_packager-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-16 18:55:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "clean-packager"
}
        
Elapsed time: 0.42414s