Files
nox-project-nox-framework/sources/pypi_user.json
T
2026-04-07 10:17:43 +02:00

26 lines
571 B
JSON

{
"name": "pypi_user",
"category": "social",
"endpoint": "https://pypi.org/pypi/{target}/json",
"method": "GET",
"requires_auth": false,
"selectors": {
"info": "$.info"
},
"rate_limit": 1.0,
"headers": {},
"api_key_slots": [],
"input_type": "username",
"output_type": [
"username"
],
"normalization_map": {},
"tags": [
"passive"
],
"health_check_url": "https://pypi.org",
"expected_status": 200,
"reliability_score": 5,
"backup_endpoints": [],
"confidence": 1.0
}