Metadata-Version: 1.0
Name: pymautic
Version: 0.21
Summary: Python Mautic API
Home-page: https://github.com/tachang/pymautic
Author: Jeff Tchang
Author-email: jeff.tchang@gmail.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: # pymautic
        Python Mautic API
        
        
        =============
        Running Tests
        =============
        
        
        Tests require ```pip install pytest```.
        
        You will need to set the following enviornment variables to a Mautic instance:
        
        MAUTIC_URL
        MAUTIC_USERNAME
        MAUTIC_PASSWORD
        
        The URL needs to look like https://mautic.example.com.
        
        
        To run the unit tests ::
        
            $ py.test
        
        
Keywords: mautic api
Platform: UNKNOWN
