Download appveyor build artefacts to project dist
Project description
# Appveyor To Dist Downloader
[![Latest PyPI Version](https://img.shields.io/pypi/v/appveyordist.svg)](https://pypi.python.org/pypi/appveyordist)
appveyor-dist is a script that pulls a project’s artifacts to your local machine, normally into your dist directory.
[Appveyor](https://www.appveyor.com/) is a continuous integration service that allows Open Source projects to build releases on their system, but to push the resulting packages onto PyPI requires a lot of configuration. This script lets you keep control of pushing to PyPI while automatically pulling the files off Appveyor.
Previously I was using [appveyor-artifacts](https://github.com/Robpol86/appveyor-artifacts) for this, but its focus is pretty much on downloading coverage files and trying to merge them, while I really just want to use the artifacts as-is for redistribution. I didn’t wind up basing the code off their code, as it was rather over-kill for me.
### Why the weird spelling of artefact?
That’s apparently how Americans spell it, and I figure we’ll follow Appveyor’s API in the spelling even if it looks weird to Canadians and Brits.
## Installation
` pip install appveyordist `
## Usage
` $ cd pyopengl $ appveyor-dist --user MikeCFletcher --project pyopengl --dist ./dist $ twine upload dist/PyOpenGL_accelerate-3.1.3-*.whl ` You can pass the -f flag to force overwriting files in dist, by default only new files will be downloaded.
Note that we do not expect you to process the results or read them. We will simply crash if there’s a failure, but we will log warnings if a job in the build/release has crashed/failed.
### Requirements
Requires Python 3 and requests module, tests require tox and pytest.
### License
MIT License
appveyordist is copyright 2019 Mike C. Fletcher.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file appveyordist-1.0.0.tar.gz
.
File metadata
- Download URL: appveyordist-1.0.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca05b64947a07895d749b72dc6db1f70cd7a4c1665a87e73f4d8646d02897994 |
|
MD5 | c9a03c6119fab1fd671a8177228e1c24 |
|
BLAKE2b-256 | 79cf8f07f2c6ec2dca30e0df356bc89277ae6b22af7b304fc98d5c7550d37464 |