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.
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file etsy_py-1.0.0.tar.gz.
File metadata
- Download URL: etsy_py-1.0.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2089cddcc75302e6032e5615c24642c66fd7c164445ce2d0a9f5ff5d6b790a52
|
|
| MD5 |
c651a06d691bce847c3aebcde968ebda
|
|
| BLAKE2b-256 |
f5e130fe892453f577d2ba76cfb48e170161c1bf728b9334231e4d555a624b63
|
File details
Details for the file etsy_py-1.0.0-py2.py3-none-any.whl.
File metadata
- Download URL: etsy_py-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b57a2bc07a1f31d99d598f127034ac70d403c00a430fe706055383acb097c7b1
|
|
| MD5 |
2b95bd96400accf41dc247e0e32d4828
|
|
| BLAKE2b-256 |
4be9ff394f64023200f0788060bd5178ebbd4c43344a657fde02e5c7ef96ba0e
|