Python Project Template 1 Pyprojecttoml

Sub-skill of python-project-template: 1. pyproject.toml (+2).

vamseeachanta 91f9716 784 B Updated

File contents

1. pyproject.toml (+2)

1. pyproject.toml

[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "{{project_name}}"
version = "0.1.0"
description = "{{description}}"
readme = "README.md"

*See sub-skills for full details.*

## 2. conftest.py


```python
"""
ABOUTME: Pytest configuration and fixtures for {{project_name}}
ABOUTME: Provides shared fixtures and test utilities
"""

import sys
from pathlib import Path

import pytest

*See sub-skills for full details.*

## 3. AGENTS.md Template


```markdown
# Codex - {{project_name}}

> AI agent instructions for {{project_name}}

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/development/workflows/python-project-template/1-pyprojecttoml commit 91f9716481

Frequently asked questions

npx skillmds@latest add vamseeachanta/python-project-template-1-pyprojecttoml