{"id":26820,"library":"cassidy","title":"Cassidy","description":"Cassidy is a Python library for string case conversion, identification, and parsing. It supports common cases like snake_case, camelCase, PascalCase, kebab-case, and more. Current version is 0.1.4, released as a young project with no breaking changes history yet.","status":"active","version":"0.1.4","language":"python","source_language":"en","source_url":"https://github.com/ericof/cassidy","tags":["string","case","conversion","snake_case","camelCase","kebab-case"],"install":[{"cmd":"pip install cassidy","lang":"bash","label":"Install via pip"}],"dependencies":[{"reason":"Requires Python >=3.8,<4.0","package":"python","optional":true}],"imports":[{"note":"No common wrong import known","wrong":"","symbol":"cassidy","correct":"import cassidy"}],"quickstart":{"code":"import cassidy\n\n# Convert string to snake_case\nresult = cassidy.to_snake(\"HelloWorld\")  # \"hello_world\"\nprint(result)\n\n# Identify the case\ncase_info = cassidy.identify(\"helloWorld\")  # {'case': 'camel', 'confidence': 1.0}\nprint(case_info)","lang":"python","description":"Basic usage: convert and identify string cases."},"warnings":[],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}