Metadata-Version: 1.1
Name: pollbot
Version: 0.1.0
Summary: A service that polls other services about releases deliveries.
Home-page: https://github.com/mozilla/PollBot
Author: Mozilla Services
Author-email: storage-team@mozilla.com
License: Mozilla Public License 2.0
Description: PollBot
        =======
        
        |coc| |travis| |master-coverage|
        
        .. |coc| image:: https://img.shields.io/badge/%E2%9D%A4-code%20of%20conduct-blue.svg
            :target: https://github.com/mozilla/PollBot/blob/master/CODE_OF_CONDUCT.md
            :alt: Code of conduct
        
        .. |travis| image:: https://travis-ci.org/mozilla/PollBot.svg?branch=master
            :target: https://travis-ci.org/mozilla/PollBot
        
        .. |master-coverage| image::
            https://coveralls.io/repos/mozilla/PollBot/badge.svg?branch=master
            :alt: Coverage
            :target: https://coveralls.io/r/mozilla/PollBot
        
        .. |readthedocs| image:: https://readthedocs.org/projects/pollbot/badge/?version=latest
            :target: https://pollbot.readthedocs.io/en/latest/
            :alt: Documentation Status
        
        .. |pypi| image:: https://img.shields.io/pypi/v/pollbot.svg
            :target: https://pypi.python.org/pypi/pollbot
        
        PollBot is an hardworking little robot (microservice) that frees its
        human masters from the toilsome task of polling for the state of
        things during the Firefox release process.
        
        
        `Version 1.0 <https://github.com/mozilla/PollBot/projects/1>`_ will
        provide, at a minimum, these API resources:
        
        #. build exists on archive.mozilla.org
        #. release notes published
        #. product-details.mozilla.org JSON contains the release
        #. download links are on mozilla.org and they work
        #. security advisories are published and links work 
        
        License
        -------
        
        MPL v2 (see `LICENSE <https://github.com/mozilla/PollBot/blob/master/LICENSE>`_)
        
        
        CHANGELOG
        =========
        
        0.1.0 (2017-08-08)
        ------------------
        
        - Add the /v1/ info page (#10)
        - Add the archive.mozilla.org bot (#17)
        - Add the bedrock release-notes bot (#16)
        - Add the bedrock security-advisories bot (#26)
        - Add the bedrock download-page bot (#28)
        - Add the product-details bot (#27)
        - Expose the Open API Specification (#23)
        - Add the contribute.json endpoint (#25)
        - Add CORS support (#28)
        - Add the /__version__ endpoint (39)
        - Add the __heartbeat__ and __lbheartbeat__ endpoints (#38)
        - Serve the Swagger documentation (#30)
        
        
        
        Contributors
        ============
        
        * Ethan Glasser-Camp <ethan@betacantrips.com>
        * Mathieu Agopian <mathieu@agopian.info>
        * Mathieu Leplatre <mathieu@mozilla.com>
        * Rémy Hubscher <rhubscher@mozilla.com>
        
Keywords: web sync json storage services
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
