Metadata-Version: 1.1
Name: domain-shared-contacts-client
Version: 1.0.4
Summary: A Python client to CRUD Google Domain Shared Contacts
Home-page: https://github.com/rjoyal/domain_shared_contacts_client
Author: Robert Joyal
Author-email: rjoyal@gmail.com
License: MIT license
Description: ===============================
        Google Domain Shared Contacts Client
        ===============================
        
        
        .. image:: https://img.shields.io/pypi/v/domain_shared_contacts_client.svg
                :target: https://pypi.python.org/pypi/domain_shared_contacts_client
        
        .. image:: https://img.shields.io/travis/rjoyal/domain_shared_contacts_client.svg
                :target: https://travis-ci.org/rjoyal/domain_shared_contacts_client
        
        .. image:: https://readthedocs.org/projects/domain-shared-contacts-client/badge/?version=latest
                :target: https://domain-shared-contacts-client.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/rjoyal/domain_shared_contacts_client/shield.svg
             :target: https://pyup.io/repos/github/rjoyal/domain_shared_contacts_client/
             :alt: Updates
        
        
        A Python client to CRUD Google Domain Shared Contacts
        
        
        - Free software: MIT license
        - Documentation: https://domain-shared-contacts-client.readthedocs.io.
        
        
        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.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        =======
        History
        =======
        
        0.1.0 (2017-01-24)
        ------------------
        
        * First release on PyPI.
        
Keywords: domain_shared_contacts_client
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
