Socket
Book a DemoInstallSign in
Socket

jta.qsutil

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jta.qsutil

A library for parsing URL query strings into heterogeneously shaped dicts.

pipPyPI
Version
0.1.1
Maintainers
1

The specifications that define the makeup of URLs are very flexible when it comes to what makes up the query string portion (the part after the ?). Many web services have taken the initial recommendation of using key=value pairs to another level by allowing complex structures to be represented for a sacrifice in parsing performance.

The goals of this project are:

  • Be able to process sequence and sub-mapping hints in URL query string keys.
  • Only shape values into sequences if there are multiple occurrences of the same key or the key contains a sequence hint.
  • Remain standards-compliant with URI and URL RFC specs.
  • Provide an API similar to Python 3's standard urllib.
  • Be Python 2 and 3 compatible without relying on a compatibility library.

Keywords

query string

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts