Xerparser

Latest version: v0.11.2

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

Scan your dependencies

Page 5 of 6

0.5.8

Added

* Added `SCHEDOPTIONS` class.
* Added `options` attribute the `PROJECT` class, which is a `SCHEDOPTIONS` object.`
* Added `lineage` and `full_code` properties to the `ACTVCODE` class. [Issue 2](https://github.com/jjCode01/xerparser/issues/2)

Changes

* Comparison operators for `ACTVCODE` are now based on `full_code` property rather than `code` property.

---

0.5.7

General Notes

Added some additional features noted below, and continue working on `Warnings` class.

Added

* Added `lineage` property to `PROJWBS` class. Returns list of all ancestor `PROJWBS` objects, including self.
* Added `duration` property to `TASK` class. This will return `remaining_duration` if the task is not started; otherwise, it returns `original_duration`. This is usefull when the remaining duration is unlinked from the original duration in the project settings - in these cases, the remaining duration can be different to the original duration in tasks that have not started.

---

0.5.6

Fixed bug where the `start` property of the `TASK` class will return the early finish date rather than early start date if task is not started. [Issue 1](https://github.com/jjCode01/xerparser/issues/1)

---

0.5.5

General Notes

* Added docstrings to more classes.
* Improved type validation.

Added

* Added `full_code` property to `ACCOUNT` class. This property returns the full path to the cost code including any parent codes. This property is now the basis for comparing `ACCOUNT` objects.

0.5.4

General Notes

* Small amount of code cleanup and refactoring.

Added

* Added `parent_acct_id` and `seq_num` attributes to `ACCOUNT` class.
* Added `parent` property to `ACCOUNT` class.

---

0.5.3

General Notes

* Small amount of refactoring and moving around files.
* Added gt and lt dunder methods to some of the classes.
* Using decorator to round any class method that returns a float. Just playing with decorators, may switch back to rounding directly in the method.

---

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.