pyquerystring


Namepyquerystring JSON
Version 1.1 PyPI version JSON
download
home_pagehttp://github.com/aventurella/pyquerystring
SummaryQuery String Parsing The Way It Should Be
upload_time2018-11-26 06:14:48
maintainer
docs_urlNone
authorAdam Venturella
requires_python
licenseFancy query string parsing & application/x-www-form-urlencoded parsing
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            Copyright 2011-2016 Adam Venturella

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Description: Python's default urlparse.parse_qs() does not understand the concept of data structures. While this works for simple querystrings, anything more complex returns a less than desirable result.
        
        This library will intelligently parse complex querystrings that python's library is unable to handle such as the following:
        
        mylist[]=item0&mylist[]=item1
        
        mylist[0]=item0&mylist[1]=item1
        
        mylist[0][0]=subitem0&mylist[0][1]=subitem1
        
        mylist.element=item0
        
        mylist.element[0]=item0&mylist.element[1]=item0
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/aventurella/pyquerystring",
    "name": "pyquerystring",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Adam Venturella",
    "author_email": "aventurella@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/fa/39/837903fee4a4d8e454d6457534f91395c20f777aa2de0d97d479ae721da8/pyquerystring-1.1.tar.gz",
    "platform": "",
    "description": "Copyright 2011-2016 Adam Venturella\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\nDescription: Python's default urlparse.parse_qs() does not understand the concept of data structures. While this works for simple querystrings, anything more complex returns a less than desirable result.\n        \n        This library will intelligently parse complex querystrings that python's library is unable to handle such as the following:\n        \n        mylist[]=item0&mylist[]=item1\n        \n        mylist[0]=item0&mylist[1]=item1\n        \n        mylist[0][0]=subitem0&mylist[0][1]=subitem1\n        \n        mylist.element=item0\n        \n        mylist.element[0]=item0&mylist.element[1]=item0\n        \nPlatform: UNKNOWN\nClassifier: Development Status :: 5 - Production/Stable\nClassifier: Intended Audience :: Developers\nClassifier: Natural Language :: English\nClassifier: Topic :: Internet :: WWW/HTTP\nClassifier: License :: OSI Approved :: Apache Software License\nClassifier: Programming Language :: Python\nClassifier: Programming Language :: Python :: 2.6\nClassifier: Programming Language :: Python :: 2.7\nClassifier: Programming Language :: Python :: 3\nClassifier: Programming Language :: Python :: 3.3\nClassifier: Programming Language :: Python :: 3.4\nClassifier: Programming Language :: Python :: 3.5\nClassifier: Programming Language :: Python :: 3.6\nClassifier: Programming Language :: Python :: 3.7\n",
    "bugtrack_url": null,
    "license": "Fancy query string parsing & application/x-www-form-urlencoded parsing",
    "summary": "Query String Parsing The Way It Should Be",
    "version": "1.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "775e6bfe0464c9c7c653d9bb6fe8fde9",
                "sha256": "d393385f03baf2ec80830e8bb0e4e65210924e1952d845466b0b55a7ded7af3e"
            },
            "downloads": -1,
            "filename": "pyquerystring-1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "775e6bfe0464c9c7c653d9bb6fe8fde9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4600,
            "upload_time": "2018-11-26T06:14:48",
            "upload_time_iso_8601": "2018-11-26T06:14:48.183024Z",
            "url": "https://files.pythonhosted.org/packages/fa/39/837903fee4a4d8e454d6457534f91395c20f777aa2de0d97d479ae721da8/pyquerystring-1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2018-11-26 06:14:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "aventurella",
    "github_project": "pyquerystring",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyquerystring"
}
        
Elapsed time: 0.02065s