Metadata-Version: 2.0
Name: circle-asset
Version: 0.0.6
Summary: Get the latest assets from CircleCI
Home-page: https://github.com/prophile/circle-asset
Author: Alistair Lynn
Author-email: arplynn@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System :: Installation/Setup
Requires-Dist: requests (>=2.5,<3)

circle-asset |Latest Version|
=============================

|Circle CI|

A tool for getting the latest assets from CircleCI.

::

    usage: circle-asset [-h] [--version] [--api-root API_ROOT] [--token [TOKEN]]
                        [--branch BRANCH] [--accept-failed] [--build BUILD]
                        username project [artifact [artifact ...]]

    Get the latest assets from CircleCI

    positional arguments:
      username             GitHub username
      project              GitHub project
      artifact             Artifact name (or pattern) to get

    optional arguments:
      -h, --help           show this help message and exit
      --version            show program's version number and exit
      --api-root API_ROOT  API root for CircleCI
      --token [TOKEN]      API key
      --branch BRANCH      Project branch
      --accept-failed      Accepts artifacts from the latest build
      --build BUILD        Go to a specific build

.. |Latest Version| image:: https://pypip.in/version/circle_asset/badge.svg
   :target: https://pypi.python.org/pypi/circle-asset/
.. |Circle CI| image:: https://circleci.com/gh/prophile/circle-asset.svg?style=svg
   :target: https://circleci.com/gh/prophile/circle-asset


