Skip to main content

UNOFFICIAL API client for Silpo (Ukrainian supermarket chain)

Project description

Contributors Forks Stargazers Issues MIT License


PySilpo

UNOFFICIAL API client for Silpo (Ukrainian supermarket chain)

Documentation . Report Bug · Request Feature

Installation

Use the package manager pip to install PySilpo.

pip install pysilpo

Usage

Get authorized user cheques

from pysilpo import Silpo
from datetime import datetime

silpo = Silpo(phone_number="+380123456789")

cheques = silpo.cheque.all(
    date_from=datetime(2024, 7, 19), date_to=datetime(2024, 8, 19)
)

for cheque in cheques:
    print(cheque.sum_balance)
    print(cheque.detail.positions)

Get Silpo products

from pysilpo import Silpo

for product in Silpo.product.all():
    print(product.title)

Change Log

2.0.0

  • Added OpenID OTP authorization support with cached session and token refresh mechanism
  • Cheque API now more clear and using RestFul API
  • Debug mode now supported!

0.1.2

  • Fix: APIClient.get might return None

0.1.1

  • Silpo changed API domain to graphql.silpo.ua

0.1.0

  • Initial release
  • Added support for new resource Cheque History, Cheque Detail and User Info
  • Added README.md file

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the Apache2 License. See LICENSE for more information.

Contact

If you have any questions, feel free to contact me via email: ivan@simantiev.com

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

pysilpo-1.0.2.tar.gz (28.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pysilpo-1.0.2-py3-none-any.whl (26.3 kB view details)

Uploaded Python 3

File details

Details for the file pysilpo-1.0.2.tar.gz.

File metadata

  • Download URL: pysilpo-1.0.2.tar.gz
  • Upload date:
  • Size: 28.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pysilpo-1.0.2.tar.gz
Algorithm Hash digest
SHA256 1d4f568823869bef016dc0aa5f8dfcc5f36ca44c45431d92cd26287007aad988
MD5 90286f79a844281b439466aefa73b547
BLAKE2b-256 563c85cce184b3867c722c2a56421fb3dba7315ed259a258753229f024097b15

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysilpo-1.0.2.tar.gz:

Publisher: publish-package.yml on iYasha/pysilpo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysilpo-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: pysilpo-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 26.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pysilpo-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 185afecd85723922a4080d73f3815e9eaf29499e9ae5038bfde6edf3e6a00c0b
MD5 3485f2c9e12897c89d57a56fd3690762
BLAKE2b-256 9bc351c6a00455e50e0f6fb5fa4fca16c3b0cb7ad28e7458a07e13cf8b7dcf66

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysilpo-1.0.2-py3-none-any.whl:

Publisher: publish-package.yml on iYasha/pysilpo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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