PyBites: How to package and deploy CLI applications with Python PyPA setuptools build This article covers how to package your Python code as a CLI application using just…
PyBites: How to handle environment variables in Python In this article I will share 3 libraries I often use to isolate my environment…