dependeless


Namedependeless JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryA tool to show which pip packages are not depended on by any other package
upload_time2024-06-11 10:21:43
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords pip dependencies unused packages clean
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Dependeless

A very small command line tool to list all the installed pip packages that are not dependencies of any other package.  

Uses the `Required-By` field in the output of `pip show` to determine dependencies.

## Installation

```bash
pip install dependeless
```

## Usage

Easiest is to just run the command in your virtualenvironment:
```bash
dependeless
```

You can also run it with manually specified pip path:
```bash
dependeless --pip-path /path/to/pip
```

By the `pip` package and `dependeless` package itself are excluded from the output. You can change this or add more packages to exclude by using the `--pardon` option:
```bash
dependeless --pardon "pip, setuptools, your_package"
```

## Performance
For large projects with many dependencies, the tool can be slow.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dependeless",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "pip, dependencies, unused, packages, clean",
    "author": null,
    "author_email": "Lucas van der Horst <Lucas@vdrHorst.nl>",
    "download_url": "https://files.pythonhosted.org/packages/e1/e3/bf6dc90ce11468c6f0d988b7f6e74d784cc900b7394d5a19a46ed3de9b50/dependeless-0.1.1.tar.gz",
    "platform": null,
    "description": "# Dependeless\n\nA very small command line tool to list all the installed pip packages that are not dependencies of any other package.  \n\nUses the `Required-By` field in the output of `pip show` to determine dependencies.\n\n## Installation\n\n```bash\npip install dependeless\n```\n\n## Usage\n\nEasiest is to just run the command in your virtualenvironment:\n```bash\ndependeless\n```\n\nYou can also run it with manually specified pip path:\n```bash\ndependeless --pip-path /path/to/pip\n```\n\nBy the `pip` package and `dependeless` package itself are excluded from the output. You can change this or add more packages to exclude by using the `--pardon` option:\n```bash\ndependeless --pardon \"pip, setuptools, your_package\"\n```\n\n## Performance\nFor large projects with many dependencies, the tool can be slow.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A tool to show which pip packages are not depended on by any other package",
    "version": "0.1.1",
    "project_urls": {
        "Bug Tracker": "https://gitlab.com/Lucas_van_der_Horst/dependeless/-/issues",
        "Documentation": "https://gitlab.com/Lucas_van_der_Horst/dependeless/-/blob/main/README.md",
        "Homepage": "https://gitlab.com/Lucas_van_der_Horst/dependeless",
        "Source Code": "https://gitlab.com/Lucas_van_der_Horst/dependeless"
    },
    "split_keywords": [
        "pip",
        " dependencies",
        " unused",
        " packages",
        " clean"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1df89acb91088493dd9632cc420eca46961c3ea72424e1a4193632d7071cf242",
                "md5": "75df2fc0fbb8ff6deca445d84df5183e",
                "sha256": "15141cd43b8d171884ea32e531a69c1d95fb45e4f3a62f008191b7a0bfffba81"
            },
            "downloads": -1,
            "filename": "dependeless-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "75df2fc0fbb8ff6deca445d84df5183e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 15071,
            "upload_time": "2024-06-11T10:21:41",
            "upload_time_iso_8601": "2024-06-11T10:21:41.521134Z",
            "url": "https://files.pythonhosted.org/packages/1d/f8/9acb91088493dd9632cc420eca46961c3ea72424e1a4193632d7071cf242/dependeless-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1e3bf6dc90ce11468c6f0d988b7f6e74d784cc900b7394d5a19a46ed3de9b50",
                "md5": "bd8968c5950ddc5c1bdc03963b162d66",
                "sha256": "631bc4846acab19cba01dca7662e85ea7381bfd31a4944523ac93b5f553c8c03"
            },
            "downloads": -1,
            "filename": "dependeless-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "bd8968c5950ddc5c1bdc03963b162d66",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 14346,
            "upload_time": "2024-06-11T10:21:43",
            "upload_time_iso_8601": "2024-06-11T10:21:43.633005Z",
            "url": "https://files.pythonhosted.org/packages/e1/e3/bf6dc90ce11468c6f0d988b7f6e74d784cc900b7394d5a19a46ed3de9b50/dependeless-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-11 10:21:43",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "Lucas_van_der_Horst",
    "gitlab_project": "dependeless",
    "lcname": "dependeless"
}
        
Elapsed time: 0.93810s