MANIFEST.in
setup.cfg
setup.py
examples/__init__.py
examples/test_contacts.py
examples/test_custom_fields.py
examples/test_lists.py
examples/test_messages.py
examples/test_templates.py
examples/test_unsubscribers.py
examples/test_users.py
tests/__init__.py
tests/app.py
tests/test_base.py
tests/test_contacts.py
tests/test_custom_fields.py
tests/test_lists.py
tests/test_messages.py
tests/test_sample.py
tests/test_templates.py
tests/test_unsubscribers.py
tests/test_user.py
textmagic/__init__.py
textmagic/exceptions.py
textmagic/version.py
textmagic.egg-info/PKG-INFO
textmagic.egg-info/SOURCES.txt
textmagic.egg-info/dependency_links.txt
textmagic.egg-info/requires.txt
textmagic.egg-info/top_level.txt
textmagic/compat/__init__.py
textmagic/conf/cacert.pem
textmagic/rest/__init__.py
textmagic/rest/client.py
textmagic/rest/exceptions.py
textmagic/rest/models/__init__.py
textmagic/rest/models/base.py
textmagic/rest/models/bulks.py
textmagic/rest/models/chats.py
textmagic/rest/models/contacts.py
textmagic/rest/models/custom_fields.py
textmagic/rest/models/messages.py
textmagic/rest/models/numbers.py
textmagic/rest/models/replies.py
textmagic/rest/models/schedules.py
textmagic/rest/models/sessions.py
textmagic/rest/models/stats.py
textmagic/rest/models/templates.py
textmagic/rest/models/tokens.py
textmagic/rest/models/unsubscribers.py
textmagic/rest/models/user.py
textmagic/rest/models/utils.py