Metadata-Version: 1.1
Name: pfcm
Version: 0.1.1
Summary: another fcm wrapper in python
Home-page: https://github.com/jiamo/pfcm
Author: jiamo
Author-email: life.130815@gmail.com
License: MIT
Description: =====
        pfcm
        =====
        
        
        .. image:: https://img.shields.io/pypi/v/pfcm.svg
                :target: https://pypi.python.org/pypi/pfcm
        
        .. image:: https://img.shields.io/travis/jiamo/pfcm.svg
                :target: https://travis-ci.org/jiamo/pfcm
        
        .. image:: https://readthedocs.org/projects/pfcm/badge/?version=latest
                :target: https://pfcm.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/jiamo/pfcm/shield.svg
             :target: https://pyup.io/repos/github/jiamo/pfcm/
             :alt: Updates
        
        
        another python wraper for firebase cloud message
        
        
        * Free software: MIT license
        * Documentation: https://pfcm.readthedocs.io.
        * message ref: https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages
        * auth ref: https://firebase.google.com/docs/cloud-messaging/auth-server
        
        
        test
        --------
        * you should put config.yml in top dir like ::
        
            default:
                one_token: one_token
                project_name: you project name
        
        * the private key file should be in top dir with filename ``service_token.json``
        
        
        =======
        History
        =======
        
        0.0.1 (2017-10-20)
        ------------------
        
        * First release on PyPI.
        
Keywords: pfcm
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
