Metadata-Version: 1.0
Name: keepify-py
Version: 0.1.0
Summary: Official Keepify library to track events from your Python application
Home-page: https://github.com/thedecimal/keepify-py
Author: the decimal
Author-email: yaser.al3shry@gmail.com
License: LICENSE.txt
Description: ===============
        keepify-py
        ===============
        
        This is the official Keepify Python library. This library allows for server-side intergration of Keepify from your python application.
        
        Installation
        ============
        
        The library can be installed using pip::
            pip install keepify-py
        
        Usage
        ===============
        
            #!/usr/bin/env python
            from keepify import Keepify
        
            kp = Keepify(YOUR_TOKEN)
        
            # tracks an event with certain properties
            kp.track("user@email.com",'item purchase', {'item_id' : '113', 'size': 'large'})
Platform: UNKNOWN
