{ "info": { "author": "Craig Addyman", "author_email": "craig.addyman@googlemail.com", "bugtrack_url": null, "classifiers": [], "description": "Converts a string to Camel Case with the ability to include words to skip over.\r\n\r\n\r\n\r\nBasic Usage\r\n===========\r\n\r\n.. code:: python\r\nfrom camelcase import CamelCase\r\nc = CamelCase()\r\ns = 'this is a sentence that needs CamelCasing!'\r\nprint c.hump(s)\r\n# This is a Sentence That Needs CamelCasing!\r\n\r\n\r\nIf you have particular words that you want to skip then you can do the following...\r\n\r\n.. code:: python\r\nfrom camelcase import CamelCase\r\nc = CamelCase('little', 'another')\r\ns = 'this is a another sentence, but this one is a little different'\r\nprint c.hump(s)\r\n# This is a another Sentence, But This One is a little Different", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.craigaddyman.com", "keywords": "camel case", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "camelcase", "package_url": "https://pypi.org/project/camelcase/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/camelcase/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.craigaddyman.com" }, "release_url": "https://pypi.org/project/camelcase/0.2/", "requires_dist": null, "requires_python": null, "summary": "Converts a string to Camel Case", "version": "0.2" }, "last_serial": 1379370, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a2aa46598dc0d43f80cd43b08a20f73e", "sha256": "3a5b297d3b6ea8c8d771bd4b9c8b8dc5e6ab2bab0b35eed75d32fea7ee75cb41" }, "downloads": -1, "filename": "camelcase-0.1.tar.gz", "has_sig": false, "md5_digest": "a2aa46598dc0d43f80cd43b08a20f73e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1228, "upload_time": "2015-01-12T09:28:13", "url": "https://files.pythonhosted.org/packages/90/b0/438c51fd9f30080546ba203b1b847c4f1bb62961a8659834d9b4622e4234/camelcase-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "a363a81fbcd44afd35193686008238d6", "sha256": "cb416a1f5ee10473120ac49303a5b927b879c74de9624ebe2764b8cd26791ee2" }, "downloads": -1, "filename": "camelcase-0.2.tar.gz", "has_sig": false, "md5_digest": "a363a81fbcd44afd35193686008238d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1258, "upload_time": "2015-01-12T10:40:30", "url": "https://files.pythonhosted.org/packages/24/54/6bc20bf371c1c78193e2e4179097a7b779e56f420d0da41222a3b7d87890/camelcase-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a363a81fbcd44afd35193686008238d6", "sha256": "cb416a1f5ee10473120ac49303a5b927b879c74de9624ebe2764b8cd26791ee2" }, "downloads": -1, "filename": "camelcase-0.2.tar.gz", "has_sig": false, "md5_digest": "a363a81fbcd44afd35193686008238d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1258, "upload_time": "2015-01-12T10:40:30", "url": "https://files.pythonhosted.org/packages/24/54/6bc20bf371c1c78193e2e4179097a7b779e56f420d0da41222a3b7d87890/camelcase-0.2.tar.gz" } ] }