
Security News
Official Go SDK for MCP in Development, Stable Release Expected in August
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
py-anycase
on PyPIpy-anycase
package.A case conversion library for Python.
Supported cases
Function | Output |
---|---|
cases.to_camel(s) | camelCase |
cases.to_pascal(s) | PascalCase |
cases.to_snake(s) | snake_case |
cases.to_screaming_snake(s) | SCREAMING_SNAKE_CASE |
cases.to_kebab(s) | kebab-case |
cases.to_screaming_kebab(s) | SCREAMING-KEBAB-CASE |
cases.to_train(s) | Train-Case |
cases.to_lower(s) | lower case |
cases.to_title(s) | Title Case |
cases.to_upper(s) | UPPER CASE |
Install using
pip install pycases
Now convert a string using the relevant function.
import cases
cases.to_snake("XMLHttpRequest") # returns "xml_http_request"
This project is licensed under the terms of the MIT license. See LICENSE for more details.
FAQs
A case conversion library with Unicode support
We found that pycases demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.