Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dungwinux/Maid
A package manager, written in Python 3.7, for Windows.
https://github.com/dungwinux/Maid
package-manager python37 windows
Last synced: 9 days ago
JSON representation
A package manager, written in Python 3.7, for Windows.
- Host: GitHub
- URL: https://github.com/dungwinux/Maid
- Owner: dungwinux
- License: gpl-3.0
- Created: 2018-09-13T01:49:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T10:58:37.000Z (almost 6 years ago)
- Last Synced: 2024-11-10T02:29:33.082Z (about 1 month ago)
- Topics: package-manager, python37, windows
- Language: Python
- Homepage:
- Size: 166 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - dungwinux/Maid - A package manager, written in Python 3.7, for Windows. (Python)
README
# 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`.