Metadata-Version: 1.0
Name: convertkit
Version: 0.2
Summary: API Client for ConvertKit v3
Home-page: https://github.com/justinabrahms/python-convertkit/
Author: Justin Abrahms
Author-email: justin@abrah.ms
License: BSD
Description: # python-convertkit
        
        This is a Python API which aims to implement v3 of the
        [ConvertKit](http://convertkit.com/) API. Documentation for the API is
        [here](http://kb.convertkit.com/article/api-documentation-v3/).
        
        ## Status
        
        - [X] List Forms
        - [X] Add subscriber to form
        - [ ] Get Courses for account
        - [ ] Add subscribers to course
        - [ ] Get tags for an account
        - [ ] Add subscriber to a tag
        - [ ] Subscribing to multiple tags/forms/courses
        - [ ] Unsubscribe
        - [ ] Subscriber list
        - [ ] Update Subscriber
        
Platform: UNKNOWN
