Skip to main content

Python2 & Python3 module for Etsy's API.

Project description

## etsy_py

Python2 & Python3 module for Etsy's API.


### Installation

```
pip install etsy_py
```

### API Usage

```
from etsy_py.api import EtsyAPI

api = EtsyAPI(api_key='secret key from etsy app')

# get a list of all top level Etsy categories
r = api.get('taxonomy/categories')

data = r.json()
```

Refer to Etsy's API documentation at https://www.etsy.com/developers/ for more information.


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

etsy_py-1.0.0.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

etsy_py-1.0.0-py2.py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page