devartis / passbook

Python library to create Apple Passbook (.pkpass) files
http://www.devartis.com/
MIT License
272 stars 108 forks source link

Replace M2Crypto with cryptography #59

Open mbaechtold opened 2 years ago

mbaechtold commented 2 years ago

@shivaRamdeen has created a fork that uses cryptography library instead of m2crypto if anyone is looking for an alternative, especially for windows dev env.

Let's explore what it would mean to incorporate the fork into our repository.