Myturn-sdk

Latest version: v0.1.1

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

Scan your dependencies

Page 1 of 2

0.1.1

Added an Inventory section to the SDK.

Currently only supports the Inventory Export which will download and read the CSV from the "orgInventory/report" page.

python
request = InventorySearchRequest()
request.exportFields.append(ExportFields.Name)
request.exportFields.append(ExportFields.Statuses)
response = self._myTurnClient.inventory.inventoryExport(request)

0.1.0

Added methods to get the Address and Opening Times of a MyTurn instance based on the homepage of the library.

The address is just a string that will need parsed.
The opening times are a List of objects with the name of the day in the language of the library, the opening time as a DateTime.time() and the Closing time as a DateTime.time().

See unit tests for examples.

0.0.8

Try to publish the README!

0.0.7

Try to publish README

0.0.6

Can you tell I am still learning about python references!

0.0.5

Fixed up references for package

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.