maid

A package manager written in Python 3.7


Keywords
package-manager, python37, windows
License
GPL-3.0
Install
pip install maid==0.1.12

Documentation

Maid

A package manager, written in Python 3.7, for Windows.

Status: Alpha

Build status

Installation

Via pip

pip install maid

Currently, Maid is depends on pip to update. In the future, Maid will be able to do self-update.

Download pre-built binary

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.

Run source code

  • git clone this repository.
  • python -r requirements.txt to install all dependencies
  • Invoke python -m maid -h.