Osdupy

Latest version: v0.4.0

Safety actively analyzes 622918 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

2020.10.13

Split the clients into separate modules to eliminate the boto3 dependency for those who don't need the `AwsOsduClient`

The change is very minor, and the only impacts will be:

1. `osdupy` will no longer explicitly depend on `boto3` . You will instead need to separately install `boto3` if you intend to use the `AwsOsduClient` class.
2. Client imports will have require additional namespace on import statements:

0.4.0

- Adds a new client type `AwsServicePrincipalOsduClient` which uses the ServicePrincipal user and requires minimal input args: resource_prefix, region, profile.
- Fixes infinite-loop issue in `search.query_with_paging` introduced when missing cursor issue was fixed in search service.

0.3.0

Contributed by eternelpanic:
* Added: Entitlements service (V2)
* Added: optional secret hash for AWS Cognito authorization with client secret

0.2.0

* Added: Dataset Service
* Fixed: query_with_paging cursor issue
* Fixed: Integration tests broken due to new 1.0.0 schemas

0.1.1

Added `profile` constructor arg and class property for AwsOsduClient to specify the AWS profile to be used when connecting to Cognito to obtain access token.

0.1.0

python
from osdu.client.aws import AwsOsduClient
from osdu.client.simple import SimpleOsduClient

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.