Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

xml_encoder-1.0.0-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page