Metadata-Version: |
2.3 |
Name: |
udm-rest-api-client |
Version: |
0.0.2 |
Summary: |
Client library to interact with the Univention Directory Manager (UDM) REST API. |
Author-Email: |
Univention Maintainers <packages[at]univention.de> |
Project-Url: |
Homepage, https://www.univention.com |
Project-Url: |
Documentation, https://docs.software-univention.de/developer-reference/latest/en/udm/rest-api.html |
Project-Url: |
Repository, https://github.com/univention/univention-corporate-server |
Project-Url: |
Source, https://github.com/univention/univention-corporate-server/tree/5.2-0/management/univention-directory-manager-rest/src/univention/admin/rest |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Environment :: Web Environment |
Classifier: |
Framework :: AsyncIO |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
Intended Audience :: System Administrators |
Classifier: |
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Topic :: Internet |
Classifier: |
Topic :: Internet :: WWW/HTTP |
Classifier: |
Topic :: Software Development |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.7 |
Requires-Dist: |
cachecontrol (>=0.14.0) |
Requires-Dist: |
typing-extensions (>=4.0.0) |
Requires-Dist: |
uritemplate (>=4.1.1) |
Requires-Dist: |
aiohttp (>=3.0.0); extra == "async" |
Requires-Dist: |
python-ldap (>=3.0.0); extra == "cli" |
Requires-Dist: |
requests (>=2.0.0); extra == "cli" |
Requires-Dist: |
mypy-extensions (>=1.0.0); extra == "dev" |
Requires-Dist: |
mypy (>=1.9.0); extra == "dev" |
Requires-Dist: |
types-requests (>=2.0.0); extra == "dev" |
Requires-Dist: |
requests (>=2.0.0); extra == "sync" |
Provides-Extra: |
async |
Provides-Extra: |
cli |
Provides-Extra: |
dev |
Provides-Extra: |
sync |
Description-Content-Type: |
text/markdown |
License-Expression: |
AGPL-3.0-only |