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.3.0.tar.gz
(20.7 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.3.0-py3-none-any.whl
(30.6 kB
view details)
File details
Details for the file oktalib-3.3.0.tar.gz.
File metadata
- Download URL: oktalib-3.3.0.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64a6e20e2d8a8eb3ab28eff067157803970a3a5ad7788cacab5a6d8dcac3d38c
|
|
| MD5 |
c62a899f7125fa44cd816d6d9ba9d4c9
|
|
| BLAKE2b-256 |
d61096406236e9092c166ce222dc7522a3bf7a904e02c64c7783f551e62831fe
|
File details
Details for the file oktalib-3.3.0-py3-none-any.whl.
File metadata
- Download URL: oktalib-3.3.0-py3-none-any.whl
- Upload date:
- Size: 30.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b0aa641d927abe03ec17501b915af651614ac697c9cc6804656db3240e4c645
|
|
| MD5 |
f53c56f30136b4a3046bd79ed1a10e66
|
|
| BLAKE2b-256 |
f4460a23f22cf735c6d5a65cb4a2c1452419a02729bd89306a38085b34501c69
|