Skip to content

Version 0.9.2

Choose a tag to compare

@jjCode01 jjCode01 released this 20 Mar 00:13
· 81 commits to main since this release
  • 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.