{ "info": { "author": "Mike C. Fletcher", "author_email": "mcfletch@vrplumber.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# Appveyor To Dist Downloader\n\n[![Latest PyPI Version](https://img.shields.io/pypi/v/appveyordist.svg)](https://pypi.python.org/pypi/appveyordist)\n\n`appveyor-dist` is a script that pulls a project's artifacts\nto your local machine, normally into your `dist` directory.\n\n[Appveyor](https://www.appveyor.com/) is a continuous integration service that allows \nOpen Source projects to build releases on their system, but\nto push the resulting packages onto PyPI requires a lot of \nconfiguration. This script lets you keep control of pushing\nto PyPI while automatically pulling the files off Appveyor.\n\nPreviously I was using [appveyor-artifacts](https://github.com/Robpol86/appveyor-artifacts) for this, but\nits focus is pretty much on downloading coverage files and\ntrying to merge them, while I really just want to use the\nartifacts as-is for redistribution. I didn't wind up basing\nthe code off their code, as it was rather over-kill for me.\n\n### Why the weird spelling of artefact?\n\nThat's apparently how Americans spell it, and I figure\nwe'll follow Appveyor's API in the spelling even if\nit looks weird to Canadians and Brits.\n\n## Installation\n\n```\npip install appveyordist\n```\n\n## Usage\n\n```\n$ cd pyopengl\n$ appveyor-dist --user MikeCFletcher --project pyopengl --dist ./dist\n$ twine upload dist/PyOpenGL_accelerate-3.1.3-*.whl\n```\nYou can pass the `-f` flag to force overwriting files in `dist`,\nby default only new files will be downloaded.\n\nNote that we do *not* expect you to process the results or read\nthem. We will simply crash if there's a failure, but we will \nlog warnings if a job in the build/release has crashed/failed.\n\n### Requirements\n\nRequires Python 3 and requests module, tests require tox and pytest.\n\n### License\n\nMIT License\n\n`appveyordist` is copyright 2019 `Mike C. Fletcher `_.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mcfletch/appveyordist", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "appveyordist", "package_url": "https://pypi.org/project/appveyordist/", "platform": "", "project_url": "https://pypi.org/project/appveyordist/", "project_urls": { "Homepage": "https://github.com/mcfletch/appveyordist" }, "release_url": "https://pypi.org/project/appveyordist/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Download appveyor build artefacts to project dist", "version": "1.0.0", "yanked": false, "yanked_reason": null }, "last_serial": 6035553, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "c9a03c6119fab1fd671a8177228e1c24", "sha256": "ca05b64947a07895d749b72dc6db1f70cd7a4c1665a87e73f4d8646d02897994" }, "downloads": -1, "filename": "appveyordist-1.0.0.tar.gz", "has_sig": false, "md5_digest": "c9a03c6119fab1fd671a8177228e1c24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4035, "upload_time": "2019-10-27T01:15:40", "upload_time_iso_8601": "2019-10-27T01:15:40.026791Z", "url": "https://files.pythonhosted.org/packages/79/cf/8f07f2c6ec2dca30e0df356bc89277ae6b22af7b304fc98d5c7550d37464/appveyordist-1.0.0.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c9a03c6119fab1fd671a8177228e1c24", "sha256": "ca05b64947a07895d749b72dc6db1f70cd7a4c1665a87e73f4d8646d02897994" }, "downloads": -1, "filename": "appveyordist-1.0.0.tar.gz", "has_sig": false, "md5_digest": "c9a03c6119fab1fd671a8177228e1c24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4035, "upload_time": "2019-10-27T01:15:40", "upload_time_iso_8601": "2019-10-27T01:15:40.026791Z", "url": "https://files.pythonhosted.org/packages/79/cf/8f07f2c6ec2dca30e0df356bc89277ae6b22af7b304fc98d5c7550d37464/appveyordist-1.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }