https://github.com/owez/owpm
owpm, the simple python package manager.
https://github.com/owez/owpm
developer-tools package-management pip pipeline python
Last synced: 27 days ago
JSON representation
owpm, the simple python package manager.
- Host: GitHub
- URL: https://github.com/owez/owpm
- Owner: Owez
- Created: 2020-03-31T22:49:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-03T16:00:30.000Z (over 4 years ago)
- Last Synced: 2025-02-10T06:12:28.801Z (3 months ago)
- Topics: developer-tools, package-management, pip, pipeline, python
- Language: Python
- Size: 367 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# owpm
owpm, the simple python package manager ✨
- **[Quickstart](https://owpm.github.io/owpm/_build/html/quickstart.html)** 🚀
- [Documentation](https://owpm.github.io/owpm) 📚## Example
1. Install: `pip3 install owpm`
2. Initialise: `owpm init`
3. Add: `owpm add requests`
4. Launch: `owpm run`