Metadata-Version: 2.1
Name: badges-io
Version: 1.0.7
Summary: Uploads total coverage for displaying badge
Home-page: https://github.com/Volumental/badges
Author: Samuel Carlsson
Author-email: samuel.carlsson@volumental.com
License: UNKNOWN
Description: # badges_io
        
        Uploads total badge data to an online service running at https://badges.vidstige.se/
        
        ## Usage
        Just issue
        
            python3 -m badges_io coverage 97%
        
        Here the "coverage" is a subject appearing to the left in the badge, while
        "97%" here is the status of the badge, appearing to the right.
        
        The color of the badge will be auto computed from the status. A third argument
        will override the color, e.g. "green".
        
        to upload coverage to the badges service. `badges_io` will try to autodetect the
        repo slug (e.g. "user/repo") by first looking at the origin remote of the
        current git repo, and also using environment variables if run on Travis CI.
        
        ## Author
        Samuel Carlsson
        
Keywords: badge,shield,shields.io
Platform: UNKNOWN
Description-Content-Type: text/markdown
