https://github.com/liying2008/pyp_manager
A web Python package manager built using Django and Vue.
https://github.com/liying2008/pyp_manager
django js package-manager pip python vue vue-i18n webpack
Last synced: 2 months ago
JSON representation
A web Python package manager built using Django and Vue.
- Host: GitHub
- URL: https://github.com/liying2008/pyp_manager
- Owner: liying2008
- License: mit
- Created: 2018-05-14T14:34:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T08:17:38.000Z (about 6 years ago)
- Last Synced: 2025-07-11T20:44:22.719Z (12 months ago)
- Topics: django, js, package-manager, pip, python, vue, vue-i18n, webpack
- Language: Vue
- Homepage:
- Size: 1.06 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 网页版 Python 包管理器
> A web Python package manager built using Django and Vue.
## 部署 (Deploy)
1. `pip install -r requirements.txt`
2. `npm install`
3. `python manage.py runserver 8000`
Then, visit: http://127.0.0.1:8000/
## 界面截图 (Screenshots)
### Manager UI

### Search Packages UI

## License
[MIT LICENSE](LICENSE)