Metadata-Version: 2.1
Name: lh3api
Version: 0.1.1
Summary: Utilities for easily working with the LibraryH3lp APIs.
Home-page: https://gitlab.com/libraryh3lp/libraryh3lp-sdk-python
Author: Nub Games, Inc.
Author-email: support@libraryh3lp.com
License: MIT
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
Requires-Dist: future
Requires-Dist: requests

Install
=======

Via Python Package Authority::

    pip install lh3api

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.


