← सभी कोड फ़ाइलें

pyproject.toml

आधुनिक Python प्रोजेक्ट मेटाडेटा और टूल कॉन्फ़िग।

[project]
name = "myapp"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
  "fastapi",
  "uvicorn",
]

[tool.ruff]
line-length = 100

[tool.pytest.ini_options]
testpaths = ["tests"]

इस टूल के बारे में

आधुनिक Python प्रोजेक्ट मेटाडेटा और टूल कॉन्फ़िग।

उपयोग के लिए तैयार pyproject.toml — सामग्री देखें, कॉपी करें, या सही फ़ाइल नाम के साथ डाउनलोड करें। मुफ़्त और 100% ब्राउज़र में।