Skip to main content

a daily rebase of parse with dot access

Project description

parse with dot access

A daily rebase of parse but, with dot notation access 😉.

A bit of history is that the author don't like this idea. so, I forked.

Get Started

pip install parse_with_dot_access
from parse import parse

result = parse("{lat}, {long}", "12.21254, 105.15564")
print(result) # <Result () {'lat': '12.21254', 'long': '105.15564'}>
print(result["lat"]) # 12.21254 
print(result.long) # 105.15564

For comprehensive documentation please refer to the readme of upstream repo.

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

parse_with_dot_access-1.20.0.tar.gz (12.3 kB view hashes)

Uploaded Source

Built Distribution

parse_with_dot_access-1.20.0-py3-none-any.whl (12.5 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