Democritus functions for working with XML.
Project description
Democritus Xml
Democritus functions[1] for working with XML.
[1] Democritus functions are simple, effective, modular, well-tested, and well-documented Python functions.
We use d8s
as an abbreviation for democritus
(you can read more about this here).
Functions
-
def xml_read(xml_path: str) -> Element: """Read the XML from the given path (which can be a URL, file path, or string) and return an xml Element tree."""
-
def is_xml(possible_xml: str) -> bool: """."""
-
def xml_as_string(xml_input: Element) -> str: """Convert the given xml_input to a string."""
-
def xml_read_first_arg_string(func): """Return an XML element for first argument (if it is a string)."""
-
def stringify_first_arg_xml_element(func): """If the first arg is an XML element, send its string representation into the function."""
-
def xml_structure(xml_input: StringOrXmlElement) -> Dict[str, dict]: """."""
-
def xml_to_json(xml_input: StringOrXmlElement) -> Dict[str, List[Dict[str, List[Dict[str, str]]]]]: """Convert the xml to json using https://gitlab.com/fhightower/html-to-json."""
-
def xml_text(xml_input: StringOrXmlElement) -> str: """Convert the given xml_input to a string."""
-
def xml_file_names(path: str) -> List[str]: """Find all xml files in the given directory."""
Development
👋 If you want to get involved in this project, we have some short, helpful guides below:
If you have any questions or there is anything we did not cover, please raise an issue and we'll be happy to help.
Credits
This package was created with Cookiecutter and Floyd Hightower's Python project template.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file d8s_xml-0.6.0.tar.gz
.
File metadata
- Download URL: d8s_xml-0.6.0.tar.gz
- Upload date:
- Size: 24.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d24497bc8a1a74fad39174fbcca5ffd79ebc4de77bd5d09537b203dbd5d50a42 |
|
MD5 | 8fbc18e5f5b1980aab1b8906566edfbb |
|
BLAKE2b-256 | dc417bfd464a38a26b061b1b39372815dde40c795b6c20bf82d6566abc4a7272 |
File details
Details for the file d8s_xml-0.6.0-py2.py3-none-any.whl
.
File metadata
- Download URL: d8s_xml-0.6.0-py2.py3-none-any.whl
- Upload date:
- Size: 20.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af29f70b121c09055a881b25ce9c695b43bbc349b37a9aa62b87921c0c9cea80 |
|
MD5 | b83950177cd6806f9e93391cda0eb02f |
|
BLAKE2b-256 | 67351036cee99a98cee89de0e84bace85faf82a36b52f17caa922b8b36b4abf8 |