Skip to main content

Library for extracting xml from logs to output file.

Project description

Library for extracting xml from logs. Finds xml matching criteria and saves results to file.

Install

$ pip install logxstract

Usage as library

from logxstract import extract_xml_from_file

extract_xml_from_file(
    path='/item',
    body='/item',
    input_file='sample.log',
    output_file='result.txt'
)
#extracted xml is now in result.txt file

Usage in shell

$ logxtract -p /item -b /item -f sample.log -o result.txt

History

0.0.1 (2017-11-04)

  • First release on PyPI.

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

logxstract-0.0.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

logxstract-0.0.1-py3-none-any.whl (5.2 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