Skip to content

Commit

Permalink
Updated files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahith02 committed Jun 25, 2020
1 parent e14c1db commit 5bbf5f0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,19 @@ print(key_custom_2) # ZLFdHXIUe-ekwJCu
| extras | list | yes | [] | List of extra symbols or characters that you want to include in each part/atom.<br>Adds these symbols to the bucket to randomly choose characters in the atom. |
| seed | int | yes | None | Choose a seed value for the random key generated.<br>Returns the same pseudo-random value every time for a given seed value. |

## Testing
Run the following commands and check all tests pass.
```bash
>> git clone https://github.com/Sahith02/key-generator.git
>> cd key-generator/tests
>> python test.py # will show how many tests passed and how many failed
```


## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure all the tests in the tests directory pass.
Please make sure all the above tests pass before opening a pull request.

## License
[MIT](https://github.com/Sahith02/key-generator/blob/master/LICENSE)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def readme():

setup(
name="key_generator",
version="1.0.1",
version="1.0.2",
description="A Simple python package to generate customizable keys.",
long_description=readme(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 5bbf5f0

Please sign in to comment.