.gitignore
LICENSE
Pipfile
Pipfile.lock
README.md
setup.cfg
setup.py
this_cli.egg-info/PKG-INFO
this_cli.egg-info/SOURCES.txt
this_cli.egg-info/dependency_links.txt
this_cli.egg-info/entry_points.txt
this_cli.egg-info/requires.txt
this_cli.egg-info/top_level.txt
thiscli/__init__.py
thiscli/__main__.py
thiscli/env.py
thiscli/util.py
thiscli/project/__init__.py
thiscli/project/autotools.py
thiscli/project/cmake.py
thiscli/project/meson.py
thiscli/project/nodejs.py
thiscli/project/python.py