{ "info": { "author": "Fall1ngStar", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# strcase\n\nstrcase is a python package for converting string case.\n\nIt is a port of the go package [strcase](https://github.com/iancoleman/strcase)\n\n## Example\n\n```python\ns = \"AnyKind of_string\"\n```\n\n| Function | Result |\n|-----------------------------------|----------------------|\n| `to_snake(s)` | `any_kind_of_string` |\n| `to_screaming_snake(s)` | `ANY_KIND_OF_STRING` |\n| `to_kebab(s)` | `any-kind-of-string` |\n| `to_screaming_kebab(s)` | `ANY-KIND-OF-STRING` |\n| `to_delimited(s, '.')` | `any.kind.of.string` |\n| `to_screaming_delimited(s, '.')` | `ANY.KIND.OF.STRING` |\n| `to_camel(s)` | `AnyKindOfString` |\n| `to_lower_camel(s)` | `anyKindOfString` |\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Fall1ngStar/strcase", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "strcase", "package_url": "https://pypi.org/project/strcase/", "platform": "", "project_url": "https://pypi.org/project/strcase/", "project_urls": { "Homepage": "https://github.com/Fall1ngStar/strcase" }, "release_url": "https://pypi.org/project/strcase/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Convert string to specific case", "version": "1.0.0" }, "last_serial": 4750149, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "4dae6e696706ff096f988020719fd7c9", "sha256": "70acee835cbaebf72265fd4aa3404dda0d6a71591506ba26d408c1464941393e" }, "downloads": -1, "filename": "strcase-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "4dae6e696706ff096f988020719fd7c9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3241, "upload_time": "2019-01-28T13:08:22", "url": "https://files.pythonhosted.org/packages/0c/0a/325029aa6bc843b7786785b9fc29087d9d9b8c81b8ee062e8406ad68ff20/strcase-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1c685536dbd699d07fab6d978b68a602", "sha256": "458cab2002abf3ec8dbb5377537d73368120346ee04dde197ac9d7829f57fab5" }, "downloads": -1, "filename": "strcase-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1c685536dbd699d07fab6d978b68a602", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1985, "upload_time": "2019-01-28T13:08:24", "url": "https://files.pythonhosted.org/packages/3e/55/3050c84aeceb953ce30856e94cbb93f038927e5ed333c61b763d4fb356f2/strcase-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4dae6e696706ff096f988020719fd7c9", "sha256": "70acee835cbaebf72265fd4aa3404dda0d6a71591506ba26d408c1464941393e" }, "downloads": -1, "filename": "strcase-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "4dae6e696706ff096f988020719fd7c9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3241, "upload_time": "2019-01-28T13:08:22", "url": "https://files.pythonhosted.org/packages/0c/0a/325029aa6bc843b7786785b9fc29087d9d9b8c81b8ee062e8406ad68ff20/strcase-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1c685536dbd699d07fab6d978b68a602", "sha256": "458cab2002abf3ec8dbb5377537d73368120346ee04dde197ac9d7829f57fab5" }, "downloads": -1, "filename": "strcase-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1c685536dbd699d07fab6d978b68a602", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1985, "upload_time": "2019-01-28T13:08:24", "url": "https://files.pythonhosted.org/packages/3e/55/3050c84aeceb953ce30856e94cbb93f038927e5ed333c61b763d4fb356f2/strcase-1.0.0.tar.gz" } ] }