![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Client for the User Management API (UMAPI) from Adobe - see https://adobe.ly/2h1pHgV
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.
See the user guide for more information.
This client is open source, maintained by Adobe, and distributed under the terms of the OSI-approved MIT license. Copyright (c) 2016-2023 Adobe Inc.
The 3.x
release branch is actively maintained. New users of the UMAPI client
should use the latest 3.x release. The 2.x
branch is still supported, but new
2.x releases will only contain bug fixes. New features will only be developed
for 3.x.
Pull requests for 3.x should be made against the v3
branch (the default
branch). Anything related to 2.x bugfixes should target v2
.
umapi-client.py
is published to the Python Packaging Index.
https://pypi.org/project/umapi-client/
It can be installed with pip:
$ pip install umapi-client
Or a dependency manager such as Poetry:
$ poetry add umapi-client
Poetry is required to build the package. Follow the instructions documented on Poetry's website to install it on your system.
Clone this repository
$ git clone https://github.com/adobe-apiplatform/umapi-client.py
$ cd umapi-client.py
Install dependencies to virtual environment.
$ poetry install
The build
command will create a source package (.tar.gz
) and a wheel file
(.whl
) in the dist
directory.
$ poetry build
$ ls dist
umapi-client-3.0.1.tar.gz umapi_client-3.0.1-py3-none-any.whl
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.
Run tests with pytest
.
$ poetry run pytest
Usage documentation, as well as information about how to get client
credentials for use of the UMAPI, can be found in the
user guide,
whose sources are in the docs
directory of this repository.
This project is licensed under the MIT License. See LICENSE for more information.
FAQs
Client for the User Management API (UMAPI) from Adobe - see https://adobe.ly/2h1pHgV
We found that umapi-client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.