mirror of
https://github.com/jiatastic/open-python-skills.git
synced 2026-09-19 04:45:49 +08:00
41249c879c
- Rename open_python_skills/ to skills/ for cleaner structure - Rewrite error-handling skill with "Let it crash" philosophy - Add framework-specific reference docs (python.md, fastapi.md, pydantic.md, asyncio.md) - Remove deprecated quickstart.md and pitfalls.md - Update AGENTS.md and README.md for new structure
14 lines
413 B
TOML
14 lines
413 B
TOML
[project]
|
|
name = "open-python-skills"
|
|
version = "0.1.5"
|
|
description = "AI skills for Python development - FastAPI, testing, diagrams, type checking"
|
|
readme = "README.md"
|
|
license = {text = "MIT"}
|
|
authors = [
|
|
{name = "Haoxiang Jia", email = "henry@podpitch.com"}
|
|
]
|
|
|
|
[project.urls]
|
|
Homepage = "https://github.com/henryperkins/open-python-skills"
|
|
Repository = "https://github.com/henryperkins/open-python-skills"
|