maven-artifact


Namemaven-artifact JSON
Version 0.3.4 PyPI version JSON
download
home_page
SummaryDownload and resolve maven artifacts
upload_time2024-01-11 09:35:17
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords artifact download maven mvn
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # maven-artifact
A python library to download and resolve maven artifacts.

# Installation and Usage

 * Install using pip: `pip install maven-artifact'
 * Usage: run `maven-artifact` 

# Requirements

 * See `pyproject.toml` for details on required Python versions, pip packages etc.

# Contributing

 * Fork repo
 * Before submitting a PR
   * Perform formatting (black):  `hatch run lint:black src tests`
   * Run linter (flake8): `hatch run lint:flake8`
   * Run tests:
     * all: `hatch run test:pytest --cov=maven_artifact`
     * unit only: `hatch run test:pytest --cov=maven_artifact  tests/unit`
     * integration only: `hatch run test:pytest --cov=maven_artifact  tests/integration`

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "maven-artifact",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "artifact,download,maven,mvn",
    "author": "",
    "author_email": "Erlend Hamnaberg <erlend@hamnaberg.net>",
    "download_url": "https://files.pythonhosted.org/packages/86/c1/35b3c4492dd06a93d8c9b519f240c5132b5df7b50b02f84239d40d243e94/maven_artifact-0.3.4.tar.gz",
    "platform": null,
    "description": "# maven-artifact\nA python library to download and resolve maven artifacts.\n\n# Installation and Usage\n\n * Install using pip: `pip install maven-artifact'\n * Usage: run `maven-artifact` \n\n# Requirements\n\n * See `pyproject.toml` for details on required Python versions, pip packages etc.\n\n# Contributing\n\n * Fork repo\n * Before submitting a PR\n   * Perform formatting (black):  `hatch run lint:black src tests`\n   * Run linter (flake8): `hatch run lint:flake8`\n   * Run tests:\n     * all: `hatch run test:pytest --cov=maven_artifact`\n     * unit only: `hatch run test:pytest --cov=maven_artifact  tests/unit`\n     * integration only: `hatch run test:pytest --cov=maven_artifact  tests/integration`\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Download and resolve maven artifacts",
    "version": "0.3.4",
    "project_urls": null,
    "split_keywords": [
        "artifact",
        "download",
        "maven",
        "mvn"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a6f81dbf1e7c00a558b86709b9c5eac498f7bcbf5da153dd2adf4c68d7f69ef",
                "md5": "8de4bc4764d280d79c0e58938264b81d",
                "sha256": "9fc0c49eebd222cdc3028817c214ee4e9fd5e670b668872a29725275f26883b2"
            },
            "downloads": -1,
            "filename": "maven_artifact-0.3.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8de4bc4764d280d79c0e58938264b81d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 7495,
            "upload_time": "2024-01-11T09:35:16",
            "upload_time_iso_8601": "2024-01-11T09:35:16.417085Z",
            "url": "https://files.pythonhosted.org/packages/3a/6f/81dbf1e7c00a558b86709b9c5eac498f7bcbf5da153dd2adf4c68d7f69ef/maven_artifact-0.3.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86c135b3c4492dd06a93d8c9b519f240c5132b5df7b50b02f84239d40d243e94",
                "md5": "9facadf23414c019523f868b4c59248c",
                "sha256": "cfd2a33b90eaab70a443e599c8607f443af9f5163386ada3f0e6d672eabfdb17"
            },
            "downloads": -1,
            "filename": "maven_artifact-0.3.4.tar.gz",
            "has_sig": false,
            "md5_digest": "9facadf23414c019523f868b4c59248c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 7968,
            "upload_time": "2024-01-11T09:35:17",
            "upload_time_iso_8601": "2024-01-11T09:35:17.569656Z",
            "url": "https://files.pythonhosted.org/packages/86/c1/35b3c4492dd06a93d8c9b519f240c5132b5df7b50b02f84239d40d243e94/maven_artifact-0.3.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-11 09:35:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "maven-artifact"
}
        
Elapsed time: 0.16353s