Skip to main content

Utility functions to serialize xml from object

Project description

flake8 Lint Test codecov

acdh-obj2xml-pyutils

python library to parse BaseRowClient of acdh-baserow-pyutils or any array of objects.

HowTo developer

  • create python environment python -m venv env
  • install pip install acdh_obj2xml_pyutils (not yet published)
  • install pip install acdh_baserow_pyutils (not yet published)
  • create python file e.g. run.py

add code

from acdh_obj2xml_pyutils import ObjectToXml


br_input = [{"id": "test1", "filename": "test1"},{"id": "test2", "filename": "test2"}]
tei = ObjectToXml(br_input=br_input)
output = [x for x in tei.make_xml(save=True)]
print(output)

with BaseRowClient

from acdh_obj2xml_pyutils import ObjectToXml
from acdh_baserow_pyutils import BaseRowClient

br_client = BaseRowClient(br_base_url="add url", br_table_id='add id', br_token='add token')
br_input = [x for x in br_client.yield_rows()]
tei = ObjectToXml(br_input=br_input)
output = [x for x in tei.make_xml(save=True)]
print(output)

both versions will create an 'out' directory containing xml files. Important Note! To create filenames the data input must contain a variable with filennames. Default variable is called 'filename' but can be customized by providing an argument to class ObjectToXml().

Arguments

  • br_input data input as array of objects
  • save_dir default out as string
  • filename variable for filenames as string
  • template_path path for jinja2 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

acdh_obj2xml_pyutils-0.0.7.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

acdh_obj2xml_pyutils-0.0.7-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file acdh_obj2xml_pyutils-0.0.7.tar.gz.

File metadata

  • Download URL: acdh_obj2xml_pyutils-0.0.7.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for acdh_obj2xml_pyutils-0.0.7.tar.gz
Algorithm Hash digest
SHA256 ae1e218493d630d8a05fc1be5b7f15d0479f32b9fc4550dbfa0d0e6c815cdf5a
MD5 d141467b1f52b144d6df8caf7a3550af
BLAKE2b-256 2e3f6c68f839482701ea034d8bf915fcdb82d62bad082d55f638aa20f2e28b44

See more details on using hashes here.

File details

Details for the file acdh_obj2xml_pyutils-0.0.7-py3-none-any.whl.

File metadata

File hashes

Hashes for acdh_obj2xml_pyutils-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 c0ff1ef56c8ea9e4c8c0fe4278672354eb246e9043c812edd3ea568e0d7f0915
MD5 0e3312426948954f0d83f258c8b322e4
BLAKE2b-256 89ae7aabff3ce1f32a067acb408267fbb5631d189ef5da3412daee03ac7aedac

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