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

add functions for getting metadata about a specific person #15

Merged
merged 23 commits into from
Oct 30, 2024

Conversation

BobBorges
Copy link
Contributor

dev

@BobBorges BobBorges changed the base branch from main to dev October 30, 2024 09:59
@@ -26,6 +26,10 @@
XML_NS = "{http://www.w3.org/XML/1998/namespace}"
TEI_NS = "{http://www.tei-c.org/ns/1.0}"

def fetch_ns():
return {"tei_ns": "{http://www.tei-c.org/ns/1.0}",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use the lines above?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I use namespaces as a dict object all over the project. Would you be happy with a compromise?

def fetch_ns():
    return {"tei_ns": TEI_NS,
            "xml_ns": XML_NS}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure

@BobBorges BobBorges merged commit a4b70d4 into dev Oct 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants