Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
marverix committed Apr 26, 2021
1 parent 7abd1af commit 4ab29b4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Casey

A simple library to support various string notation systems and convert strings from one to another.
![PyPI](https://img.shields.io/pypi/v/casey)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/casey)
![Codecov](https://img.shields.io/codecov/c/gh/marverix/casey?token=NPX0JP4458)
![GitHub](https://img.shields.io/github/license/marverix/casey)

A simple library to support various naming conventions and convert strings from one to another.

Casey supports:

Expand Down
19 changes: 16 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
[tool.poetry]
name = "casey"
version = "1.0.0"
description = "A simple library to support various string notation systems"
authors = ["Marek Sierociński"]
version = "1.0.1"
description = "A simple library to support various naming conventions and convert strings from one to another"
authors = [
"Marek Sierociński <[email protected]>"
]
license = "Apache-2.0"

readme = "README.md"

repository = "https://github.com/marverix/casey"
homepage = "https://github.com/marverix/casey"

keywords = ["naming conventions", "camelCase", "PascalCase", "kebab-case", "snake_case"]

classifiers = [
"Topic :: Utilities"
]

[tool.poetry.dependencies]
python = "^3.6"

Expand Down

0 comments on commit 4ab29b4

Please sign in to comment.