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

Cannot import EtsyOAuthClient #11

Closed reteps closed 4 years ago

reteps commented 4 years ago
$ python3 -m pip install etsy2
$ python3
>>> import etsy2
>>> import inspect
>>> inspect.getmembers(etsy2)
[('Etsy', <class 'etsy2._v2.EtsyV2'>), ('EtsyEnvProduction', <class 'etsy2.etsy_env.EtsyEnvProduction'>), 
('__author__', 'Sean Scheetz'),
...

Where is EtsyOAuthClient? Only Etsy and EtsyEnvProduction are exposed?

https://github.com/sscheetz/etsy-python2/blob/d4055d76139ea4ca7d4580b37f755bc5a4f03467/etsy2/__init__.py#L1 https://github.com/sscheetz/etsy-python2/blob/d4055d76139ea4ca7d4580b37f755bc5a4f03467/etsy2/__init__.py#L2 https://github.com/sscheetz/etsy-python2/blob/d4055d76139ea4ca7d4580b37f755bc5a4f03467/etsy2/__init__.py#L3

reteps commented 4 years ago

See PR #12