globus-sdk-python icon indicating copy to clipboard operation
globus-sdk-python copied to clipboard

Globus SDK for Python

Results 19 globus-sdk-python issues
Sort by recently updated
recently updated
newest added

This runs much deeper than #236. We need to document usage, including, but not limited to: - Preview client registration - Preview identities/endpoints/entities being distinct from their Production counterparts, and...

docs
good first issue

Update the `default_scope_requirements` field for `FlowsClient` to list (only) the `all` scope. This increases the capabilities of a default-built FlowsClient to include creation of a Flow. This appears to have...

This method allows ConnectorTable consumers to extend the class with an additional connector (or, if they chain calls, multiple connectors). The new connector is written into the new subclass as...

In the interest of limiting the scope of this PR, I've created a minimal `ComputeClient` class with a single `.get_function(...)` method to get information about registered functions from the Compute...

This change is needed to add support for setting activity notification policies on GCS guest collections in the Globus CLI. Add support for the `activity_notification_policy` field on the GCS `CollectionDocument`...

This makes it possible to close the requests session associated with a client with one fewer layer. Instead of `client.transport.session.close()`, `client.transport.close()`. ---- 📚 Documentation preview 📚: https://globus-sdk-python--1171.org.readthedocs.build/en/1171/

This is a new SpecificFlowClient method for manipulating a GlobusApp's scope registration data to add `data_access` requirements. ---- 📚 Documentation preview 📚: https://globus-sdk-python--1166.org.readthedocs.build/en/1166/

## What? * Added a new tox environment: `install-venv` which installs a tox environment as though it were a virtual environment at `./.venv` * Added a new make recipe: `make...

`globus gcp create mapped` creates a new collection for use with GCP *but without needing GCP to be already running*. There is seemingly no way to do this in `globus_sdk==4.1.0`...