summaryrefslogtreecommitdiff
path: root/python/enterprise.py
AgeCommit message (Collapse)Author
2026-04-20Enterprise: Add AuthenticateWithToken apiGlenn Smith
For when you have a token and want to auth with it directly
2026-04-15[Python API] Replace bare "except:" with "except Exception:" to fix signal ↵Josh Ferrell
propagation
2025-11-19Improve python api type hintsJosh Ferrell
2025-03-31Python: Make enterprise.connect() check for enterprise.initialize()Glenn Smith
2024-09-13Ultimate.Alexander Taylor
2024-07-24Remove deprecated API functions.Alexander Taylor
2024-06-26[Enterprise] Clean up initialization flowGlenn Smith
2024-04-19fixed class docstrings in enterprise.py and typearchive.pyGalen Williamson
2023-09-11Stop using now-deprecated Enterprise function.Alexander Taylor
2023-07-10Move binary view loading in to the core; deprecate open_view in favor of ↵KyleMiles
load; update examples
2023-06-05cleanup pydoc warningsJordan Wiens
2023-05-26Add some missing type annotationsMaja Kądziołka
2023-04-25Fix deprecation warning formatting in docs, require deprecated_in parameterJosh Ferrell
2023-04-25Fix enterprise example formattingJosh Ferrell
2023-03-10Forgot to rename the Python API as well.Alexander Taylor
2023-01-11Fix Enterprise API formatting issues.Alexander Taylor
2023-01-10[Enterprise] Fix LicenseCheckout not account for expired named licensesGlenn Smith
2023-01-10[Enterprise] Add api for IsFloatingLicenseGlenn Smith
2022-12-23Fixed missing newlines before `:param` in docstringsGalen Williamson
This was causing the generated html to not show the param lines correctly.
2022-11-10[Enterprise] Python: Allow LicenseCheckout(release=False)Glenn Smith
2022-11-10Remove no longer relevant docs from py!enterprise.acquire_licenseGlenn Smith
2022-05-31fixup invalid pydoc documentationJordan Wiens
2022-05-13Add missing import that broke the build.Alexander Taylor
2022-05-12Add notes for Enterprise edition-only module/class.Alexander Taylor
2022-05-02[Enterprise] Always cache licensesGlenn Smith
2022-03-23Fix LicenseCheckout() releasing your extended license from uiGlenn Smith
Now it checks if you already have one when entering, and will not release it when exiting.
2022-03-23Make a bunch of enterprise methods connect/auth implicitlyGlenn Smith
2022-01-28Format All FilesKyleMiles
2022-01-20[Enterprise] APIs for get/set server urlGlenn Smith
2021-12-08[Enterprise] API for getting the current session tokenGlenn Smith
2021-12-08[Enterprise] "Remember me" option in apiGlenn Smith
2021-12-07[Enterprise] APIs for server name, version, idGlenn Smith
2021-12-06PEP8 + cleanups for enterprise.pyGlenn Smith
2021-11-18Enterprise apis and supportGlenn Smith
Also secrets provider + openUrl