abertschi / postcard_creator_wrapper

A python wrapper around the Rest API of the Swiss Postcard creator :postbox:
https://abertschi.ch/blog/2022/receiving-postcards/
Apache License 2.0
52 stars 10 forks source link

Compatibility with python 3.6 #26

Closed abertschi closed 3 years ago

abertschi commented 3 years ago

we make use of module 'secrets' attribute 'token_bytes', does not seem to be available in python 3.6. this breaks compatibility with python 3.6. Investigate issue.