Hello everyone. I just released my first Open Source Django package.It is called Django-CryptographicFields.It’s use it to keep data secure in database by using cryptography in django models.
Please leave me some feedback and suggestions. If anyone wants to contribute that would be amazing and you are more than welcome.
I haven’t looked into the code too much as I have a package that solves this issue for me already, but I’d advise you to follow PEP8 for naming of functions and classes (function_name and ClassName), otherwise the API will be hard to use. Congrats on release!
Maybe, I only need encryption for very specific things, so never tried. Sounds like a good reason for your package though! Maybe list what yours does that your competitors does not?
Good luck!