Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nficano committed Jan 11, 2021
1 parent e441a6a commit 2bbaf1e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
</div>
</p>


Convert strings (and dictionary keys) between snake case, camel case and pascal case in Python. Inspired by [Humps](https://github.com/domchristie/humps) for Node.

## Jan 11, 2021: An open call for contributors:
Please email me at nficano@gmail.com.

## Installation

To install humps, simply use pipenv (or pip, of course):
Expand All @@ -21,6 +23,8 @@ To install humps, simply use pipenv (or pip, of course):
$ pipenv install pyhumps
```

## API Reference and User Guide available on [Countor](https://docs.contour.so/nficano/humps/README)

## Usage

### Converting strings
Expand Down Expand Up @@ -83,6 +87,3 @@ def api(service, decamelize=True, *args, **kwargs):
# usage
api('s3:download_file', bucket='bucket', key='hello.png', filename='hello.png')
```

## Documentation
https://docs.contour.so/nficano/humps/README

0 comments on commit 2bbaf1e

Please sign in to comment.