Metadata-Version: 2.1
Name: umapi-client
Version: 2.15
Summary: Client for the User Management API (UMAPI) from Adobe - see https://adobe.ly/2h1pHgV
Home-page: https://github.com/adobe-apiplatform/umapi-client.py
Maintainer: Daniel Brotsky
Maintainer-email: dbrotsky@adobe.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Requires-Dist: requests (>=2.4.2)
Requires-Dist: cryptography
Requires-Dist: PyJWT
Requires-Dist: six
Requires-Dist: enum34 ; python_version < "3.4"
Provides-Extra: setup
Requires-Dist: pytest-runner ; extra == 'setup'
Provides-Extra: test
Requires-Dist: mock ; extra == 'test'
Requires-Dist: pytest (>=3.0.5) ; extra == 'test'
Requires-Dist: PyYAML ; extra == 'test'

The User Management API (aka the UMAPI) is an Adobe-hosted network service which provides Adobe Enterprise customers the ability to manage their users.  This client makes it easy to access the UMAPI from a local Python application.  This client is open source, maintained by Adobe, and distributed under the terms of the OSI-approved MIT license.  Copyright (c) 2016-2017 Adobe Inc.


