
Product
A New Design for GitHub PR Comments
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.
Lightweight library written in idiomatic Python (no regular expressions), that aims to translate string into various typography conventions.
Lightweight library written in idiomatic Python (no regular expressions), that aims to translate string into various typography conventions.
>>> from typocase import TypoCase
>>> TypoCase("abc def ghi").snake_case()
'abc_def_ghi'
>>> TypoCase("abc def ghi").camel_case()
'abcDefGhi'
>>> TypoCase("abc def ghi").kebab_case()
'abc-def-ghi'
This software is released under the MIT LICENSE.
Martin Tovmassian
FAQs
Lightweight library written in idiomatic Python (no regular expressions), that aims to translate string into various typography conventions.
We found that typocase 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.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.
Product
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.
Security News
Slopsquatting is a new supply chain threat where AI-assisted code generators recommend hallucinated packages that attackers register and weaponize.