A package for reading Jenkinsfile-like pipeline files
Project description
XML Encoder
Examples
Encoding a file
import xml_encoder
path_in = '/foo/bar.xml'
path_out = '/foo/bar.exml'
xml_encoder.encode(path_in, path_out)
Decoding a file
import xml_encoder
path_in = '/foo/bar.exml'
path_out = '/foo/bar.xml'
xml_encoder.decode(path_in, path_out)
Contact
If you have any questions or concerns, please reach out to me (John Carter) at jfcarter2358@gmail.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
xml-encoder-1.0.0.tar.gz
(5.5 kB
view details)
Built Distribution
File details
Details for the file xml-encoder-1.0.0.tar.gz
.
File metadata
- Download URL: xml-encoder-1.0.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae292619d98c81e2213bd10f1164b0e28ffba3cda7d3fd8d4700b175d5057378 |
|
MD5 | 916ea40165505750984300a220122a65 |
|
BLAKE2b-256 | 001411041978e4c01da11bfba0e876770dff0e7599fb300dedfa685f14b20352 |
File details
Details for the file xml_encoder-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: xml_encoder-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af135db8c093bc6d952808ded1d6715dd83955a064b8c9a13396b10866222fce |
|
MD5 | b66e74c2a625214c5b246291ee3fb652 |
|
BLAKE2b-256 | 78352fee1525d9ad68743f57c092386de796b40476980c1b30f0a6eb595b2dd7 |