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.2.0.tar.gz
(19.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.2.0-py3-none-any.whl
(25.5 kB
view details)
File details
Details for the file oktalib-3.2.0.tar.gz.
File metadata
- Download URL: oktalib-3.2.0.tar.gz
- Upload date:
- Size: 19.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
423f28e75d061dffa4edc71bbb7d27dd1c6fe23869147ceb6561334f45901d91
|
|
| MD5 |
66684f27340e0512ebc76a92b78b5eba
|
|
| BLAKE2b-256 |
edcdef1959c59c2b4d22300cf783115fcb31c8287a751fa08ff4b59e0f5e6727
|
File details
Details for the file oktalib-3.2.0-py3-none-any.whl.
File metadata
- Download URL: oktalib-3.2.0-py3-none-any.whl
- Upload date:
- Size: 25.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f46d6485f0e9a7079a4f9561d31952268462eb4ae482a7bf3f18fcdec26205a1
|
|
| MD5 |
78e8e18a651ab92f73719accbf400970
|
|
| BLAKE2b-256 |
aa130c0b277402daca1b1cf7ab2704ad5a6a577e46283f5b5284232feb1beec5
|