poetry show  <package>
Shows information about packages
Arguments
| Name | Description | 
|---|
package | The package to inspect | 
Options
| Name | Description | 
|---|
-h, --help | Display help information | 
-v, --verbose | Increase the verbosity of messages | 
-vv | More verbose output | 
-vvv | Debug output | 
-V, --version | Display this application version | 
--ansi | Force ANSI output | 
--no-ansi | Disable ANSI output | 
-n, --no-interaction | Do not ask any interactive question | 
--no-plugins | Disables plugins | 
--no-cache | Disables poetry source caches | 
--directory  <directory> | The working directory for the poetry command | 
-q, --quiet | Do not output any message | 
--without | The dependency groups to ignore | 
--with | The optional dependency groups to include | 
--only | The only dependency groups to include | 
--no-dev | Do not list the development dependencies. (Deprecated) | 
--tree | List the dependencies as a tree | 
--why | When showing the full list, or a --tree for a single package, also display why it's included | 
--latest | Show the latest version | 
--outdated | Show the latest version but only for packages that are outdated | 
--all | Show all packages (even those not compatible with current system) | 
--top-level | Show only top-level dependencies |