whomst

Infer Python package requirements


License
MIT
Install
pip install whomst==0.0.5

Documentation

whomst 🦉

Build Status codecov

mystery dependency detective & missing requirements.txt creator


now on PyPI!!! 🤗 pip install whomst


🦉 ~/whomst:$  whomst .
bar
foo
new
pytest
whomst

🦉 ~/whomst:$  whomst . > requirements.txt

🦉 ~/whomst:$  whomst . > requirements.txt && cat requirements.txt
bar
foo
new
pytest
whomst

Install from source

git clone https://github.com/minelminel/whomst.git
cd whomst
pip install -e .