clonedigger


Nameclonedigger JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttp://clonedigger.sourceforge.net
SummaryClone Digger aimed to detect similar code in Python and Java programs.
upload_time2010-02-08 07:48:17
maintainerNone
docs_urlNone
authorPeter Bulychev
requires_pythonNone
licenseGPL
keywords buildout buildbot
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===================
Clone Digger README
===================

available at http://clonedigger.sourceforge.net

Clone Digger is the tool for finding software clones. 
Currently only Python language is supported, Java support will be added soon.
See the site for details.

Usage
=====

The simplest way of running Clone Digger is::

    clonedigger source_file_1 source_file_2 ...

Or::

    clonedigger --recursive path_to_source_tree

Don't forget to remove automatically generated sources, tests and third party libraries from the source tree.

See http://clonedigger.sourceforge.net/documentation.html for more complex arguments.

The available arguments can be obtained using '--help' also.
            

Raw data

            {
    "_id": null,
    "home_page": "http://clonedigger.sourceforge.net",
    "name": "clonedigger",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "buildout buildbot",
    "author": "Peter Bulychev",
    "author_email": "peter.bulychev@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/54/04/8951e888a99ae3567ffbe401d52bda3eae1c461c7c9beb7533df89329346/clonedigger-1.1.0.tar.gz",
    "platform": "UNKNOWN",
    "description": "===================\nClone Digger README\n===================\n\navailable at http://clonedigger.sourceforge.net\n\nClone Digger is the tool for finding software clones. \nCurrently only Python language is supported, Java support will be added soon.\nSee the site for details.\n\nUsage\n=====\n\nThe simplest way of running Clone Digger is::\n\n    clonedigger source_file_1 source_file_2 ...\n\nOr::\n\n    clonedigger --recursive path_to_source_tree\n\nDon't forget to remove automatically generated sources, tests and third party libraries from the source tree.\n\nSee http://clonedigger.sourceforge.net/documentation.html for more complex arguments.\n\nThe available arguments can be obtained using '--help' also.",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "Clone Digger aimed to detect similar code in Python and Java programs.",
    "version": "1.1.0",
    "project_urls": {
        "Download": "UNKNOWN",
        "Homepage": "http://clonedigger.sourceforge.net"
    },
    "split_keywords": [
        "buildout",
        "buildbot"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54048951e888a99ae3567ffbe401d52bda3eae1c461c7c9beb7533df89329346",
                "md5": "0bf30b2de988f15d4dd57fd78e1e302f",
                "sha256": "83243929e4760ea2c2ef1e3ceb82265554351d372516db2ae1dc7f3045794124"
            },
            "downloads": -1,
            "filename": "clonedigger-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0bf30b2de988f15d4dd57fd78e1e302f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2595412,
            "upload_time": "2010-02-08T07:48:17",
            "upload_time_iso_8601": "2010-02-08T07:48:17.601796Z",
            "url": "https://files.pythonhosted.org/packages/54/04/8951e888a99ae3567ffbe401d52bda3eae1c461c7c9beb7533df89329346/clonedigger-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2010-02-08 07:48:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "clonedigger"
}
        
Elapsed time: 0.11355s