uncalled


Nameuncalled JSON
Version 0.1.6 PyPI version JSON
download
home_pagehttps://github.com/elazarg/uncalled
SummaryFind unused functions in Python projects
upload_time2023-02-01 23:04:29
maintainer
docs_urlNone
authorElazar Gershuni
requires_python>=3.4
licenseMIT
keywords linting quality
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ``uncalled``

============



Find unused functions in Python projects.





This tool uses either regular expressions (the default) or AST traversal.

The regular expressions are *fast* and has surprisingly few false-positives.

To further reduce false positives, there is a combined mode ``both``.





Usage

-----



::



    $ uncalled path/to/project



for more options, see ``uncalled --help``





`vulture <https://pypi.python.org/pypi/vulture>`_ is a similar package.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/elazarg/uncalled",
    "name": "uncalled",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.4",
    "maintainer_email": "",
    "keywords": "linting quality",
    "author": "Elazar Gershuni",
    "author_email": "elazarg@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/eb/74/ca47180efbe13d1123fc5053acb437220ccec2f06def93bdb6aba0c3b18a/uncalled-0.1.6.tar.gz",
    "platform": null,
    "description": "``uncalled``\r\r\n============\r\r\n\r\r\nFind unused functions in Python projects.\r\r\n\r\r\n\r\r\nThis tool uses either regular expressions (the default) or AST traversal.\r\r\nThe regular expressions are *fast* and has surprisingly few false-positives.\r\r\nTo further reduce false positives, there is a combined mode ``both``.\r\r\n\r\r\n\r\r\nUsage\r\r\n-----\r\r\n\r\r\n::\r\r\n\r\r\n    $ uncalled path/to/project\r\r\n\r\r\nfor more options, see ``uncalled --help``\r\r\n\r\r\n\r\r\n`vulture <https://pypi.python.org/pypi/vulture>`_ is a similar package.\r\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Find unused functions in Python projects",
    "version": "0.1.6",
    "split_keywords": [
        "linting",
        "quality"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb74ca47180efbe13d1123fc5053acb437220ccec2f06def93bdb6aba0c3b18a",
                "md5": "9ee9b1e7411628b2719d030f5f0ed438",
                "sha256": "65a13817c66729a20e6f646d1d29fe438476aee79d35675c53c167eb6f80e2a0"
            },
            "downloads": -1,
            "filename": "uncalled-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "9ee9b1e7411628b2719d030f5f0ed438",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.4",
            "size": 6521,
            "upload_time": "2023-02-01T23:04:29",
            "upload_time_iso_8601": "2023-02-01T23:04:29.697037Z",
            "url": "https://files.pythonhosted.org/packages/eb/74/ca47180efbe13d1123fc5053acb437220ccec2f06def93bdb6aba0c3b18a/uncalled-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-01 23:04:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "elazarg",
    "github_project": "uncalled",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "uncalled"
}
        
Elapsed time: 0.03644s