Metadata-Version: 2.4
Name: okta
Version: 3.4.0
Summary: Python SDK for the Okta Management API
Home-page: https://github.com/okta/okta-sdk-python
Author: Okta, Inc.
Author-email: developer-community-products@okta.com
License: Apache-2.0
Keywords: OpenAPI,OpenAPI-Generator,Okta Admin Management
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
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: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: aenum>=3.1.11
Requires-Dist: aiohttp>=3.12.14
Requires-Dist: blinker>=1.9.0
Requires-Dist: jwcrypto>=1.5.6
Requires-Dist: pycryptodomex>=3.23.0
Requires-Dist: pydantic>=2.11.3
Requires-Dist: pydash>=8.0.5
Requires-Dist: PyJWT>=2.10.1
Requires-Dist: python-dateutil>=2.9.0.post0
Requires-Dist: PyYAML>=6.0.2
Requires-Dist: requests>=2.32.3
Requires-Dist: xmltodict>=0.14.2
Provides-Extra: images
Requires-Dist: pillow<12,>=9.0.0; extra == "images"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Okta SDK Python
===============

A Python library for the Okta Management APIs.

Getting Started
---------------
``` $ pip install okta ```

What you need
--------------------

- An Okta account, called an _organization_ (sign up for a free developer organization if you need one)
- [An API token](https://developer.okta.com/docs/api/getting_started/getting_a_token)

Look for our quickstart guide here!
- https://github.com/okta/okta-sdk-python

Okta Developer Forum
--------------------

Find out more and look for help here: https://devforum.okta.com/
