{ "info": { "author": "Erik Huizinga", "author_email": "huizinga.erik@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Other Environment", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development", "Topic :: Text Editors", "Topic :: Text Editors :: Word Processors", "Topic :: Text Processing", "Topic :: Text Processing :: General", "Topic :: Utilities" ], "description": "*********\n``humps``\n*********\n\n*Convert any string to camelCase.*\n\nDescription\n===========\n\ncamelCase starts with a lower case alphabetic character, the rest of the string contains alphanumeric characters. Any character case in the input is ignored. Any spaces in the input capitalise the following character if alphabetic, except for the first character. Any non-alphanumeric characters are ignored.\n\nInstallation\n============\n\nShell:\n\n.. code-block:: sh\n\n pip install humps\n\n\nPython:\n\n.. code-block:: python\n\n from humps.camel import case\n\n print(case('Hello, World!'))\n # Output: helloWorld\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/erikhuizinga/humps", "keywords": "camelcase,camel,case,string,conversion", "license": "LGPL-3.0", "maintainer": "", "maintainer_email": "", "name": "humps", "package_url": "https://pypi.org/project/humps/", "platform": "", "project_url": "https://pypi.org/project/humps/", "project_urls": { "Homepage": "https://github.com/erikhuizinga/humps" }, "release_url": "https://pypi.org/project/humps/0.2.2/", "requires_dist": null, "requires_python": "", "summary": "camelCase converter", "version": "0.2.2" }, "last_serial": 3664596, "releases": { "0.2.2": [ { "comment_text": "", "digests": { "md5": "d0e3753d29a179a152ae5e426c8463da", "sha256": "401de60fd73673b697086ba7c865966751c57b11cce57a37c9eabb3e75938417" }, "downloads": -1, "filename": "humps-0.2.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "d0e3753d29a179a152ae5e426c8463da", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5347, "upload_time": "2018-03-13T09:10:15", "url": "https://files.pythonhosted.org/packages/02/07/3dbbe1c94649793c39dbb24445a667d0530d25e35033217b8c15f70c1646/humps-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "25b49909d5a6b7384b666872947b94f1", "sha256": "777f7a17f6b20aa9cc078d63b56ebd66532c6b2c88b370f1d596d5205410f67c" }, "downloads": -1, "filename": "humps-0.2.2.tar.gz", "has_sig": true, "md5_digest": "25b49909d5a6b7384b666872947b94f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3289, "upload_time": "2018-03-13T09:10:17", "url": "https://files.pythonhosted.org/packages/fd/e0/d7a257bfa65809cc80bf956825e57094cba2f5b70c92ef761790dd4dcffa/humps-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d0e3753d29a179a152ae5e426c8463da", "sha256": "401de60fd73673b697086ba7c865966751c57b11cce57a37c9eabb3e75938417" }, "downloads": -1, "filename": "humps-0.2.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "d0e3753d29a179a152ae5e426c8463da", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5347, "upload_time": "2018-03-13T09:10:15", "url": "https://files.pythonhosted.org/packages/02/07/3dbbe1c94649793c39dbb24445a667d0530d25e35033217b8c15f70c1646/humps-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "25b49909d5a6b7384b666872947b94f1", "sha256": "777f7a17f6b20aa9cc078d63b56ebd66532c6b2c88b370f1d596d5205410f67c" }, "downloads": -1, "filename": "humps-0.2.2.tar.gz", "has_sig": true, "md5_digest": "25b49909d5a6b7384b666872947b94f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3289, "upload_time": "2018-03-13T09:10:17", "url": "https://files.pythonhosted.org/packages/fd/e0/d7a257bfa65809cc80bf956825e57094cba2f5b70c92ef761790dd4dcffa/humps-0.2.2.tar.gz" } ] }