qs_codec

A query string encoding and decoding library for Python. Ported from qs for JavaScript.

BSD-3-CLAUSE License

Downloads
312
Stars
0

Bot releases are visible (Hide)

qs_codec - 1.0.4 Latest Release

Published by github-actions[bot] about 2 months ago

1.0.4

  • [FIX] decode: avoid a crash with comma=True, charset=Charset.LATIN1, interpret_numeric_entities=True
  • [CHORE] add more tests

https://pypi.org/project/qs-codec/1.0.4/

qs_codec - 1.0.3

Published by github-actions[bot] 2 months ago

1.0.3

  • [FEAT] add DecodeOptions.strict_depth option to throw when input is beyond depth (#8)

https://pypi.org/project/qs-codec/1.0.3/

qs_codec - 1.0.2

Published by github-actions[bot] 3 months ago

1.0.2

  • [FIX] fix decode output when both strict_null_handling and allow_empty_lists are set to True (#5)

https://pypi.org/project/qs-codec/1.0.2/

qs_codec - 1.0.1

Published by github-actions[bot] 3 months ago

1.0.1

  • [CHORE] update documentation

https://pypi.org/project/qs-codec/1.0.1/

qs_codec - 1.0.0

Published by github-actions[bot] 5 months ago

1.0.0

  • [CHORE] first stable release

https://pypi.org/project/qs-codec/1.0.0/

qs_codec - 0.2.2

Published by github-actions[bot] 5 months ago

0.2.2

  • [FEAT] decode returns dict[str, Any] instead of dict (#4)
  • [FIX] fix decoding encoded square brackets in key names

https://pypi.org/project/qs-codec/0.2.2/

qs_codec - 0.2.1

Published by github-actions[bot] 6 months ago

0.2.1

  • [CHORE] update dependencies

https://pypi.org/project/qs-codec/0.2.1/

qs_codec - 0.2.0

Published by github-actions[bot] 6 months ago

0.2.0

  • [CHORE] update dependencies
  • [CHORE] update README

https://pypi.org/project/qs-codec/0.2.0/

qs_codec - 0.1.6

Published by github-actions[bot] 6 months ago

0.1.6

https://pypi.org/project/qs-codec/0.1.6/

qs_codec - 0.1.5

Published by github-actions[bot] 6 months ago

qs_codec - 0.1.4

Published by github-actions[bot] 6 months ago

0.1.4

  • [FIX] incorrect parsing of nested params with closing square bracket ] in the property name (#1)

https://pypi.org/project/qs-codec/0.1.4/

qs_codec - 0.1.3

Published by github-actions[bot] 6 months ago

0.1.3

  • [CHORE] update README.md
  • [CHORE] add comparison test between output of qs_codec and qs

https://pypi.org/project/qs-codec/0.1.3/

qs_codec - 0.1.2

Published by github-actions[bot] 6 months ago

0.1.2

  • [CHORE] minor improvements

https://pypi.org/project/qs-codec/0.1.2/

qs_codec - 0.1.1

Published by github-actions[bot] 6 months ago

0.1.1

  • [CHORE] update README.md

https://pypi.org/project/qs-codec/0.1.1/