domain-shared-contacts-client

A Python client to CRUD Google Domain Shared Contacts


Keywords
domain_shared_contacts_client
License
MIT
Install
pip install domain-shared-contacts-client==1.0.4.2

Documentation

Google Domain Shared Contacts Client

Documentation Status Updates

A Python client to CRUD Google Domain Shared Contacts

Features

  • Command-line client and Python library:

    $ pip install domain_shared_contacts_client
    $ domain_shared_contacts_client --help
    Usage: domain_shared_contacts_client [OPTIONS] DOMAIN ADMIN CREDENTIALS
                                         COMMAND [ARGS]...
    
      Command line utility to interact with the Shared Contacts API.
    
    Options:
      --help  Show this message and exit.
    
    Commands:
      create  a single contact
      delete  a single contact
      list    all contacts
      read    a single contact
      update  a single contact
    
  • List, create, read, update and delete basic information for Google Domain Shared Contacts
    • name
      • given_name
      • family_name
      • full_name
    • organization
      • name
      • department
      • title
      • job_description
      • symbol
    • email (list)
      • address
      • primary
    • phone_number (list)
      • text
      • primary
    • structured_postal_address (list)
      • street
      • city
      • region
      • postcode
      • country
      • primary

Limitations

  • Python 2.7 only
  • Updates a limited set of the ContactEntry attributes
  • Email address, phone number and postal address types are hard-coded to gdata.data.WORK_REL

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

[ ~ Dependencies scanned by PyUp.io ~ ]