sscheetz / etsy-python2

Python access to the Etsy API
http://developer.etsy.com
GNU General Public License v3.0
32 stars 18 forks source link

Rename etsy to etsy2 and strip trailing spaces #1

Closed jtatum closed 4 years ago

jtatum commented 4 years ago

The package is published on pypi as etsy2. This commit updates the package so that it's available to import under the same name.

Trailing spaces are stripped from most files.

jtatum commented 4 years ago

BTW - might want to enable issues on this repo.

jtatum commented 4 years ago

If this branch is accepted, I have another behind it to fix tests (and a couple of bugs)

sscheetz commented 4 years ago

Sorry didn't get any notifications and didn't expect anyone to actually see this so wasn't looking. Seems like a good change. I'm pretty to new to python so not sure what the conventions are for all this stuff. Will push an update to pypi tonight and will be more responsive in the future.