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.4.tar.gz (10.7 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.4-py3-none-any.whl (19.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: xmlvault-0.0.4.tar.gz
  • Upload date:
  • Size: 10.7 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.4.tar.gz
Algorithm Hash digest
SHA256 a80e4b66c6a422355b7c4fd5c49088eff63bf87d4b45de210e6bfb6b0b0a26f1
MD5 c4d362ebd3c32bd73c0acb40b7e48058
BLAKE2b-256 b0513317ee9609ee54b93e4011795ea3103608f61042863d4e9a3daec478180f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xmlvault-0.0.4-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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 78a7f4faa41ca5d8787817d5e56f0c951f51a6fe46e68ed4f17137f0e9b35728
MD5 a9d4e5ffc5a575cd307ee7657ab1ae04
BLAKE2b-256 6827c7df1c56d6b9693f6de3086b332e06eb94aff974ac431db1471f86ef4986

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