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.31.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.31-py3-none-any.whl (19.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: xmlvault-0.0.31.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.31.tar.gz
Algorithm Hash digest
SHA256 b3fc90d412557dddeb6eeb4c7c0360ca6456a2a7983796a1273b318e62fe22d1
MD5 054da3d0098eed2d4254d611b044493c
BLAKE2b-256 1aeca0f0f02faeec4721b2d599f4e18b4ad16ffe0a947ce8b86d0fd096f361dc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xmlvault-0.0.31-py3-none-any.whl
  • Upload date:
  • Size: 19.6 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.31-py3-none-any.whl
Algorithm Hash digest
SHA256 dbb4e368bf74ca33fa9b12b6c934b50401806f558b6b76689114bcca75fc8456
MD5 9aedb6afe1a5a0859115a4ffab4cb653
BLAKE2b-256 5761c2da52ae9ba346f7de866c7969a7b72a95f818301b57e1f96c1dde9080e9

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