Skip to content

Commit

Permalink
Merge pull request #11 from yiskaneto/feat-readme-updated
Browse files Browse the repository at this point in the history
feat: ticket-123 readme updated
  • Loading branch information
yiskaneto authored Jun 16, 2024
2 parents 35e07cb + 7607a88 commit 9fe8833
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

Contains helper functions for the AWS Python sdk (Boto3) package.

## Install

`python -m pip install --upgrade aws-boto3-sdk-helpers`

## Use

```python

```

## Manual use of boto3

A few examples on how to use the AWS python SDK (Boto3)
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = aws-boto3-sdk-helpers
version = 1.0.5
name = aws_boto3_sdk_helpers
version = 1.0.6
description = Contains helper functions for the AWS Python sdk (Boto3) package.
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown
Expand Down

0 comments on commit 9fe8833

Please sign in to comment.