Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python module refactor #158

Merged
merged 6 commits into from
Aug 10, 2022
Merged

Python module refactor #158

merged 6 commits into from
Aug 10, 2022

Commits on Aug 8, 2022

  1. switch to python3.10

    kavitharaju committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    98b4f23 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. change Python API names

     - Enum Format.ST = "syntax-tree"
     - Class data member USFMParser.syntax_tree
     - Class data member USFMParser.USFM_bytes
     - Class member function USFMParser.to_syntax_tree()
     - Class member function USFMParser.to_dict()
     - Class member function USFMParser.to_list()
     - Class member function USFMParser.to_markdown()
     - Class member function USFMParser.to_usx()
    kavitharaju committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    ad033fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f28a41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31a0423 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a83d49 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    9f8672f View commit details
    Browse the repository at this point in the history