MarketSquare / robotframework-aws

Custom Library for Robot Framework to interact with Amazon Cloud Services
MIT License
25 stars 21 forks source link

github repository name uses mixed case, different to pypi.org registration #16

Closed adrianyorke closed 4 years ago

adrianyorke commented 4 years ago

Looking at other popular RF libraries (github repos), it seems to be more common to use only lower case lettering for library/repo name.

For example:

Also, the pypi registration for this library is "robotframework-aws" and the instructions suggest using "pip install robotframework-aws" to import the library.

My suggestion is to rename the library (and github repo) to "robotframework-aws" so we are consistent everywhere.

teaglebuilt commented 4 years ago

Your right, I just changed the name on the repository. Pypi is already the correct casing with the correct instructions

https://pypi.org/project/robotframework-aws/

adrianyorke commented 4 years ago

Thanks, looks good and consistent everywhere now so there won't be any confusion.