twopointone / applepassgenerator

Python library to generate passes i.e (.pkpass) files compatible with Apple Wallet
https://primedigitalglobal.github.io/applepassgenerator/
MIT License
46 stars 6 forks source link

Import of ApplePassGeneratorClient is wrong in the "Usage" section in the readme #15

Open kstrub-fn opened 1 year ago

kstrub-fn commented 1 year ago

Issue

The current code snippet results in an import error:

from applepassgenerator import ApplePassGeneratorClient

grafik

This solved the issue:

from applepassgenerator.client import ApplePassGeneratorClient

Checklist