Skip to content

🦉 easily preview package dependencies for Python repositories

License

Notifications You must be signed in to change notification settings

minelminel/whomst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

🦉 easily preview package dependencies for Python repositories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published