Metadata-Version: 1.1
Name: collins-client
Version: 1.0.0
Summary: The python interface to the collins api.
Home-page: https://github.com/tumblr/collins/tree/master/support/python/collins_client
Author: Tumblr Inc.
Author-email: opensourcesoftware@tumblr.com
License: UNKNOWN
Description: To install this package:
        
        > python3 -m pip install collins-client
        
        To use this package:
        
        > import collins_client
        > client = collins_client.CollinsClient(<username>, <password>, <host>)
        
        From there you can make any of the calls needed for the functionality of the collins api.
        
        When dealing with multiple attributes, you should be able to pass a list of values.
        Say you want to find assets with a certain hostname and a primary role.
        
        > client.asset_finder({'attribute': ['HOSTNAME;example.tumblr.net', 'PRIMARY_ROLE;TUMBLR_APP']})
        
Keywords: collins infastructure managment
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: System :: Systems Administration
