Registry / serialization / cassidy

cassidy

JSON →
library0.1.4pypypi✓ verified 85d ago

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.

pip install cassidy
INSTALL
IMPORT
SIG · CASSIDY
C
cassidy
serializationpythonv0.1.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cassidy
import cassidy
No common wrong import known

Basic usage: convert and identify string cases.

import cassidy # Convert string to snake_case result = cassidy.to_snake("HelloWorld") # "hello_world" print(result) # Identify the case case_info = cassidy.identify("helloWorld") # {'case': 'camel', 'confidence': 1.0} print(case_info)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.4latest on PyPI · released Oct 29, 2021
Audit
Dependencies
pythonoptionalRequires Python >=3.8,<4.0
Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
cassidy — pip install cassidy · libregistry