@zhengbangbo/pi
v0.1.3
Published
Use the right python package manager
Downloads
4
Readme
pi
pnpm i -g @zhengbangbo/pi
pi - install
pi
# pipenv install
# poetry install
pi rich
# pipenv install rich
# poetry add richpru - run
pru dev
# pipenv run dev
# poetry run devpsh - enter virtual environment
psh
# pipenv shell
# pipenv shellpun - uninstall
pun
# pipenv uninsatll
# poetry removepu - update
pu
# pipenv update
# poetry updatepci - clean install
pci
# pipenv cleanpa - agent alias
pa
# pipenv
# poetryHow?
pi assumes that you work with lockfiles (and you should)
Before it runs, it will detect your Pipfile.lock / poetry.lock to know current package manager and runs the corresponding commands.
Todo
- [x] detect agent
- [ ] cover main commands
- [ ] install pipenv / poetry script
- [ ] maybe add virtualenv / conda agent
Thanks
The idea of this project comes from antfu/ni.
