Simple environment variables parser built on felis-catus in order to provide lazy evaluation of environment variables.
Basic example:
from envibe import read_dotenv, take
from felis import lazy
read_dotenv()
print(lazy.run(take("SECRET_KEY"))) # Prints some secret key✨ Yas, it's a collaboration, btw. 🐈