Skip to main content

xml utility

Project description

Upload Python Package Latest Release

xmlvault

    pip install xmlvault
    xmlvault --help

Purpose

This python package is usefull, if XML data is required to be ingested or consumed as a data source, it creates a central xml_config.yaml file (as YAML) on a user's machine. this yaml will store xml path/url, xslt, xpath query etc. explore more utilites with {xmlvault --help}

Running the Project

To run this project, you need to define and save a path with the name conn_home. This is where you’ll save the xml_config.yaml file, which stores your source xml files.

For Windows (CMD):

# Define and save the path
setx conn_home "C:\path\outside\your\project\preferably"

# Check the path
echo %conn_home%

# Define and save the path
setx conn_home "C:\path\outside\your\project\preferably"

# Check the path
echo %conn_home%

For Windows Powershell:

# Define and save the path
[System.Environment]::SetEnvironmentVariable('conn_home', 'C:\path\outside\your\project\preferably', 'User')

# Check the path
$env:conn_home

For Linux:

# Define and save the path in your .bashrc
echo 'export conn_home="path/outside/your/project/preferably"' >> ~/.bashrc

# Source the .bashrc to apply changes
source ~/.bashrc

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

xmlvault-0.0.32.tar.gz (10.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

xmlvault-0.0.32-py3-none-any.whl (19.7 kB view details)

Uploaded Python 3

File details

Details for the file xmlvault-0.0.32.tar.gz.

File metadata

  • Download URL: xmlvault-0.0.32.tar.gz
  • Upload date:
  • Size: 10.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.22

File hashes

Hashes for xmlvault-0.0.32.tar.gz
Algorithm Hash digest
SHA256 45241b01fa3b59eb33f59a03a7df606fcad76db70efc52f1b9d48b103546c725
MD5 453d2ba90b0e2654fe8dfafa01e718e0
BLAKE2b-256 ff4bcf0176d3471e07138d2339edbc5ac2db6912b32a59fc0270ed7cf0ffdbb0

See more details on using hashes here.

File details

Details for the file xmlvault-0.0.32-py3-none-any.whl.

File metadata

  • Download URL: xmlvault-0.0.32-py3-none-any.whl
  • Upload date:
  • Size: 19.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.22

File hashes

Hashes for xmlvault-0.0.32-py3-none-any.whl
Algorithm Hash digest
SHA256 3abf549dd588af3d9f66f7d3d39948eb4fc5ebd2e920128653ab2985f7f9cea3
MD5 ff66b24b719636c43fb1c67512f0bb76
BLAKE2b-256 10a6b6bd7f3fc0d072ee3c7068597f997c134174652bea13b3b39ec6addf18ae

See more details on using hashes here.

Supported by

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