Skip to main content

Democritus functions for working with XML.

Project description

Democritus Xml

PyPI CI Lint codecov The Democritus Project uses semver version 2.0.0 The Democritus Project uses black to format code License: LGPL v3

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

d8s_xml-0.5.2.tar.gz (23.9 kB view details)

Uploaded Source

Built Distribution

d8s_xml-0.5.2-py2.py3-none-any.whl (20.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file d8s_xml-0.5.2.tar.gz.

File metadata

  • Download URL: d8s_xml-0.5.2.tar.gz
  • Upload date:
  • Size: 23.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for d8s_xml-0.5.2.tar.gz
Algorithm Hash digest
SHA256 c2e6590426546eacc7fbeb4f0ca82d554ec0b3b3ce7a93e68697dce60366be72
MD5 99cebdf58fc114dc037b7960e55c5baf
BLAKE2b-256 f53cf9fd230129336e10cfc1293e1dbe759b92b517583926890ba982d9d776cc

See more details on using hashes here.

File details

Details for the file d8s_xml-0.5.2-py2.py3-none-any.whl.

File metadata

  • Download URL: d8s_xml-0.5.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 20.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for d8s_xml-0.5.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d46587dd1c4e42ca7b10f9ad81d20222b88731620917f93287a28ea78fdeccfc
MD5 0f772dfcf1f515aa113b409abcd51040
BLAKE2b-256 379a53a6b32f89518a26f8cc2521441850e8e6f5a3fbc4c2b31f86e5596a4b8c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page