summaryrefslogtreecommitdiff
path: root/wrappers/python
AgeCommit message (Collapse)Author
2023-04-18Client + Server: Implement a token updater callbackjwijenbergh
2023-03-07Python: Remove f-strings from setup.pyjwijenbergh
This is so that we can build on older python version for pip
2023-03-01Version: Update to 1.0.0jwijenbergh
2023-03-01Python Tests: Set version to 0.1.00.99.0jwijenbergh
2023-03-01Version: Downgrade to 0.99.0jwijenbergh
2023-03-01Format: Run black and gofumptjwijenbergh
2023-02-28Version: Prepare 1.0.0jwijenbergh
2023-02-28Refactor: Remove error leveljwijenbergh
Not useful enought just yet
2023-02-27Exports Disco + Python: Make sure we can always obtain the local cachejwijenbergh
2023-02-01Version: Bump to 0.3.0jwijenbergh
2023-01-13Client + Exports: Separate cleanup from disconnectjwijenbergh
2023-01-05Python: Re-implement example and move to a new directoryjwijenbergh
2023-01-02Python tests: Use let's connect to disable discovery and warn envjwijenbergh
2022-12-21Version: Bump to 0.2.0jwijenbergh
2022-12-21Client + Exports: Forward tokens for /disconnectjwijenbergh
2022-12-21Python: Fix duplicate importsjwijenbergh
2022-12-21Exports + OAuth + Server: Forward tokens to getting a configjwijenbergh
2022-12-21Failover: Initial implementationjwijenbergh
2022-11-23FSM: Check unhandled transitionsjwijenbergh
2022-11-22Python Discovery: Copy over the version before freeingjwijenbergh
2022-11-10Server: Clarify doc for url when secure internetjwijenbergh
2022-11-10Exports + Python: Return locations for a secure internet serverjwijenbergh
2022-11-04Python Docs: Create a getting started pagejwijenbergh
2022-11-01Python: Fix type annotation for Disco Organizationjwijenbergh
2022-10-31Python: Add py.typed for Mypyjwijenbergh
2022-10-26Autoflake: Remove unused importsjwijenbergh
2022-10-26Client + Exports + Python: Add a function for getting the current serverjwijenbergh
2022-10-24Client + Server + Exports: Implement optional WireGuard supportjwijenbergh
2022-10-24Actions + Docs: Use Sphinx docs for Pythonjwijenbergh
2022-10-21Python: Sphinx doc filesjwijenbergh
2022-10-21Python: Add more meta private tagsjwijenbergh
2022-10-21Python: Fix meta docstring formatjwijenbergh
2022-10-18Python: Add docstringsjwijenbergh
2022-10-17Python: Keep adding server if no profiles were initializedjwijenbergh
2022-10-14Python: Annotate more return typesjwijenbergh
2022-10-14Python: Add type annotations for discoveryjwijenbergh
2022-10-14Python: Run blackjwijenbergh
2022-10-14Python: Run isortjwijenbergh
2022-10-14Python: Proper type annotationsjwijenbergh
2022-10-11Client: Refactor out adding a Server from getting a configjwijenbergh
2022-10-06Python Tests: Add missing language to registerjwijenbergh
2022-10-06Client + Python: Pass language to Registerjwijenbergh
2022-10-04Refactor: Renmae force TCP to prefer TCPjwijenbergh
2022-09-27Python Server: Remove unneeded current_profile propertyjwijenbergh
2022-09-27Python Server: Add a category string for serversjwijenbergh
2022-09-27Python: Fix get saved servers error handlingjwijenbergh
2022-09-27Python: Capitalize StateType enum valuesjwijenbergh
2022-09-27Python: Fix test lib pathjwijenbergh
2022-09-27Version: Ensure that we load a specific onejwijenbergh
2022-09-27Python: Reformat and move most loading out of __init__jwijenbergh