{"id":13813550,"url":"https://github.com/uber/multidimensional_urlencode","last_synced_at":"2025-06-11T17:40:02.581Z","repository":{"id":10528892,"uuid":"12721068","full_name":"uber/multidimensional_urlencode","owner":"uber","description":"Python library to urlencode a multidimensional dict","archived":false,"fork":false,"pushed_at":"2019-07-30T18:26:50.000Z","size":40,"stargazers_count":67,"open_issues_count":2,"forks_count":17,"subscribers_count":2709,"default_branch":"master","last_synced_at":"2024-11-13T13:52:10.031Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://multidimensional-urlencode.readthedocs.org/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"praqma-training/code-infra","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uber.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-10T05:29:22.000Z","updated_at":"2021-08-23T19:20:55.000Z","dependencies_parsed_at":"2022-08-30T19:11:08.300Z","dependency_job_id":null,"html_url":"https://github.com/uber/multidimensional_urlencode","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber%2Fmultidimensional_urlencode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber%2Fmultidimensional_urlencode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber%2Fmultidimensional_urlencode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber%2Fmultidimensional_urlencode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uber","download_url":"https://codeload.github.com/uber/multidimensional_urlencode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225319265,"owners_count":17455736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T04:01:21.117Z","updated_at":"2024-11-19T08:30:43.748Z","avatar_url":"https://github.com/uber.png","language":"Python","readme":"multidimensional_urlencode\n==========================\n\nPython library to urlencode a multidimensional dict.\n\n.. image:: https://travis-ci.org/uber/multidimensional_urlencode.png?branch=master\n    :target: https://travis-ci.org/uber/multidimensional_urlencode\n\nQuick Start\n===========\n\nmultidimensional_urlencode lets you url encode a multidimensional dict:\n\n.. code-block:: python\n\n    \u003e\u003e\u003e try:\n    ...     from urllib.parse import unquote\n    ... except:\n    ...     from urllib import unquote\n    \u003e\u003e\u003e from multidimensional_urlencode import urlencode\n    \u003e\u003e\u003e e = urlencode({\"a\": {\"b\": {\"c\": [1, 2, 3], \"d\": \"e\"}}})\n    \u003e\u003e\u003e unquote(e)\n    'a[b][c][]=1\u0026a[b][c][]=2\u0026a[b][c][]=3\u0026a[b][d]=e'\n\nDocumentation\n=============\n\n`Documentation can be found here \u003chttp://multidimensional-urlencode.readthedocs.org/en/latest/\u003e`_\n\nAuthors\n=======\n\n* Sam Marcellus \u003cmarcellus@uber.com\u003e\n* Charles-Axel Dein \u003ccharles@uber.com\u003e\n\nLicense\n=======\n\nAvailable under the MIT License.\n\nCopyright Uber 2017\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuber%2Fmultidimensional_urlencode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuber%2Fmultidimensional_urlencode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuber%2Fmultidimensional_urlencode/lists"}