############################# Python関係の気になるサイト ############################# :small:`created at 2019-08-22 13:14+0900` ************************* Python パッケージ関係 ************************* * .env の自動読み込み -- pipenv * https://pipenv-ja.readthedocs.io/ja/translate-ja/advanced.html * Pythonのパッケージ周りのベストプラクティスを理解する - エムスリーテックブログ * https://www.m3tech.blog/entry/python-packaging * Structuring Your Project — The Hitchhiker's Guide to Python * https://docs.python-guide.org/writing/structure/ * https://python-guideja.readthedocs.io/ja/latest/writing/structure.html ************************** 暗号化と復号 ************************** * cryptography is a package which provides cryptographic recipes and primitives to Python developers. * https://github.com/pyca/cryptography