A connection to the aboutyou.de shop.
Project description
Author: Arne Simon [arne.simon@silce-dice.de]
A Python implementation for the AboutYou shop API.
Installation
Install the package via PIP:
$ pip install aboutyou
Or checkout the most recent version:
$ git clone https://bitbucket.org/slicedice/aboutyou-shop-sdk-python.git $ cd aboutyou-shop-sdk-python $ python setup.py install
Quick Start
Register for an account at the [AboutYou Devcenter](https://developer.aboutyou.de/) and create a new app. You will be given credentials to utilize the About You API.
Modefiy one of the example credential files.
Use the following lines:
from aboutyou.config import YAMLCredentials from aboutyou.shop import ShopApi shop = ShopApi(YAMLCredentials('mycredentials.yml')) cagtegory_forest = shop.categories()
Documentation
Documentation is found at http://aboutyou-shop-sdk.readthedocs.org/en/latest/.
If you want to build the documentation yourself.
Checkout the git repo.
Go to the doc/ folder.
make html
Change Log
- 1.0.1:
Fixed bug in login url generation
- 1.0:
Added Django backend and middleware
Fixed configuration bug
Cleand up project structure
setup.py is not dependent on setuptools
- 0.9
Is now Python 3 compatible.
Test cases with mocking.
Added Auth module.
Moved thin api wrapper in own api module.
The app credentials are now seperated from the other configurations.
- 0.3:
Additional docmentation.
Auto fetch flag.
PyPI integration.
YAML configuration files.
- 0.2:
Caching with Memcached and pylibmc.
EasyAboutYou has function, getSimpleColors.
Error handling fix.
- 0.1:
Products return now there url to the mary+paul shop.
Dirty caching without memcached.
EasyCollins products are no bulk requests.
Extended documentation for EasyAboutYou.
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
File details
Details for the file aboutyou-1.0.1.tar.gz
.
File metadata
- Download URL: aboutyou-1.0.1.tar.gz
- Upload date:
- Size: 40.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1df927e066b98d1984641e732b58c349ff1a6b15b82ff29ffc0809828929cbe1 |
|
MD5 | 4a98d7d32121ae3461d34f87ddbc7754 |
|
BLAKE2b-256 | dadccfded5336b4a59300f4f6c84786b50fbfe443319b900d0c6145ef476cae2 |