Example Poetry project for README Auto Scan.
- Python project with Poetry package management
- Clean, professional markdown formatting
Install dependencies:
poetry installRun the project:
poetry run python main.pyRun tests:
poetry run pytest| Package | Version |
|---|---|
| requests | ^2.0 |
| pytest | ^8.0 |
# Install dependencies
poetry install
# Run the project
poetry run python main.py
# Run tests
poetry run pytestAdd your license information here.