pymaven-patch


Namepymaven-patch JSON
Version 0.3.2 PyPI version JSON
download
home_pagehttps://github.com/nexB/pymaven
SummaryPython access to maven. nexB advanced patch.
upload_time2024-03-21 08:45:02
maintainerNone
docs_urlNone
authorWalter Scheper
requires_pythonNone
licenseApache-2
keywords
VCS
bugtrack_url
requirements lxml requests six
Travis-CI
coveralls test coverage No coveralls.
            =======
Pymaven
=======

Overview
========

Pymaven is a Python library for interfacing with the maven build system. There
are two major interfaces:

* pymaven.client provides a basic maven repository client
* pymaven.pom provides a Pom object that can provide progromatic access to
  a maven pom file


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nexB/pymaven",
    "name": "pymaven-patch",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Walter Scheper",
    "author_email": "Walter.Scheper@sas.com",
    "download_url": "https://files.pythonhosted.org/packages/f2/5a/5de519f07057838d4768ed7f04ceea0629b373e06aa96bddfa7bb8d78654/pymaven-patch-0.3.2.tar.gz",
    "platform": null,
    "description": "=======\nPymaven\n=======\n\nOverview\n========\n\nPymaven is a Python library for interfacing with the maven build system. There\nare two major interfaces:\n\n* pymaven.client provides a basic maven repository client\n* pymaven.pom provides a Pom object that can provide progromatic access to\n  a maven pom file\n\n",
    "bugtrack_url": null,
    "license": "Apache-2",
    "summary": "Python access to maven. nexB advanced patch.",
    "version": "0.3.2",
    "project_urls": {
        "Homepage": "https://github.com/nexB/pymaven"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "399a9e597fcd70da0c2e34a9b3c60df62f23a6972295caa68f6d482b57db937b",
                "md5": "7b4f405d2c0ffb8bba8df5982696d3d2",
                "sha256": "29a67d508e5d7a55c4359435e009ab87217ceb604a48caeb7b5b7d26b3099f65"
            },
            "downloads": -1,
            "filename": "pymaven_patch-0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7b4f405d2c0ffb8bba8df5982696d3d2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 23953,
            "upload_time": "2024-03-21T08:45:00",
            "upload_time_iso_8601": "2024-03-21T08:45:00.017717Z",
            "url": "https://files.pythonhosted.org/packages/39/9a/9e597fcd70da0c2e34a9b3c60df62f23a6972295caa68f6d482b57db937b/pymaven_patch-0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f25a5de519f07057838d4768ed7f04ceea0629b373e06aa96bddfa7bb8d78654",
                "md5": "95bff7bf04a69aafaefae7e91c942f94",
                "sha256": "0cf7c93e89f01f0408eb656eec58cb4a228c95e03b3d47cb73d31f899055cd50"
            },
            "downloads": -1,
            "filename": "pymaven-patch-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "95bff7bf04a69aafaefae7e91c942f94",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 31017,
            "upload_time": "2024-03-21T08:45:02",
            "upload_time_iso_8601": "2024-03-21T08:45:02.662879Z",
            "url": "https://files.pythonhosted.org/packages/f2/5a/5de519f07057838d4768ed7f04ceea0629b373e06aa96bddfa7bb8d78654/pymaven-patch-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-21 08:45:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nexB",
    "github_project": "pymaven",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "lxml",
            "specs": [
                [
                    ">=",
                    "4.0.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.7.0"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    ">=",
                    "1.10"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "pymaven-patch"
}
        
Elapsed time: 0.21663s