application-download


Nameapplication-download JSON
Version 0.0.1.dev3 PyPI version JSON
download
home_pagehttps://github.com/camptocamp/application-download
SummaryTools used to publish Python packages, Docker images and Helm charts for GitHub tag and branch
upload_time2024-11-06 10:34:44
maintainerNone
docs_urlNone
authorCamptocamp
requires_python>=3.9
licenseFreeBSD
keywords ci
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Application Download

This tool can be used to maintain a version file (eventually also an application file) for a given application.

The version file is a YAML file that contains the version number of the application.
The version file respect the schema describe in application.md and provided in application_download/application-schema.json.

The application file is also a YAML file that contains how to download and install the application.
This is a simple key value file with the application as key and the version as value.

## Install

```bash
pip install application-download
```

## Usage

```bash
application-download --help
```

## Contributing

Install the pre-commit hooks:

```bash
pip install pre-commit
pre-commit install --allow-missing-config
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/camptocamp/application-download",
    "name": "application-download",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "ci",
    "author": "Camptocamp",
    "author_email": "info@camptocamp.com",
    "download_url": "https://files.pythonhosted.org/packages/40/41/110935e3bb552118b3bb47acd103f7ea9291c5109292780bc3ef7b56b594/application_download-0.0.1.dev3.tar.gz",
    "platform": null,
    "description": "# Application Download\n\nThis tool can be used to maintain a version file (eventually also an application file) for a given application.\n\nThe version file is a YAML file that contains the version number of the application.\nThe version file respect the schema describe in application.md and provided in application_download/application-schema.json.\n\nThe application file is also a YAML file that contains how to download and install the application.\nThis is a simple key value file with the application as key and the version as value.\n\n## Install\n\n```bash\npip install application-download\n```\n\n## Usage\n\n```bash\napplication-download --help\n```\n\n## Contributing\n\nInstall the pre-commit hooks:\n\n```bash\npip install pre-commit\npre-commit install --allow-missing-config\n```\n\n",
    "bugtrack_url": null,
    "license": "FreeBSD",
    "summary": "Tools used to publish Python packages, Docker images and Helm charts for GitHub tag and branch",
    "version": "0.0.1.dev3",
    "project_urls": {
        "Homepage": "https://github.com/camptocamp/application-download",
        "Repository": "https://github.com/camptocamp/application-download"
    },
    "split_keywords": [
        "ci"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "952987eca8bfc523a7614a38cd5df6e8e6765c2cc0a6576e6cb540c6530c7b96",
                "md5": "bb9e23f485d86c123a6d76d9337676eb",
                "sha256": "89662f68d327ccd39c499947c58861ec0c94f648de471fd173d8df53dae25069"
            },
            "downloads": -1,
            "filename": "application_download-0.0.1.dev3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bb9e23f485d86c123a6d76d9337676eb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 10027,
            "upload_time": "2024-11-06T10:34:43",
            "upload_time_iso_8601": "2024-11-06T10:34:43.062490Z",
            "url": "https://files.pythonhosted.org/packages/95/29/87eca8bfc523a7614a38cd5df6e8e6765c2cc0a6576e6cb540c6530c7b96/application_download-0.0.1.dev3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4041110935e3bb552118b3bb47acd103f7ea9291c5109292780bc3ef7b56b594",
                "md5": "bb52f3715abb6d13ddcae4d23e26e00c",
                "sha256": "bc7d894bab6f87d6e822c717eecdc169489e3dc2a61ce8ab7de26a785b40bb57"
            },
            "downloads": -1,
            "filename": "application_download-0.0.1.dev3.tar.gz",
            "has_sig": false,
            "md5_digest": "bb52f3715abb6d13ddcae4d23e26e00c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 8693,
            "upload_time": "2024-11-06T10:34:44",
            "upload_time_iso_8601": "2024-11-06T10:34:44.923797Z",
            "url": "https://files.pythonhosted.org/packages/40/41/110935e3bb552118b3bb47acd103f7ea9291c5109292780bc3ef7b56b594/application_download-0.0.1.dev3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-06 10:34:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "camptocamp",
    "github_project": "application-download",
    "github_not_found": true,
    "lcname": "application-download"
}
        
Elapsed time: 2.08557s