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

Issue with Import for ApplePass #3

Closed viral-vora closed 1 year ago

viral-vora commented 1 year ago

I appreciate the work done to setup this wonderful library that helps Python developers to generate Apple Passes smoothly.

I found that inside client.py, the import is done by the following statement: from models import ApplePass

But, there is no module with ApplePass inside applepassgenerator. I suggest the import should like the following because ApplePass belongs to models module: from applepassgenerator.models import ApplePass

Please let me know if any more information is required.

vaibhav-pdgt commented 1 year ago

hey @viral-vora , Thanks for reporting this issue, we have fixed it in the latest 0.0.2 release 🚀

viral-vora commented 1 year ago

Do you have anything similar for generating Google Wallet passes?

vaibhav-pdgt commented 1 year ago

No, we haven't explored Google Wallet Passes yet.

viral-vora commented 1 year ago

Ok, Thank you.