kjaymiller / kjaymiller/Az-Queue-Tweeter
Replace Poetry with Setuptools
Open
- Dominant language
- Python
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Poetry is fine but is another dependency and point of pause for beginners.
We can use [setuptools](https://setuptools.pypa.io/en/latest/) and a default. This moves us to the traditional `venv + pip` workflow that is still most common.
Contributor guide
Research direction
Start by locating the project's Poetry configuration and the current dependency and installation workflow. Compare the existing setup with a setuptools-based venv and pip workflow, then verify that the project can be installed and its dependencies used without Poetry.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100