Unofficial Globus Nexus Client (based on SDK clients)
Project description
Disclaimer: This Is Not An Official Globus.org Product
This is a personal project for talking to the Globus Nexus API with all of the benefits of the Globus SDK. It is not a Globus maintained product.
If you don’t know what that is, stop reading here and go away. Otherwise, this will hopefully alleviate the pains of trying to use Nexus.
Globus Nexus Client
When Globus added the new SDK it did not include functionality for the Nexus API.
This package contains a client for talking to Nexus, based on the same core client model provided by the SDK. You should therefore think of this as a third-party extension to the SDK for talking to Nexus.
Importing and Usage
Instead, imports come from the package namespace:
from globus_nexus_client import NexusClient
You can then use NexusClient methods as usual.
The client object supports all of the typical Authorizers that the SDK provides, and this package provides an additional Authorizer for using Nexus-issued tokens:
from globus_nexus_client import NexusClient, LegacyGOAuthAuthorizer client = NexusClient(authorizer=LegacyGOAuthAuthorizer('<nexus token>'))
Documentation
There is no web doc or other maintained documentation for this project, but there are docstrings on all methods of the client object. Either browse the source or use help() in the python REPL.
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
Built Distribution
File details
Details for the file globus-nexus-client-0.4.0a6.tar.gz
.
File metadata
- Download URL: globus-nexus-client-0.4.0a6.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14a2f80feb2b4fe79ba4d5265fd2c6ba9d8cc38f447b6a9647226e2cb35908ea |
|
MD5 | aacd92c7c344334a1f0f110b9e8c345e |
|
BLAKE2b-256 | 4bee78ffbf0fba0897ae83780860989b2a3a01efd048db4227b6c45601ea5b14 |
File details
Details for the file globus_nexus_client-0.4.0a6-py2.py3-none-any.whl
.
File metadata
- Download URL: globus_nexus_client-0.4.0a6-py2.py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d57916bb475f63c1b1511cc2156de65769b8031c42beafe9cfd04fce865aa91 |
|
MD5 | 7247f8cb003a73e8d16c0d3871a3b010 |
|
BLAKE2b-256 | bef80b2320967972c487a6b2307d2e0250f56749299eb4e8f7ece3fdddee2dd0 |