Metadata-Version: 2.1
Name: maid
Version: 0.1.12
Summary: A package manager written in Python 3.7
Home-page: https://github.com/dungwinux/Maid
Author: Nguyễn Tuấn Dũng
Author-email: ntddebugger@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: Microsoft :: Windows :: Windows 7
Classifier: Operating System :: Microsoft :: Windows :: Windows 8
Classifier: Operating System :: Microsoft :: Windows :: Windows 8.1
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
Requires-Dist: wget (>=3.2)
Requires-Dist: patool (>=1.12)
Requires-Dist: pywin32 (>=224)
Requires-Dist: winshell (>=0.6)

# Maid

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

Status: **Alpha**

[![Build status](https://ci.appveyor.com/api/projects/status/isl3y0bxqk8kr2ls?svg=true)](https://ci.appveyor.com/project/dungwinux/maid)

## Installation

### Via `pip`

```sh
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

-   See: [Releases](https://github.com/dungwinux/Maid/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.

### Run source code

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


