Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 655 Bytes

File metadata and controls

56 lines (36 loc) · 655 Bytes

example-python-poetry

Example Poetry project for README Auto Scan.

Features

  • Python project with Poetry package management
  • Clean, professional markdown formatting

Installation

Install dependencies:

poetry install

Usage

Run the project:

poetry run python main.py

Testing

Run tests:

poetry run pytest

Dependencies

Package Version
requests ^2.0
pytest ^8.0

Development

# Install dependencies
poetry install

# Run the project
poetry run python main.py

# Run tests
poetry run pytest

License

Add your license information here.