A package manager, written in Python 3.7, for Windows.
Status: Alpha
pip install maid
Currently, Maid is depends on
pip
to update. In the future, Maid will be able to do self-update.
- See: Releases
Note: Pre-built binary requires Microsoft Visual C++ 2017 Redistributable, which Windows 10 comes with by default. For older version of Windows, please search online for download links.
git clone
this repository.python -r requirements.txt
to install all dependencies- Invoke
python -m maid -h
.