https://github.com/minyus/pyminyus
Python utility
https://github.com/minyus/pyminyus
Last synced: 5 months ago
JSON representation
Python utility
- Host: GitHub
- URL: https://github.com/minyus/pyminyus
- Owner: Minyus
- License: mit
- Created: 2019-02-11T09:03:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T13:04:16.000Z (over 6 years ago)
- Last Synced: 2025-09-22T19:57:32.852Z (9 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```