Git Product home page Git Product logo

umapi-client.py's Introduction

umapi-client.py

This is a Python client for the User Management API from Adobe, aka the UMAPI.

The User Management API 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 Systems Incorporated.

Installation

You can get this package from PyPI: pip install umapi-client. Or you can download the posted package from GitHub and use pip to install from the download.

Building

  1. Clone this repository or download one of the posted releases.
  2. From the command line, change to the umapi-client.py directory.
  3. To install, run the command python setup.py install. [NOTE: To avoid needing admin/root privileges for the installation of needed dependencies, it is recommended that you use virtualenv (or equivalent) to make a virtual python environment. See the virtualenvwrapper documentation for more information.
  4. Some of the packages required by this module use encryption, and so may require you to do local builds of modules that use SSL. Typically, this will require you to have a python installed that supports compiling extensions.
  5. To run tests, use the command python setup.py test.

Usage

Usage documentation, as well as information about how to get client credentials for use of the UMAPI, can be found on the umapi-client wiki, whose sources are in the docs directory of this repository.

umapi-client.py's People

Contributors

adorton-adobe avatar brotskydotcom avatar adobedan avatar chesterl86 avatar trieloff avatar michaeljpeterson avatar alshamma avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.