Metadata-Version: 1.1
Name: lh3api
Version: 0.1.0
Summary: Utilities for easily working with the LibraryH3lp APIs.
Home-page: https://github.com/libraryh3lp/libraryh3lp-sdk-python
Author: Nub Games, Inc.
Author-email: support@libraryh3lp.com
License: MIT
Description: Configuration
        ============
        
        In ~/.lh3/config::
        
            [default]
            server = libraryh3lp.com
            timezone = UTC
            salt = "you should probably change this"
        
        The `salt` is used when generating system-level utility accounts.
        This is not something you do often.  If your `salt` is unique, your
        passwords will be unique.
        
        In ~/.lh3/credentials::
        
            [default]
            username = <ADMIN_USER>
            password = <ADMIN_PASS>
        
            [test]
            username = <TEST_USER>
            password = <TEST_PASS>
        
        You can define different profiles (`test` above) that have different
        levels of access to the system, or access to different parts of the
        system.
        
Keywords: libraryh3lp api sdk
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
