PyDriller


NamePyDriller JSON
Version 2.7 PyPI version JSON
download
home_pagehttps://github.com/ishepard/pydriller
SummaryFramework for MSR
upload_time2024-10-31 10:05:55
maintainerNone
docs_urlNone
authorDavide Spadini
requires_python>=3.5
licenseApache License
keywords
VCS
bugtrack_url
requirements gitpython pytz types-pytz lizard
Travis-CI No Travis.
coveralls test coverage
            PyDriller is a Python framework that helps developers on mining software repositories. With PyDriller you can easily extract information from any Git repository, such as commits, developers, modifications, diffs, and source codes, and quickly export CSV files.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ishepard/pydriller",
    "name": "PyDriller",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": null,
    "keywords": null,
    "author": "Davide Spadini",
    "author_email": "spadini.davide@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3a/89/df4a8fb7d2b92826977b40d1bb8461fb4160d07910218218682a82e25568/pydriller-2.7.tar.gz",
    "platform": null,
    "description": "PyDriller is a Python framework that helps developers on mining software repositories. With PyDriller you can easily extract information from any Git repository, such as commits, developers, modifications, diffs, and source codes, and quickly export CSV files.\n",
    "bugtrack_url": null,
    "license": "Apache License",
    "summary": "Framework for MSR",
    "version": "2.7",
    "project_urls": {
        "Homepage": "https://github.com/ishepard/pydriller"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e04be0c6bb2a85cbbc095413beccb3f83667b03e9d4fbaa06ff42115a252efda",
                "md5": "131b53a733a889fe64d0400a137747d6",
                "sha256": "3eb6a3c5322937da0e5c940d7734a9519cf0b940af432f488187c96d6110864d"
            },
            "downloads": -1,
            "filename": "PyDriller-2.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "131b53a733a889fe64d0400a137747d6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 36279,
            "upload_time": "2024-10-31T10:05:52",
            "upload_time_iso_8601": "2024-10-31T10:05:52.689451Z",
            "url": "https://files.pythonhosted.org/packages/e0/4b/e0c6bb2a85cbbc095413beccb3f83667b03e9d4fbaa06ff42115a252efda/PyDriller-2.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a89df4a8fb7d2b92826977b40d1bb8461fb4160d07910218218682a82e25568",
                "md5": "7e806e74e14ac0a1d55a133fb0eec7a5",
                "sha256": "cd7d86899746f452c0ea2e5d3b220431a1ab2f2048b01e4dc812ef718865d2b7"
            },
            "downloads": -1,
            "filename": "pydriller-2.7.tar.gz",
            "has_sig": false,
            "md5_digest": "7e806e74e14ac0a1d55a133fb0eec7a5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 44058,
            "upload_time": "2024-10-31T10:05:55",
            "upload_time_iso_8601": "2024-10-31T10:05:55.357750Z",
            "url": "https://files.pythonhosted.org/packages/3a/89/df4a8fb7d2b92826977b40d1bb8461fb4160d07910218218682a82e25568/pydriller-2.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-31 10:05:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ishepard",
    "github_project": "pydriller",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "gitpython",
            "specs": []
        },
        {
            "name": "pytz",
            "specs": []
        },
        {
            "name": "types-pytz",
            "specs": []
        },
        {
            "name": "lizard",
            "specs": []
        }
    ],
    "lcname": "pydriller"
}
        
Elapsed time: 0.38722s