Skip to main content

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

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: xmlvault-0.0.33.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.33.tar.gz
Algorithm Hash digest
SHA256 289f85a30680c50ec17ba99d55ef47f931c4512ef89965500b90b5cedee70d6d
MD5 81035abae400ab85c93d594af522af99
BLAKE2b-256 4c05c85c8fcd66168bc9f8a3641d5a7eec7fcd852772498f4608965aeffcf6fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xmlvault-0.0.33-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.33-py3-none-any.whl
Algorithm Hash digest
SHA256 bfde3751472be84abf5183ad485fa16f6fba0090b14eea5fd3fe7055dc2d8111
MD5 b19866cd61ea3c4105491c2ecf2327da
BLAKE2b-256 678e1f0bd5208270f1e1e511ac725065504caada50d555d628f913879b98a0bb

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.33 This release

2 files

0.0.32

2 files

0.0.31

2 files

0.0.4

2 files

0.0.3

2 files

Supported by

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