https://github.com/sitbon/poet
Poetic tooling for Poetry.
https://github.com/sitbon/poet
Last synced: over 1 year ago
JSON representation
Poetic tooling for Poetry.
- Host: GitHub
- URL: https://github.com/sitbon/poet
- Owner: sitbon
- Created: 2023-05-13T08:02:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-13T08:10:46.000Z (about 3 years ago)
- Last Synced: 2025-02-08T11:21:20.078Z (over 1 year ago)
- Language: Python
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Poet: Poetic Poetry Tools
Poetry alias and plugin example.
- Further development TBD.
## Usage
```shell
poetry add poetry-poet
```
The `poet` command is an alias for `poetry`.
- Subject to change: `poetry run` or something else.
```shell
poet run ...
```
## Features
Currently, there are two placeholder Poetry
plugins:
- A generic plugin that handles all commands.
- An application plugin that provides the
`poetry poet` command (as an example).
Use `poetry self add poetry-poet` to add
these plugins to your Poetry installation.
Adding only to `self` does not provide
the global `poet` command.