Skip to main content

An XResources parser for python applications.

Project description

A very simple python library for parsing XResources.

Example Usage

import xrp
result = xrp.parse_file('.Xresources')
result.resources['*foreground'] == '#FFFFFF'
result.resources.x_statement('*foreground').value == 'white'
result.definitions['white'] == '#FFFFFF'

Installation

Install stable versions from PyPi

pip install xparser

and development versions by cloning

git clone https://github.com/taesko/xparser.git
cd xparser && pip install .

Documentation

The two main entry points to the API are the parse and parse_file functions in the xrp package

They both return an xrp.views.XFileView object, which has resources and definitions attributes with dict-like interface for accessing the parsed data.

No designated docs are written yet (but are planned to be) - use help() on the xrp.views.XFileView object for more information on usage.

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

xparser-0.0.4.tar.gz (8.1 kB view hashes)

Uploaded Source

Built Distribution

xparser-0.0.4-py3-none-any.whl (9.7 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