Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

StoaferP/pooetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?

  1. Install poetry
  2. Install pooetry
    • You can use the package manager of your choice for this, pip install pooetry for example
  3. When you want to run poetry simply use pooetry instead. All the commands and options will be passed through.