Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: jjCode01/xerparser

Version 0.13.7

20 Aug 19:39
@jjCode01 jjCode01

Choose a tag to compare

Handle edge case where incorrect data date is recorded in the XER file; revert to planned start date in these cases.

Assets 4
Loading

Version 0.13.6

27 Jun 13:11
@jjCode01 jjCode01

Choose a tag to compare

See change log.

Loading

Version 0.10.3

11 Aug 13:44
@jjCode01 jjCode01

Choose a tag to compare

Changes

  • Added Node class to represent a Tree data structure - can have one parent and multiple children. ACCOUNT, ACTVCODE, PCATVAL, and PROJWBS classes now inherit from Node class.
  • Updated dependency html-sanitizer to the latest version 2.2.0.
  • Added is_wbs property to TaskType enum class. Checks if task is a wbs summary type.
Loading

Version 0.10.0

17 Jul 14:38
@jjCode01 jjCode01

Choose a tag to compare

Added

  • Added wbs_root attribute to the PROJECT class. This is the root WBS node.
  • Added children attribute to the PROJWBS class. Along with the wbs_root above, this forms a Tree Data Structure.
  • Added children attribute to the ACCOUNT class.
  • Added children attribute to the ACTVCODE class.
  • Added children attribute to the PCATVAL class.

Changes

  • Changed the PROJECT name from an attribute to a property. The project name is stored in the wbs_root added above.
Loading

Version 0.9.8

25 May 13:15
@jjCode01 jjCode01

Choose a tag to compare

Fixed edge case where relationship lag values were stored as empty strings rather than 0 in the xer TASKPRED table.

Loading

Version 0.9.7

24 May 13:37
@jjCode01 jjCode01

Choose a tag to compare

Fixed edge case where resource quantities were stored as empty strings rather than 0 in the xer TASK table.

Loading

Version 0.9.5

13 May 15:29
@jjCode01 jjCode01

Choose a tag to compare

Both project specific and global calendars are now included in the PROJECT calendars attribute. Covers cases where project tasks are assigned to a global calendar.

Loading

Version 0.9.4

19 Apr 13:58
@jjCode01 jjCode01

Choose a tag to compare

Added actual_duartion property to PROJECT class.

Loading
kylerisse reacted with rocket emoji
1 person reacted

Version 0.9.3

08 Apr 15:40
@jjCode01 jjCode01

Choose a tag to compare

Some code cleanup and corrections to the python code in the README file.

Loading

Version 0.9.2

20 Mar 00:13
@jjCode01 jjCode01

Choose a tag to compare

  • Added function file_reader which accepts a .xer file and reads it to a string object.
    • Accepts str or Path objects for files stored locally or on a server.
    • Accepts BinaryIO files from requests, Flask, FastAPI, etc...
  • Added classmethods reader to the Xer class. A .xer file can be passed directly to this method, which will read and decode the file, and return a Xer object. Uses the file_reader function above.
  • Changed name of function xer_to_dict to parser.
Loading
Previous 1
Previous

AltStyle によって変換されたページ (->オリジナル) /