Skip to content

nielsonsantana/elasticemailclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElasticmailClient

Elasticmal client from Elasticmail library

Getting Started

  1. Install elasticmailclient at the command prompt if you haven't yet:

     $ pip install git+http://github.com/nielsonsantana/elasticmailclient.git#egg=elasticmailclient
    

    Also, is possible use a tag as version:

     $ pip install git+http://github.com/nielsonsantana/elasticmailclient.git@<tag>#egg=elasticmailclient
    
  2. Now, is possible import elasticmailclient in your project:

     from elasticemailclient import ApiClient, Account, Email
    

License

MIT License.