An almost-useless wrapper for the great packaging tool poetry
Project description
What is this?
pooetry
is a python wrapper utility with a very narrow use case. If you don't know what it does you probably don't need it 🙃
What does it do?
This utility automagically fixes issues caused by these factors combined:
poetry 0.12.*
pip 19.*
- Use a private package repo which requires authentication
- Have special characters in your credentials for this private repo
- commonly caused by having an email as a username (the '@' is not URL legal)
If you are stuck in this situation you'll find yourself changing the credentials between quoted and non-quoted as some poetry
commands only work with quoted creds while others only work with non-quoted creds.
How do I use it?
- Install
poetry
- Best to follow the install procedure on the official
poetry
repo
- Best to follow the install procedure on the official
- Install
pooetry
- You can use the package manager of your choice for this,
pip install pooetry
for example
- You can use the package manager of your choice for this,
- When you want to run
poetry
simply usepooetry
instead. All the commands and options will be passed through.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pooetry-0.1.3.tar.gz
(3.0 kB
view hashes)