https://github.com/rossmacarthur/anycase
💼 A case conversion library for Go and Python with Unicode support
https://github.com/rossmacarthur/anycase
camelcase go python snakecase
Last synced: about 1 month ago
JSON representation
💼 A case conversion library for Go and Python with Unicode support
- Host: GitHub
- URL: https://github.com/rossmacarthur/anycase
- Owner: rossmacarthur
- Created: 2023-02-25T16:03:51.000Z (about 2 years ago)
- Default Branch: trunk
- Last Pushed: 2025-03-31T15:53:42.000Z (about 2 months ago)
- Last Synced: 2025-04-13T16:09:50.954Z (about 1 month ago)
- Topics: camelcase, go, python, snakecase
- Language: Rust
- Homepage:
- Size: 98.6 KB
- Stars: 23
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# anycase
A case conversion library for [Go](./go), [Rust](./rust), and [Python](./python).
Anycase provides a consistent way of converting between different case styles.
And has a similar API across languages.