xml utility
Project description
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
289f85a30680c50ec17ba99d55ef47f931c4512ef89965500b90b5cedee70d6d
|
|
| MD5 |
81035abae400ab85c93d594af522af99
|
|
| BLAKE2b-256 |
4c05c85c8fcd66168bc9f8a3641d5a7eec7fcd852772498f4608965aeffcf6fd
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bfde3751472be84abf5183ad485fa16f6fba0090b14eea5fd3fe7055dc2d8111
|
|
| MD5 |
b19866cd61ea3c4105491c2ecf2327da
|
|
| BLAKE2b-256 |
678e1f0bd5208270f1e1e511ac725065504caada50d555d628f913879b98a0bb
|