{ "name": "openresty-python-api-client", "version": "1.0.0", "description": "A lightweight Python client for accessing authenticated OpenResty services", "main": "api_client.py", "scripts": { "test": "python -m pytest tests/ -v", "demo": "python quick_start.py", "examples": "python examples.py" }, "keywords": [ "python", "api-client", "openresty", "authentication", "http", "requests" ], "author": "API Client Team", "license": "MIT", "dependencies": { "requests": ">=2.32.0" }, "devDependencies": { "pytest": ">=6.0.0" }, "repository": { "type": "git", "url": "https://github.com/your-org/openresty-python-api-client.git" }, "homepage": "https://github.com/your-org/openresty-python-api-client#readme", "python": { "version": ">=3.7" } }