Jiraone

Latest version: v0.8.3

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

Scan your dependencies

Page 1 of 2

0.6.1

Feature 84 83 82
* Added a correction to 82 with `file_writer()` to add argument `newline` when on windows if not on file mode
* This way, we do not obstruct the binary mode operation.
* Added a new module `utils` which will now help in writing dictionary object with dot notation.
python
from jiraone.utils import DotNotation

my_dict = {"name": "Prince"}
dot = DotNotation(my_dict)
print(dot.name)
result
Prince

* Added a security, code_of_conduct and contribution document files

0.6.0

Patch 81
* Patch to `time_in_status()` fix on windows platform. A carriage return in `file_writer` throws a
`TypeError: Expected 13 arguments, got 0`
* Documentation fix

0.5.9

Patch 79
* Patch to `delete_attachments()` and modification of `manage` API docs

0.5.8

Patch 78 77
* Patch to `delete_attachments()` and API docs update

0.5.7

Micro update 77

* Added a new function `delete_attachments()` that can perform deletion of attachments with filtering.
* Provided a checkpoint in the iteration of the above function, so it can start from the last known point.
* Corrected some docs in `access.py` module
* `file_writer` and `file_reader` functions now has the ability to enter a delimiter as a parameter.
* Document update 76

0.5.6

Patch v5 75

* Patch v5 to `time_in_status()`. Noticed that the statuses time were wrong. There seems to be
a change in the way the previous API payload was retrieved. Tweaked the logic for retrieving
accurate difference in time.
* The statuses and their time can now be retrieved accurately.
* The save check_point is turned off for the `time_in_status()` function as a slight logic needs
to be added to account for when a breakpoint happens between checkpoint to retain
accurate difference in time between statuses.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.