A library to interface with Okta through it's restful api
Project description
oktalib
A library to interface with Okta through it's restful api
Usage
Legacy: pip install oktalib
Preferred: uv add oktalib
Developing further
Development flow as Paleofuturistic Python
Prerequisite: uv
Setup
- Fork and clone this repository.
- Download additional dependencies:
uv sync --all-extras --dev - Optional: validate the setup with
uv run pytest testsuv run pylint src tests
Workflow
- Download dependencies (if you need any):
uv add some_lib_you_need - Develop (optional, tinker:
uvx --with-editable . ptpython) - QA:
- Format:
uv run ruff format - Lint:
uv run ruff check - Type check:
uv run mypy - Test:
uv run python -m unittest
- Format:
- Build (to validate it works):
uv build - Review documentation updates:
uv run mkdocs serve - Make a pull request.
Pipeline
Relevant for the maintainers of the repository.
- Github action release (Release Please) is using a PAT which expires. More about this can be found at paleofuturistic docs.
- Github action publish uses OIDC credentials for PyPI, check in PyPI if this stops working.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
oktalib-3.4.0.tar.gz
(20.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
oktalib-3.4.0-py3-none-any.whl
(30.7 kB
view details)
File details
Details for the file oktalib-3.4.0.tar.gz.
File metadata
- Download URL: oktalib-3.4.0.tar.gz
- Upload date:
- Size: 20.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9edf133e7ee711b1462d80b652c63727ee5692c787b9b56560b5dc920926afdd
|
|
| MD5 |
8164fedf96ab1ee4dfc680f640acbf9e
|
|
| BLAKE2b-256 |
1305c5023e4b7d8f7104679c8ce7f94b3bd559f8232a230485d0a59a5bce52d1
|
File details
Details for the file oktalib-3.4.0-py3-none-any.whl.
File metadata
- Download URL: oktalib-3.4.0-py3-none-any.whl
- Upload date:
- Size: 30.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
801af5c34c35133a21fcef83f169884d3308f21c1039c59871a8121f57c32af5
|
|
| MD5 |
f5065035dec3d168b4ccc122188254de
|
|
| BLAKE2b-256 |
2fee3186bba1f52e581fe0df2726aeafe1bdddb0ddfcd378ed4a277cd42b3ab8
|