Metadata-Version: 1.1
Name: circle-asset
Version: 0.0.4
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
Description: 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
        ```
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.4
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System :: Installation/Setup
