A simple tool to centralize and organize multiple .env files in a single directory
The analysis is being performed with the following technologies:
- With python3 & virtualenv already installed, we can run:
virtualenv venv
- We can activate the virtual environment by running:
source venv/bin/activate # Linux or Mac
- We can install requirements.txt dependencies:
pip install -r requirements.txt
- After defining the base directory to analyze .envs recursively in the handle file, we can run:
python src/handle.py
- We can run:
pylint src/*.py > lint-exceptions.txt