gros-gatherer


Namegros-gatherer JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/grip-on-software/data-gathering
SummarySoftware development process data gathering
upload_time2024-04-03 11:42:41
maintainerNone
docs_urlNone
authorLeon Helwerda
requires_python>=3.6
licenseApache 2.0
keywords gros software development process data gathering
VCS
bugtrack_url
requirements urlmatch jira gitpython PyGithub svn requests requests_ntlm ordered-set wekanapi quality_report pymonetdb pyocclient bcrypt bigboat sshdeploy cherrypy
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Gather data from different sources that are
used by software development teams and projects in a distributed environment,
as part of a pipeline where the gathered data is stored in a database for
analysis purposes. Sources include issue trackers (Jira), version control
systems (Git and Subversion) and associated review systems (GitHub, GitLab,
and Azure DevOps/TFS/VSTS), quality report systems (SonarQube and HQ), 
build automation servers (Jenkins) and reservation systems (Topdesk).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/grip-on-software/data-gathering",
    "name": "gros-gatherer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "gros software development process data gathering",
    "author": "Leon Helwerda",
    "author_email": "l.s.helwerda@liacs.leidenuniv.nl",
    "download_url": "https://files.pythonhosted.org/packages/72/87/d089192239fa2f163714288d96d48c16f26fb37ce4afd4ed790c9e5b6849/gros-gatherer-0.0.3.tar.gz",
    "platform": null,
    "description": "Gather data from different sources that are\nused by software development teams and projects in a distributed environment,\nas part of a pipeline where the gathered data is stored in a database for\nanalysis purposes. Sources include issue trackers (Jira), version control\nsystems (Git and Subversion) and associated review systems (GitHub, GitLab,\nand Azure DevOps/TFS/VSTS), quality report systems (SonarQube and HQ), \nbuild automation servers (Jenkins) and reservation systems (Topdesk).\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Software development process data gathering",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/grip-on-software/data-gathering"
    },
    "split_keywords": [
        "gros",
        "software",
        "development",
        "process",
        "data",
        "gathering"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea4c05f0d128e8b2a26595471153c00f39daba7fad45eaad69aa4bb8ae2c62c3",
                "md5": "d804522ca74258e008015614ca84c0ec",
                "sha256": "88012032fbf98413ab291d42d3341251c1b32c05cc30106e788dead9b076f4f0"
            },
            "downloads": -1,
            "filename": "gros_gatherer-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d804522ca74258e008015614ca84c0ec",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 164196,
            "upload_time": "2024-04-03T11:42:38",
            "upload_time_iso_8601": "2024-04-03T11:42:38.619085Z",
            "url": "https://files.pythonhosted.org/packages/ea/4c/05f0d128e8b2a26595471153c00f39daba7fad45eaad69aa4bb8ae2c62c3/gros_gatherer-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7287d089192239fa2f163714288d96d48c16f26fb37ce4afd4ed790c9e5b6849",
                "md5": "8d82543a5ebf91c71e0f13ff1300baae",
                "sha256": "0857fd9c162bd427fa2d25cb8da1d6ee5df026fcd2a14166e58a9610301388af"
            },
            "downloads": -1,
            "filename": "gros-gatherer-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "8d82543a5ebf91c71e0f13ff1300baae",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 129608,
            "upload_time": "2024-04-03T11:42:41",
            "upload_time_iso_8601": "2024-04-03T11:42:41.163381Z",
            "url": "https://files.pythonhosted.org/packages/72/87/d089192239fa2f163714288d96d48c16f26fb37ce4afd4ed790c9e5b6849/gros-gatherer-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-03 11:42:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "grip-on-software",
    "github_project": "data-gathering",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "urlmatch",
            "specs": []
        },
        {
            "name": "jira",
            "specs": [
                [
                    ">=",
                    "2.0.1.0rc1"
                ]
            ]
        },
        {
            "name": "gitpython",
            "specs": [
                [
                    ">=",
                    "2.1.8"
                ]
            ]
        },
        {
            "name": "PyGithub",
            "specs": [
                [
                    ">=",
                    "1.58.0"
                ]
            ]
        },
        {
            "name": "svn",
            "specs": [
                [
                    ">=",
                    "0.3.45"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "requests_ntlm",
            "specs": []
        },
        {
            "name": "ordered-set",
            "specs": []
        },
        {
            "name": "wekanapi",
            "specs": []
        },
        {
            "name": "quality_report",
            "specs": []
        },
        {
            "name": "pymonetdb",
            "specs": []
        },
        {
            "name": "pyocclient",
            "specs": [
                [
                    "==",
                    "0.4"
                ]
            ]
        },
        {
            "name": "bcrypt",
            "specs": []
        },
        {
            "name": "bigboat",
            "specs": []
        },
        {
            "name": "sshdeploy",
            "specs": [
                [
                    "<",
                    "1.2"
                ]
            ]
        },
        {
            "name": "cherrypy",
            "specs": []
        }
    ],
    "lcname": "gros-gatherer"
}
        
Elapsed time: 0.23675s