An open API service indexing awesome lists of open source software.

https://github.com/minyus/pyminyus

Python utility
https://github.com/minyus/pyminyus

Last synced: 5 months ago
JSON representation

Python utility

Awesome Lists containing this project

README

          

# pyminyus
Python utility

### How to install

Option 1: pip install from the GitHub repository

```
pip install git+https://github.com/Minyus/pyminyus.git
```

Option 2: clone this GitHub repository, cd into the downloaded repository, and run
```
python setup.py install
```

Option 3: pip install from PyPI

```
pip install pyminyus
```