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

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.

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`