Skip to main content

Simple parser of a strings where would keys and values are separated by a colon(:)

Project description

A simple parser that will separate a string of would be arguments in the form of key:value
where key and value are strings separated by a colon. This should work for any number of pairs.

Example:

$ example.py key1:value1 key2:value2 key3:this is value3

Would result in a dictionary of:

d { 'key1' : 'value1'
'key2' : 'value2'
'value3 : 'this is value3'
}

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

parseoncolon-0.08.tar.gz (1.3 kB view hashes)

Uploaded Source

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