No project description provided
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
pygrocy
Installation
pip install pygrocy
Usage
Import the package:
from pygrocy import Grocy
Obtain a grocy instance:
grocy = Grocy("https://example.com/api/", "GROCY_API_KEY")
Get current stock:
for entry in grocy.stock():
print("{} in stock for product id {}".format(entry.product_id, entry.amount))
License
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
pygrocy-0.9.tar.gz
(5.7 kB
view details)
File details
Details for the file pygrocy-0.9.tar.gz.
File metadata
- Download URL: pygrocy-0.9.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2195a12a2d4bc944a156227a01ae6782dcbfb75b8bbc5dedad88beabf892dd6b
|
|
| MD5 |
784c9918a920b4a640ed0b659d6b97f5
|
|
| BLAKE2b-256 |
840493b4334e4afafa1888a79421b242ec1319c649c958efea71814c3becc28a
|